Classes | |
class | kanzi::Node3D |
Base class for all 3D nodes. More... | |
Namespaces | |
kanzi | |
Typedefs | |
typedef shared_ptr< Node3D > | kanzi::Node3DSharedPtr |
typedef weak_ptr< Node3D > | kanzi::Node3DWeakPtr |
typedef shared_ptr< const Node3D > | kanzi::Node3DConstSharedPtr |
Functions | |
KANZI_API void | kanzi::nodeLookAt (Node3D &node, Vector3 position, Vector3 lookAtPoint, Vector3 upVector) |
Sets node transformation so that the node is in a given position looking at the given point. More... | |