Blender
V3.3
|
#include <RE_bake.h>
Public Attributes | |
int | primitive_id |
int | object_id |
int | seed |
float | uv [2] |
float | du_dx |
float | du_dy |
float | dv_dx |
float | dv_dy |
float BakePixel::du_dx |
Definition at line 56 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_color_attributes(), cast_ray_highpoly(), and store_bake_pixel().
float BakePixel::du_dy |
Definition at line 56 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_color_attributes(), cast_ray_highpoly(), and store_bake_pixel().
float BakePixel::dv_dx |
Definition at line 57 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_color_attributes(), cast_ray_highpoly(), and store_bake_pixel().
float BakePixel::dv_dy |
Definition at line 57 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_color_attributes(), cast_ray_highpoly(), and store_bake_pixel().
int BakePixel::object_id |
Definition at line 53 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_color_attributes(), cast_ray_highpoly(), RE_bake_pixels_populate(), and store_bake_pixel().
int BakePixel::primitive_id |
Definition at line 53 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_color_attributes(), cast_ray_highpoly(), RE_bake_normal_world_to_tangent(), RE_bake_pixels_populate(), RE_bake_pixels_populate_from_objects(), and store_bake_pixel().
int BakePixel::seed |
Definition at line 54 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_color_attributes(), cast_ray_highpoly(), and store_bake_pixel().
float BakePixel::uv[2] |
Definition at line 55 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_color_attributes(), cast_ray_highpoly(), RE_bake_normal_world_to_tangent(), RE_bake_pixels_populate_from_objects(), and store_bake_pixel().