Blender
V3.3
|
#include <multires_reshape.h>
Public Attributes | |
int | ptex_face_index |
float | u |
float | v |
Coordinate within ptex, which is what OpenSubdiv API operates on.
Definition at line 110 of file multires_reshape.h.
int PTexCoord::ptex_face_index |
Definition at line 111 of file multires_reshape.h.
Referenced by evaluate_higher_grid_positions_callback(), foreach_toplevel_grid_coord_task(), foreach_vertex_every_corner(), foreach_vertex_every_edge(), foreach_vertex_inner(), 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(), multires_reshape_vertcos_foreach_vertex_inner(), and reshape_subdiv_evaluate_limit_at_grid().
float PTexCoord::u |
Definition at line 112 of file multires_reshape.h.
Referenced by evaluate_higher_grid_positions_callback(), foreach_toplevel_grid_coord_task(), multires_reshape_evaluate_limit_at_grid(), multires_reshape_grid_coord_to_ptex(), multires_reshape_ptex_coord_to_grid(), and reshape_subdiv_evaluate_limit_at_grid().
float PTexCoord::v |
Definition at line 112 of file multires_reshape.h.
Referenced by evaluate_higher_grid_positions_callback(), foreach_toplevel_grid_coord_task(), multires_reshape_evaluate_limit_at_grid(), multires_reshape_grid_coord_to_ptex(), multires_reshape_ptex_coord_to_grid(), and reshape_subdiv_evaluate_limit_at_grid().