Blender
V3.3
|
#include <scene.h>
Public Member Functions | |
SceneParams () | |
bool | modified (const SceneParams ¶ms) const |
int | curve_subdivisions () |
|
inline |
Definition at line 159 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.
|
inline |
Definition at line 186 of file scene.h.
References blender::math::clamp(), and hair_subdivisions.
Referenced by GeometryManager::device_update_bvh().
|
inline |
Definition at line 174 of file scene.h.
References bvh_layout, bvh_type, hair_shape, hair_subdivisions, num_bvh_time_steps, params, shadingsystem, texture_limit, use_bvh_compact_structure, use_bvh_spatial_split, and use_bvh_unaligned_nodes.
Referenced by BlenderSession::reset_session(), and BlenderSession::synchronize().
bool SceneParams::background |
Definition at line 157 of file scene.h.
Referenced by ImageTextureNode::cull_tiles(), SceneParams(), and Scene::update_kernel_features().
BVHLayout SceneParams::bvh_layout |
Definition at line 146 of file scene.h.
Referenced by GeometryManager::device_update_bvh(), modified(), and SceneParams().
BVHType SceneParams::bvh_type |
Definition at line 148 of file scene.h.
Referenced by GeometryManager::device_update_bvh(), modified(), SceneParams(), and xml_read_file().
CurveShapeType SceneParams::hair_shape |
Definition at line 154 of file scene.h.
Referenced by modified(), SceneParams(), and Scene::update_kernel_features().
int SceneParams::hair_subdivisions |
Definition at line 153 of file scene.h.
Referenced by curve_subdivisions(), modified(), and SceneParams().
int SceneParams::num_bvh_time_steps |
Definition at line 152 of file scene.h.
Referenced by GeometryManager::device_update_bvh(), modified(), and SceneParams().
ShadingSystem SceneParams::shadingsystem |
Definition at line 139 of file scene.h.
Referenced by modified(), options_parse(), Scene::Scene(), and SceneParams().
int SceneParams::texture_limit |
Definition at line 155 of file scene.h.
Referenced by modified(), and SceneParams().
bool SceneParams::use_bvh_compact_structure |
Definition at line 150 of file scene.h.
Referenced by modified(), and SceneParams().
bool SceneParams::use_bvh_spatial_split |
Definition at line 149 of file scene.h.
Referenced by GeometryManager::device_update_bvh(), modified(), and SceneParams().
bool SceneParams::use_bvh_unaligned_nodes |
Definition at line 151 of file scene.h.
Referenced by GeometryManager::device_update_bvh(), modified(), and SceneParams().