22 #ifndef STARK_FORMATS_BIFF_MESH_H 23 #define STARK_FORMATS_BIFF_MESH_H 25 #include "engines/stark/model/model.h" 27 #include "common/array.h" 29 #include "math/matrix4.h" 30 #include "math/vector3d.h" 34 class ArchiveReadStream;
52 static BiffObject *biffObjectBuilder(uint32 type);
62 Math::Vector3d position;
63 Math::Vector3d normal;
64 Math::Vector3d texturePosition;
72 Math::Matrix4 getTransform()
const;
74 void setTransform(
const Math::Matrix4 &transform);
81 Math::Matrix4 _transform;
87 #endif // STARK_FORMATS_BIFF_MESH_H
Definition: archiveloader.h:46