TDME model writer.
More...
#include <tdme/engine/fileio/models/TMWriter.h>
|
static void | write (Model *model, const string &pathName, const string &fileName) |
| TDME model format writer. More...
|
|
static void | write (Model *model, vector< uint8_t > &data) |
| TDME model format writer. More...
|
|
|
static void | writeEmbeddedTextures (TMWriterOutputStream *os, Model *m) |
| Write embedded textures. More...
|
|
static void | writeMaterial (TMWriterOutputStream *os, Material *m) |
| Write material. More...
|
|
static void | writeAnimationSetup (TMWriterOutputStream *os, AnimationSetup *animationSetup) |
| Write animation setup. More...
|
|
static void | writeVertices (TMWriterOutputStream *os, const vector< Vector3 > &v) |
| Write vertices to output stream. More...
|
|
static void | writeTextureCoordinates (TMWriterOutputStream *os, const vector< TextureCoordinate > &tc) |
| Write texture coordinates to output stream. More...
|
|
static void | writeIndices (TMWriterOutputStream *os, const array< int32_t, 3 > &indices) |
| Write indices to output stream. More...
|
|
static void | writeAnimation (TMWriterOutputStream *os, Animation *a) |
| Write animation to output stream. More...
|
|
static void | writeFacesEntities (TMWriterOutputStream *os, const vector< FacesEntity > &facesEntities) |
| Write faces entities to output stream. More...
|
|
static void | writeSkinningJoint (TMWriterOutputStream *os, const Joint &joint) |
| Write skinning joint. More...
|
|
static void | writeSkinningJointWeight (TMWriterOutputStream *os, const JointWeight &jointWeight) |
| Write skinning joint weight. More...
|
|
static void | writeSkinning (TMWriterOutputStream *os, Skinning *skinning) |
| Write skinning to output stream. More...
|
|
static void | writeSubNodes (TMWriterOutputStream *os, const map< string, Node * > &subNodes) |
| Write sub nodes. More...
|
|
static void | writeNode (TMWriterOutputStream *os, Node *g) |
| Write node to output stream. More...
|
|
static void | writeThumbnail (TMWriterOutputStream *os, Model *model) |
| Write thumbnail to output stream. More...
|
|
TDME model writer.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 222 of file TMWriter.h.
◆ write() [1/2]
void write |
( |
Model * |
model, |
|
|
const string & |
pathName, |
|
|
const string & |
fileName |
|
) |
| |
|
static |
TDME model format writer.
- Parameters
-
model | model |
pathName | path name |
fileName | file name |
- Exceptions
-
Definition at line 79 of file TMWriter.cpp.
◆ write() [2/2]
void write |
( |
Model * |
model, |
|
|
vector< uint8_t > & |
data |
|
) |
| |
|
static |
TDME model format writer.
- Parameters
-
model | model |
data | data to write TM to |
Definition at line 86 of file TMWriter.cpp.
◆ writeAnimation()
Write animation to output stream.
- Parameters
-
os | output stream |
a | animation |
- Exceptions
-
Definition at line 234 of file TMWriter.cpp.
◆ writeAnimationSetup()
Write animation setup.
- Parameters
-
os | output stream |
animationSetup | animation setup |
- Exceptions
-
Definition at line 190 of file TMWriter.cpp.
◆ writeEmbeddedTextures()
Write embedded textures.
- Parameters
-
- Exceptions
-
Definition at line 115 of file TMWriter.cpp.
◆ writeFacesEntities()
Write faces entities to output stream.
- Parameters
-
os | output stream |
facesEntities | faces entities |
- Exceptions
-
Definition at line 247 of file TMWriter.cpp.
◆ writeIndices()
Write indices to output stream.
- Parameters
-
os | output stream |
indices | indices |
- Exceptions
-
Definition at line 225 of file TMWriter.cpp.
◆ writeMaterial()
Write material.
- Parameters
-
os | output stream |
m | material |
- Exceptions
-
Definition at line 144 of file TMWriter.cpp.
◆ writeNode()
Write node to output stream.
- Parameters
-
- Exceptions
-
Definition at line 313 of file TMWriter.cpp.
◆ writeSkinning()
Write skinning to output stream.
- Parameters
-
os | output stream |
skinning | skinning |
- Exceptions
-
Definition at line 283 of file TMWriter.cpp.
◆ writeSkinningJoint()
Write skinning joint.
- Parameters
-
os | output stream |
joint | joint |
- Exceptions
-
Definition at line 271 of file TMWriter.cpp.
◆ writeSkinningJointWeight()
Write skinning joint weight.
- Parameters
-
os | output stream |
jointWeight | joint |
- Exceptions
-
Definition at line 277 of file TMWriter.cpp.
◆ writeSubNodes()
Write sub nodes.
- Parameters
-
os | output stream |
subNodes | sub nodes |
- Exceptions
-
Definition at line 304 of file TMWriter.cpp.
◆ writeTextureCoordinates()
Write texture coordinates to output stream.
- Parameters
-
os | output stream |
tc | texture coordinates |
- Exceptions
-
Definition at line 212 of file TMWriter.cpp.
◆ writeThumbnail()
Write thumbnail to output stream.
- Parameters
-
os | output stream |
model | model |
- Exceptions
-
Definition at line 330 of file TMWriter.cpp.
◆ writeVertices()
Write vertices to output stream.
- Parameters
-
os | output stream |
v | vertices |
- Exceptions
-
Definition at line 199 of file TMWriter.cpp.
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/fileio/models/TMWriter.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/fileio/models/TMWriter.cpp