Blender
V3.3
|
#include <NodeLight.h>
Public Member Functions | |
NodeLight () | |
NodeLight (NodeLight &iBrother) | |
virtual | ~NodeLight () |
virtual void | accept (SceneVisitor &v) |
const float * | ambient () const |
const float * | diffuse () const |
const float * | specular () const |
const float * | position () const |
bool | isOn () const |
int | number () const |
![]() | |
Node () | |
Node (const Node &iBrother) | |
virtual | ~Node () |
virtual const BBox< Vec3r > & | bbox () const |
virtual void | setBBox (const BBox< Vec3r > &iBox) |
virtual void | AddBBox (const BBox< Vec3r > &iBox) |
virtual const BBox< Vec3r > & | UpdateBBox () |
virtual void | clearBBox () |
![]() | |
BaseObject () | |
virtual | ~BaseObject () |
virtual int | destroy () |
int | addRef () |
int | release () |
Definition at line 20 of file NodeLight.h.
Freestyle::NodeLight::NodeLight | ( | ) |
Definition at line 14 of file NodeLight.cpp.
Freestyle::NodeLight::NodeLight | ( | NodeLight & | iBrother | ) |
Definition at line 38 of file NodeLight.cpp.
References ambient(), diffuse(), isOn(), position(), and specular().
|
inlinevirtual |
Definition at line 25 of file NodeLight.h.
|
virtual |
Accept the corresponding visitor
Reimplemented from Freestyle::Node.
Definition at line 58 of file NodeLight.cpp.
References v.
|
inline |
Accessors for the light properties
Definition at line 33 of file NodeLight.h.
Referenced by NodeLight().
|
inline |
Definition at line 38 of file NodeLight.h.
Referenced by NodeLight().
|
inline |
Definition at line 53 of file NodeLight.h.
Referenced by NodeLight().
|
inline |
Definition at line 58 of file NodeLight.h.
|
inline |
Definition at line 48 of file NodeLight.h.
Referenced by NodeLight().
|
inline |
Definition at line 43 of file NodeLight.h.
Referenced by NodeLight().