|
Blender V4.3
|
#include <multires_reshape.hh>
Public Attributes | |
| int | ptex_face_index |
| float | u |
| float | v |
Coordinate within ptex, which is what OpenSubdiv API operates on.
Definition at line 124 of file multires_reshape.hh.
| int PTexCoord::ptex_face_index |
Definition at line 125 of file multires_reshape.hh.
Referenced by multires_reshape_evaluate_limit_at_grid(), multires_reshape_grid_coord_to_ptex(), multires_reshape_ptex_coord_to_grid(), multires_reshape_vertcos_foreach_vertex_every_corner(), multires_reshape_vertcos_foreach_vertex_every_edge(), and multires_reshape_vertcos_foreach_vertex_inner().
| float PTexCoord::u |
Definition at line 126 of file multires_reshape.hh.
Referenced by multires_reshape_evaluate_limit_at_grid(), multires_reshape_grid_coord_to_ptex(), and multires_reshape_ptex_coord_to_grid().
| float PTexCoord::v |
Definition at line 126 of file multires_reshape.hh.
Referenced by multires_reshape_evaluate_limit_at_grid(), multires_reshape_grid_coord_to_ptex(), and multires_reshape_ptex_coord_to_grid().