Go to the source code of this file.
|
| BLI_INLINE void | blender::bke::subdiv::ptex_face_uv_to_grid_uv (float ptex_u, float ptex_v, float *r_grid_u, float *r_grid_v) |
| |
| BLI_INLINE void | blender::bke::subdiv::grid_uv_to_ptex_face_uv (float grid_u, float grid_v, float *r_ptex_u, float *r_ptex_v) |
| |
| BLI_INLINE int | blender::bke::subdiv::grid_size_from_level (int level) |
| |
| BLI_INLINE int | blender::bke::subdiv::rotate_quad_to_corner (float quad_u, float quad_v, float *r_corner_u, float *r_corner_v) |
| |
| BLI_INLINE void | blender::bke::subdiv::rotate_grid_to_quad (int corner, float grid_u, float grid_v, float *r_quad_u, float *r_quad_v) |
| |
| BLI_INLINE float | blender::bke::subdiv::crease_to_sharpness (float edge_crease) |
| |