Blender V2.61 - r43446
|
#include <scene.h>
Public Types | |
enum | { OSL, SVM } |
enum | BVHType { BVH_DYNAMIC, BVH_STATIC } |
Public Member Functions | |
SceneParams () | |
bool | modified (const SceneParams ¶ms) |
Public Attributes | |
enum SceneParams:: { ... } | shadingsystem |
enum SceneParams::BVHType | bvh_type |
bool | use_bvh_cache |
bool | use_bvh_spatial_split |
bool | use_qbvh |
enum SceneParams::BVHType |
SceneParams::SceneParams | ( | ) | [inline] |
Definition at line 108 of file scene.h.
References BVH_DYNAMIC, bvh_type, shadingsystem, SVM, use_bvh_cache, use_bvh_spatial_split, and use_qbvh.
bool SceneParams::modified | ( | const SceneParams & | params | ) | [inline] |
Definition at line 121 of file scene.h.
References bvh_type, shadingsystem, use_bvh_cache, use_bvh_spatial_split, and use_qbvh.
Referenced by BlenderSession::synchronize().
Referenced by ObjectManager::device_update(), BlenderSync::get_scene_params(), modified(), SceneParams(), and xml_read_file().
enum { ... } SceneParams::shadingsystem |
Definition at line 104 of file scene.h.
Referenced by Mesh::compute_bvh(), MeshManager::device_update_bvh(), BlenderSync::get_scene_params(), modified(), and SceneParams().
Definition at line 105 of file scene.h.
Referenced by Mesh::compute_bvh(), MeshManager::device_update_bvh(), BlenderSync::get_scene_params(), modified(), and SceneParams().
Definition at line 106 of file scene.h.
Referenced by Mesh::compute_bvh(), MeshManager::device_update_bvh(), modified(), and SceneParams().