Kanzi  3.9.6
Kanzi Engine API
node3d.hpp File Reference

Classes

class  kanzi::Node3D
 Base class for all 3D nodes. More...
 
class  kanzi::Node3D::RenderEntryParameters
 Render entry parameters. More...
 

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Typedefs

typedef shared_ptr< const Node3D > kanzi::Node3DConstSharedPtr
 Node3D const shared pointer type. More...
 

Functions

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...