|
Blender V4.3
|
#include <DNA_meshdata_types.h>
Public Attributes | |
| float | uv [4][2] |
Original space within a face (similar to UV coordinates), however they are used to determine the original position in a face.
Unlike UVs these are not user editable and always start out using a fixed 0-1 range. Currently only used for particle placement.
Definition at line 243 of file DNA_meshdata_types.h.
| float OrigSpaceFace::uv[4][2] |
Definition at line 244 of file DNA_meshdata_types.h.
Referenced by layerInterp_origspace_face(), layerSwap_origspace_face(), psys_face_mat(), psys_origspace_to_w(), and psys_particle_dm_face_lookup().