Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/object.cpp
| Context not available. | |||||
| dscene->data.bvh.have_motion = have_motion; | dscene->data.bvh.have_motion = have_motion; | ||||
| dscene->data.bvh.have_curves = have_curves; | dscene->data.bvh.have_curves = have_curves; | ||||
| dscene->data.bvh.have_instancing = true; | dscene->data.bvh.have_instancing = true; | ||||
| dscene->data.bvh.use_embree = scene->params.use_embree; | |||||
| } | } | ||||
| void ObjectManager::device_update(Device *device, DeviceScene *dscene, Scene *scene, Progress& progress) | void ObjectManager::device_update(Device *device, DeviceScene *dscene, Scene *scene, Progress& progress) | ||||
| Context not available. | |||||