Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/light.h
| Show All 36 Lines | |||||
| class Light : public Node { | class Light : public Node { | ||||
| public: | public: | ||||
| NODE_DECLARE; | NODE_DECLARE; | ||||
| Light(); | Light(); | ||||
| LightType type; | LightType type; | ||||
| float3 strength; | |||||
| float3 co; | float3 co; | ||||
| float3 dir; | float3 dir; | ||||
| float size; | float size; | ||||
| float3 axisu; | float3 axisu; | ||||
| float sizeu; | float sizeu; | ||||
| float3 axisv; | float3 axisv; | ||||
| ▲ Show 20 Lines • Show All 86 Lines • Show Last 20 Lines | |||||