Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
|
hold a tag info for connecting meshes More...
#include <jimcpp/core/engine/IAnimatedMeshMD3.hpp>
Public Member Functions | |
SMD3QuaternionTag (const core::stringc &name) | |
SMD3QuaternionTag (const core::vector3df &pos, const core::vector3df &angle) | |
void | setto (core::matrix4 &m) |
bool | operator== (const SMD3QuaternionTag &other) const |
Public Attributes | |
core::stringc | Name |
core::vector3df | position |
core::quaternion | rotation |
hold a tag info for connecting meshes
Basically its an alternate way to describe a transformation.