Changeset View
Changeset View
Standalone View
Standalone View
source/blender/render/extern/include/RE_bake.h
| Context not available. | |||||
| bool RE_bake_pixels_populate_from_objects( | bool RE_bake_pixels_populate_from_objects( | ||||
| struct Mesh *me_low, BakePixel pixel_array_from[], BakePixel pixel_array_to[], | struct Mesh *me_low, BakePixel pixel_array_from[], BakePixel pixel_array_to[], | ||||
| BakeHighPolyData highpoly[], const int tot_highpoly, const size_t num_pixels, const bool is_custom_cage, | BakeHighPolyData highpoly[], const int tot_highpoly, const size_t num_pixels, const bool is_custom_cage, | ||||
| const float cage_extrusion, float mat_low[4][4], float mat_cage[4][4], struct Mesh *me_cage); | const float cage_extrusion, float mat_low[4][4], float mat_cage[4][4], struct Mesh *me_cage, const bool use_average_normals); | ||||
| void RE_bake_pixels_populate( | void RE_bake_pixels_populate( | ||||
| struct Mesh *me, struct BakePixel *pixel_array, | struct Mesh *me, struct BakePixel *pixel_array, | ||||
| Context not available. | |||||