|
0.45.0
|
#include <iNodeCamera.h>
Inherits igor::iNode.
Public Member Functions | |
| void | getWorldMatrix (iaMatrixd &matrix) |
| void | getViewMatrix (iaMatrixd &viewmatrix) |
Public Member Functions inherited from igor::iNode | |
| iNodeKind | getKind () const |
| iNodeType | getType () const |
| iNodeID | getID () const |
| const iaString & | getName () const |
| virtual std::vector< iaString > | getInfo (bool brief=false) const |
| void | setName (const iaString &name) |
| void | insertNode (iNodePtr node) |
| void | insertNodeAsync (iNodePtr node) |
| void | setActive (bool active=true) |
| void | setActiveAsync (bool active=true) |
| void | removeNode (iNodePtr node) |
| void | removeNodeAsync (iNodePtr node) |
| bool | isChild () |
| bool | isChild (iNodePtr child) |
| bool | hasChildren () |
| const std::vector< iNodePtr > & | getChildren () const |
| void | getAllChildren (std::vector< iNodePtr > &children) const |
| iNodePtr | getChild (const iaString &name) |
| iNodePtr | getChild (iNodeID id) |
| const std::vector< iNodePtr > & | getInactiveChildren () const |
| iNodePtr | getParent () |
| iScenePtr | getScene () |
| bool | isTransformationDirty () |
| void | setTransformationDirty (bool dirty=true) |
| void | calcWorldTransformation (iaMatrixd &matrix) |
| bool | isActive () const |
| iTransformationChangeEvent & | getTransformationChangeEvent () |
Protected Member Functions | |
| virtual void | onPreSetScene () override |
| virtual void | onPostSetScene () override |
| void | onUpdateTransform (iaMatrixd &matrix) |
Protected Member Functions inherited from igor::iNode | |
| void | setTransformationDirtyDown () |
| void | setTransformationDirtyUp () |
| void | setDataDirty () |
| bool | isDataDirty () |
| void | setParent (iNodePtr parent) |
| void | setScene (iScenePtr scene) |
| virtual void | onUpdateTransform (iaMatrixd &matrix) |
| virtual void | onPreSetScene () |
| virtual void | onPostSetScene () |
| virtual bool | onUpdateData () |
| virtual void | onPostCopyLink (std::map< iNodeID, iNodeID > &nodeIDMap) |
| iNode () | |
| iNode (iNodePtr node) | |
| virtual | ~iNode () |
Protected Attributes | |
| iaMatrixd | _worldMatrix |
Protected Attributes inherited from igor::iNode | |
| bool | _active = true |
| iNodeType | _nodeType = iNodeType::iNode |
| iNodeKind | _nodeKind = iNodeKind::Node |
| iaString | _name = L"iNode" |
| bool | _transformationDirty = true |
| iScenePtr | _scene = nullptr |
| iNodePtr | _parent = nullptr |
| std::vector< iNodePtr > | _children |
| std::vector< iNodePtr > | _inactiveChildren |
| iTransformationChangeEvent | _transformationChangeEvent |
Friends | |
| class | iNodeVisitorUpdateTransform |
| class | iNodeManager |
Additional Inherited Members | |
Static Public Member Functions inherited from igor::iNode | |
| static iaString | getKindName (iNodeKind kind) |
| static iaString | getTypeName (iNodeType nodeType) |
Static Public Attributes inherited from igor::iNode | |
| static const iNodeID | INVALID_NODE_ID = IGOR_INVALID_ID |
camera node
| void igor::iNodeCamera::getViewMatrix | ( | iaMatrixd & | viewmatrix | ) |
returns the view matrix of the camera
| viewmatrix | in out value to return the cameras view matrix |
| void igor::iNodeCamera::getWorldMatrix | ( | iaMatrixd & | matrix | ) |
returns world matrix of camera
| matrix | in out value to return the world matrix |
|
overrideprotectedvirtual |
registers to new scene
Reimplemented from igor::iNode.
|
overrideprotectedvirtual |
unregisters camera from scene if it belonged to a scene before
Reimplemented from igor::iNode.
|
protectedvirtual |
set the world matrix of the camera
| matrix | world matrix for the camera |
Reimplemented from igor::iNode.
|
friend |
|
friend |
|
protected |
matrix including position an orientation of this camera in world coordinates