A collada dom example. Definition of the class. More...
#include <dae.h>
#include <dae/daeUtils.h>
#include <dom/domCOLLADA.h>
Go to the source code of this file.
Functions | |
string | makeUriRef (const string &id) |
void | my_addEffect (daeElement *root) |
void | my_addGeometry (daeElement *root) |
void | my_addImage (daeElement *root) |
void | my_addInput (daeElement *triangles, const string &semantic, const string &srcID, int offset) |
void | my_addMaterial (daeElement *root) |
void | my_addSource (daeElement *mesh, const std::string &srcID, const std::string ¶mNames, domFloat values[], int valueCount) |
void | my_addVisualScene (daeElement *root) |
template<typename T > | |
daeTArray< T > | rawArrayToDaeArray (T rawArray[], size_t count) |
A collada dom example. Definition of the class.
Definition in file export.cpp.
string makeUriRef | ( | const string & | id | ) |
Definition at line 36 of file export.cpp.
void my_addEffect | ( | daeElement * | root | ) |
Definition at line 186 of file export.cpp.
void my_addGeometry | ( | daeElement * | root | ) |
Definition at line 90 of file export.cpp.
void my_addImage | ( | daeElement * | root | ) |
Definition at line 164 of file export.cpp.
void my_addInput | ( | daeElement * | triangles, | |
const string & | semantic, | |||
const string & | srcID, | |||
int | offset | |||
) |
Definition at line 75 of file export.cpp.
void my_addMaterial | ( | daeElement * | root | ) |
Definition at line 209 of file export.cpp.
void my_addSource | ( | daeElement * | mesh, | |
const std::string & | srcID, | |||
const std::string & | paramNames, | |||
domFloat | values[], | |||
int | valueCount | |||
) |
Definition at line 40 of file export.cpp.
void my_addVisualScene | ( | daeElement * | root | ) |
Definition at line 219 of file export.cpp.
daeTArray<T> rawArrayToDaeArray | ( | T | rawArray[], | |
size_t | count | |||
) | [inline] |
Definition at line 28 of file export.cpp.