#include <kanzi/core.ui/node/node.hpp>
#include <kanzi/core.ui/node/node_reference.hpp>
#include <kanzi/core/math/box.hpp>
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... | |