|
Blender V5.0
|
#include <scene.h>
Public Member Functions | |
| SceneParams () | |
| bool | modified (const SceneParams ¶ms) const |
| int | curve_subdivisions () |
Public Attributes | |
| ShadingSystem | shadingsystem |
| BVHLayout | bvh_layout |
| BVHType | bvh_type |
| bool | use_bvh_spatial_split |
| bool | use_bvh_compact_structure |
| bool | use_bvh_unaligned_nodes |
| int | num_bvh_time_steps |
| int | hair_subdivisions |
| CurveShapeType | hair_shape |
| int | texture_limit |
| bool | background |
|
inline |
Definition at line 78 of file scene.h.
References background, bvh_layout, BVH_LAYOUT_AUTO, bvh_type, BVH_TYPE_DYNAMIC, CURVE_RIBBON, hair_shape, hair_subdivisions, num_bvh_time_steps, shadingsystem, SHADINGSYSTEM_SVM, texture_limit, use_bvh_compact_structure, use_bvh_spatial_split, and use_bvh_unaligned_nodes.
Referenced by modified().
|
inline |
Definition at line 105 of file scene.h.
References clamp(), and hair_subdivisions.
Referenced by GeometryManager::device_update_bvh().
|
inline |
Definition at line 93 of file scene.h.
References bvh_layout, bvh_type, hair_shape, hair_subdivisions, num_bvh_time_steps, params, SceneParams(), shadingsystem, texture_limit, use_bvh_compact_structure, use_bvh_spatial_split, and use_bvh_unaligned_nodes.
| bool SceneParams::background |
Definition at line 76 of file scene.h.
Referenced by ImageTextureNode::cull_tiles(), and SceneParams().
| BVHLayout SceneParams::bvh_layout |
Definition at line 65 of file scene.h.
Referenced by GeometryManager::device_update_bvh(), modified(), and SceneParams().
| BVHType SceneParams::bvh_type |
Definition at line 67 of file scene.h.
Referenced by GeometryManager::device_update_bvh(), GeometryManager::geom_calc_offset(), modified(), SceneParams(), and xml_read_file().
| CurveShapeType SceneParams::hair_shape |
Definition at line 73 of file scene.h.
Referenced by modified(), and SceneParams().
| int SceneParams::hair_subdivisions |
Definition at line 72 of file scene.h.
Referenced by curve_subdivisions(), modified(), and SceneParams().
| int SceneParams::num_bvh_time_steps |
Definition at line 71 of file scene.h.
Referenced by GeometryManager::device_update_bvh(), modified(), and SceneParams().
| ShadingSystem SceneParams::shadingsystem |
Definition at line 58 of file scene.h.
Referenced by modified(), and SceneParams().
| int SceneParams::texture_limit |
Definition at line 74 of file scene.h.
Referenced by modified(), and SceneParams().
| bool SceneParams::use_bvh_compact_structure |
Definition at line 69 of file scene.h.
Referenced by modified(), and SceneParams().
| bool SceneParams::use_bvh_spatial_split |
Definition at line 68 of file scene.h.
Referenced by GeometryManager::device_update_bvh(), modified(), and SceneParams().
| bool SceneParams::use_bvh_unaligned_nodes |
Definition at line 70 of file scene.h.
Referenced by GeometryManager::device_update_bvh(), modified(), and SceneParams().