Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/mesh.h
| Show First 20 Lines • Show All 159 Lines • ▼ Show 20 Lines | public: | ||||
| NODE_SOCKET_API_ARRAY(array<int>, subd_creases_edge) | NODE_SOCKET_API_ARRAY(array<int>, subd_creases_edge) | ||||
| NODE_SOCKET_API_ARRAY(array<float>, subd_creases_weight) | NODE_SOCKET_API_ARRAY(array<float>, subd_creases_weight) | ||||
| /* Subdivisions parameters */ | /* Subdivisions parameters */ | ||||
| NODE_SOCKET_API(float, subd_dicing_rate) | NODE_SOCKET_API(float, subd_dicing_rate) | ||||
| NODE_SOCKET_API(int, subd_max_level) | NODE_SOCKET_API(int, subd_max_level) | ||||
| NODE_SOCKET_API(Transform, subd_objecttoworld) | NODE_SOCKET_API(Transform, subd_objecttoworld) | ||||
| AttributeSet subd_attributes; | GET(AttributeSet, subd_attributes) | ||||
| private: | private: | ||||
| PackedPatchTable *patch_table; | PackedPatchTable *patch_table; | ||||
| /* BVH */ | /* BVH */ | ||||
| size_t vert_offset; | size_t vert_offset; | ||||
| size_t patch_offset; | size_t patch_offset; | ||||
| size_t patch_table_offset; | size_t patch_table_offset; | ||||
| ▲ Show 20 Lines • Show All 88 Lines • Show Last 20 Lines | |||||