Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/scene/object.h
| Show First 20 Lines • Show All 62 Lines • ▼ Show 20 Lines | public: | ||||
| NODE_SOCKET_API(ParticleSystem *, particle_system); | NODE_SOCKET_API(ParticleSystem *, particle_system); | ||||
| NODE_SOCKET_API(int, particle_index); | NODE_SOCKET_API(int, particle_index); | ||||
| NODE_SOCKET_API(float, ao_distance) | NODE_SOCKET_API(float, ao_distance) | ||||
| NODE_SOCKET_API(ustring, lightgroup) | NODE_SOCKET_API(ustring, lightgroup) | ||||
| NODE_SOCKET_API(ustring, lpe_tag); | |||||
| /* Set during device update. */ | /* Set during device update. */ | ||||
| bool intersects_volume; | bool intersects_volume; | ||||
| Object(); | Object(); | ||||
| ~Object(); | ~Object(); | ||||
| void tag_update(Scene *scene); | void tag_update(Scene *scene); | ||||
| ▲ Show 20 Lines • Show All 106 Lines • Show Last 20 Lines | |||||