|
Blender
V2.93
|
#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 64 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_vertex_colors(), cast_ray_highpoly(), and store_bake_pixel().
| float BakePixel::du_dy |
Definition at line 64 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_vertex_colors(), cast_ray_highpoly(), and store_bake_pixel().
| float BakePixel::dv_dx |
Definition at line 65 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_vertex_colors(), cast_ray_highpoly(), and store_bake_pixel().
| float BakePixel::dv_dy |
Definition at line 65 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_vertex_colors(), cast_ray_highpoly(), and store_bake_pixel().
| int BakePixel::object_id |
Definition at line 61 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_vertex_colors(), cast_ray_highpoly(), RE_bake_pixels_populate(), and store_bake_pixel().
| int BakePixel::primitive_id |
Definition at line 61 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_vertex_colors(), 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 62 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_vertex_colors(), cast_ray_highpoly(), and store_bake_pixel().
| float BakePixel::uv[2] |
Definition at line 63 of file RE_bake.h.
Referenced by bake_targets_populate_pixels_vertex_colors(), cast_ray_highpoly(), RE_bake_normal_world_to_tangent(), RE_bake_pixels_populate_from_objects(), and store_bake_pixel().