AnimEngine
Public Member Functions | Protected Attributes | List of all members
VirtualPointLight Class Reference
Inheritance diagram for VirtualPointLight:
Inheritance graph
[legend]
Collaboration diagram for VirtualPointLight:
Collaboration graph
[legend]

Public Member Functions

virtual const PosegetPose () const override
 
virtual PosegetMutablePose ()
 
virtual void setPose (const Pose &pose) override
 
const glm::vec3 & getColor () const
 
void setColor (const glm::vec3 &aColor)
 
float getIntensity () const
 
void setIntensity (float aIntensity)
 
- Public Member Functions inherited from Entity
 Entity (const std::string &name)
 
const ent_uuid_t & UUID () const
 
const std::string & getName () const
 
void setName (const std::string &name)
 
void addChild (Entity *entity)
 
virtual void unlink ()
 
virtual void link (Entity *parent)
 
virtual Entityreplace (Entity *replacement)
 Replace the node in the tree with 'replacement' and return original node ('this')
 
const std::map< ent_uuid_t, Entity * > & getChildren () const
 
size_t numChildren () const
 
bool hasParent () const
 
EntitygetParent ()
 
const EntitygetParent () const
 
- Public Member Functions inherited from PosedComponent
virtual bool isPosed () const override
 
- Public Member Functions inherited from RootComponent
virtual bool isDrawable () const
 
- Public Member Functions inherited from PoseableComponent
virtual bool isPoseable () const override
 
- Public Member Functions inherited from CachedFinalPose
virtual const PosegetCachedFinalPose () const
 
virtual void setCachedFinalPose (const Pose &aPose)
 

Protected Attributes

Pose mPose
 
glm::vec3 mColor = glm::vec3(1.0f)
 
float mIntensity = 1.0f
 
- Protected Attributes inherited from Entity
std::string _name
 
Entity_parent = nullptr
 
std::map< ent_uuid_t, Entity * > _children
 
- Protected Attributes inherited from CachedFinalPose
Pose _mCachedFinalPose
 

Additional Inherited Members

- Public Attributes inherited from Entity
unsigned int traversal_scratch = 0
 

The documentation for this class was generated from the following file: