JunkBox_Lib++ (for Windows) 1.10.1
|
#include <ColladaTool.h>
Public Member Functions | |
ColladaXML (double meter=1.0, int axis=COLLADA_Z_UP, const char *ver=NULL) | |
ColladaXML (float meter, int axis=COLLADA_Z_UP, const char *ver=NULL) | |
virtual | ~ColladaXML (void) |
void | init (double meter=1.0, int axis=COLLADA_Z_UP, const char *ver=NULL) |
void | init (float meter, int axis=COLLADA_Z_UP, const char *ver=NULL) |
void | clear (double meter=1.0, int axis=COLLADA_Z_UP, const char *ver=NULL) |
void | clear (float meter, int axis=COLLADA_Z_UP, const char *ver=NULL) |
void | free (void) |
void | outputFile (const char *fn, const char *path=NULL, int mode=XML_SPACE_FORMAT) |
void | output_dae (FILE *fp, int mode=XML_SPACE_FORMAT) |
void | output_tree (FILE *fp) |
void | initCollada (double meter, int axis, const char *ver) |
void | initCollada (float meter, int axis, const char *ver) |
void | addShell (MeshObjectData *shelldata, bool collider, SkinJointData *skin_joint=NULL, tXML *joints_template=NULL) |
char * | addGeometry (MeshObjectData *shelldata) |
char * | addController (const char *geometry_id, MeshObjectData *shelldata, SkinJointData *skin_joint) |
void | addScene (const char *geometry_id, char *controll_id, MeshObjectData *shelldata, bool collider, SkinJointData *skin_joint) |
char * | addVertexSource (tXML *tag, MeshObjectData *shelldata) |
char * | addNormalSource (tXML *tag, MeshObjectData *shelldata) |
char * | addTexcrdSource (tXML *tag, MeshObjectData *shelldata) |
char * | addWeightSource (tXML *tag, MeshObjectData *shelldata, Vector< int > *weight_index, int num_joints) |
char * | addVerticesPos (tXML *mesh_tag, const char *position_id) |
void | addSimpleTechniqueAccessor (tXML *source_tag, const char *source_array_id, int count, int stride, const char *name, const char *type) |
void | addPosTechniqueAccessor (tXML *source_tag, const char *source_array_id, int count) |
void | addMapTechniqueAccessor (tXML *source_tag, const char *source_array_id, int count) |
void | addPolylists (tXML *mesh_tag, MeshObjectData *shelldata, const char *vertex_id, const char *normal_id=NULL, const char *texcrd_id=NULL) |
char * | addImage (const char *filename) |
char * | addMaterial (const char *material) |
tXML * | addEffect (const char *material_url, const char *file_id, MaterialParam param) |
void | addExtraBumpmap (tXML *effect_tag, const char *bump_id) |
void | closeSolid (void) |
void | deleteJoint (tXML *delete_tag) |
bool | existSameID (tXML *top, const char *tag, const char *id) |
void | setBlankTexture (const char *name) |
bool | isBlankTexture (const char *name) |
void | setJointLocationMatrix (void) |
void | deleteNousedJoints (tXML *delete_tag) |
void | deleteListJoints (tXML *top_tag, tList *joints_name) |
void | addCenterObject (void) |
void | addCenterScene (void) |
Public Attributes | |
tXML * | xml_tag |
tXML * | collada_tag |
tXML * | asset_tag |
tXML * | contributor_tag |
tXML * | author_tag |
tXML * | authoring_tool_tag |
tXML * | created_tag |
tXML * | modified_tag |
tXML * | unit_tag |
tXML * | up_axis_tag |
tXML * | library_images_tag |
tXML * | library_effects_tag |
tXML * | library_materials_tag |
tXML * | library_geometries_tag |
tXML * | library_controllers_tag |
tXML * | library_physics_scenes_tag |
tXML * | library_physics_models_tag |
tXML * | library_visual_scenes_tag |
tXML * | instance_physics_model_tag |
tXML * | visual_scene_tag |
tXML * | physics_scene_tag |
tXML * | physics_model_tag |
tXML * | scene_tag |
tXML * | instance_visual_scene_tag |
tXML * | instance_physics_scene_tag |
AffineTrans< double > * | affineTrans |
AffineTrans< double > | affineSkeleton |
tXML * | joints_template_tag |
bool | added_joints_xml |
bool | has_joints |
bool | no_offset |
bool | phantom_out |
Buffer | blank_texture |
bool | forUnity5 |
bool | forUnity |
Definition at line 35 of file ColladaTool.h.
|
inline |
Definition at line 38 of file ColladaTool.h.
References ColladaXML::init().
|
inline |
Definition at line 39 of file ColladaTool.h.
References ColladaXML::init().
|
virtual |
void addCenterObject | ( | void | ) |
Definition at line 1304 of file ColladaTool.cpp.
References ColladaXML::addCenterScene().
void addCenterScene | ( | void | ) |
Definition at line 1312 of file ColladaTool.cpp.
References add_xml_attr_str(), add_xml_node(), append_xml_content_node(), AffineTrans< T >::computeMatrix(), dtostr(), AffineTrans< T >::element(), AffineTrans< T >::free(), and ColladaXML::visual_scene_tag.
Referenced by ColladaXML::addCenterObject().
char * addController | ( | const char * | geometry_id, |
MeshObjectData * | shelldata, | ||
SkinJointData * | skin_joint ) |
Definition at line 199 of file ColladaTool.cpp.
References _tochar, add_xml_attr_int(), add_xml_attr_str(), add_xml_node(), ColladaXML::addSimpleTechniqueAccessor(), ColladaXML::addWeightSource(), MeshObjectData::alt_name, append_xml_content_node(), SkinJointData::bind_shape, Buffer::buf, cat_Buffer(), dtostr(), dup_Buffer(), AffineTrans< T >::element(), ColladaXML::free(), free_Buffer(), ArrayParam< T >::get_size(), ArrayParam< T >::get_value(), SkinJointData::inverse_bind, itostr(), SkinJointData::joint_names, ColladaXML::library_controllers_tag, make_Buffer_randomstr, make_Buffer_str, PRINT_MESG, TRUE, MeshObjectData::ttl_vertex, and Vector< T >::x.
Referenced by ColladaXML::addShell().
tXML * addEffect | ( | const char * | material_url, |
const char * | file_id, | ||
MaterialParam | param ) |
Definition at line 798 of file ColladaTool.cpp.
References _tochar, add_xml_attr_str(), add_xml_node(), append_xml_content_node(), Buffer::buf, cat_s2Buffer, dtostr(), ColladaXML::forUnity, ColladaXML::forUnity5, free_Buffer(), MaterialParam::getBright(), TextureParam::getColor(), MaterialParam::getGlow(), MaterialParam::getShininess(), MaterialParam::getTextureName(), ColladaXML::isBlankTexture(), MaterialParam::isSetBright(), TextureParam::isSetColor(), MaterialParam::isSetGlow(), MaterialParam::isSetShininess(), MaterialParam::isTransparency(), ColladaXML::library_effects_tag, make_Buffer_randomstr, make_Buffer_str, MaterialParam::specmap, and MaterialParam::texture.
Referenced by ColladaXML::addPolylists().
void addExtraBumpmap | ( | tXML * | effect_tag, |
const char * | bump_id ) |
Definition at line 913 of file ColladaTool.cpp.
References _tochar, add_xml_attr_str(), add_xml_node(), append_xml_content_node(), Buffer::buf, cat_s2Buffer, free_Buffer(), get_xml_node_bystr(), insert_xml_node(), make_Buffer_randomstr, and make_Buffer_str.
Referenced by ColladaXML::addPolylists().
char * addGeometry | ( | MeshObjectData * | shelldata | ) |
Definition at line 340 of file ColladaTool.cpp.
References _tochar, add_xml_attr_str(), add_xml_node(), ColladaXML::addNormalSource(), ColladaXML::addPolylists(), ColladaXML::addTexcrdSource(), ColladaXML::addVertexSource(), ColladaXML::addVerticesPos(), MeshObjectData::alt_name, Buffer::buf, cat_Buffer(), cat_s2Buffer, copy_Buffer(), dup_Buffer(), free_Buffer(), jbxl::freeNull(), ColladaXML::library_geometries_tag, make_Buffer_randomstr, and make_Buffer_str.
Referenced by ColladaXML::addShell().
char * addImage | ( | const char * | filename | ) |
Definition at line 756 of file ColladaTool.cpp.
References _tochar, add_xml_attr_int(), add_xml_attr_str(), add_xml_node(), append_xml_content_node(), Buffer::buf, canonical_filename_Buffer(), ColladaXML::existSameID(), free_Buffer(), ColladaXML::library_images_tag, make_Buffer_str, replace_sBuffer_str, and TRUE.
Referenced by ColladaXML::addPolylists().
void addMapTechniqueAccessor | ( | tXML * | source_tag, |
const char * | source_array_id, | ||
int | count ) |
Definition at line 654 of file ColladaTool.cpp.
References add_xml_attr_int(), add_xml_attr_str(), and add_xml_node().
Referenced by ColladaXML::addTexcrdSource().
char * addMaterial | ( | const char * | material | ) |
Definition at line 781 of file ColladaTool.cpp.
References _tochar, add_xml_attr_str(), add_xml_node(), Buffer::buf, cat_s2Buffer, ColladaXML::library_materials_tag, and make_Buffer_str.
Referenced by ColladaXML::addPolylists().
char * addNormalSource | ( | tXML * | tag, |
MeshObjectData * | shelldata ) |
Definition at line 425 of file ColladaTool.cpp.
References _tochar, add_xml_attr_int(), add_xml_attr_str(), add_xml_content_area(), add_xml_node(), ColladaXML::addPosTechniqueAccessor(), append_xml_content_node(), Buffer::buf, cat_Buffer(), dtostr(), MeshObjectData::facet, free_Buffer(), make_Buffer_randomstr, make_Buffer_str, MeshFacetNode::next, MeshFacetNode::normal_value, MeshFacetNode::num_vertex, and MeshObjectData::ttl_vertex.
Referenced by ColladaXML::addGeometry().
void addPolylists | ( | tXML * | mesh_tag, |
MeshObjectData * | shelldata, | ||
const char * | vertex_id, | ||
const char * | normal_id = NULL, | ||
const char * | texcrd_id = NULL ) |
Definition at line 676 of file ColladaTool.cpp.
References _tochar, add_xml_attr_int(), add_xml_attr_str(), add_xml_content_area(), add_xml_node(), ColladaXML::addEffect(), ColladaXML::addExtraBumpmap(), ColladaXML::addImage(), ColladaXML::addMaterial(), append_xml_content_node(), Buffer::buf, MeshFacetNode::data_index, MaterialParam::enable, ColladaXML::existSameID(), MeshObjectData::facet, ColladaXML::free(), MaterialParam::getBumpMapName(), MaterialParam::getTextureName(), itostr(), ColladaXML::library_materials_tag, MeshFacetNode::material_id, MeshFacetNode::material_param, MeshFacetNode::next, MeshFacetNode::num_polygon, MeshObjectData::num_vcount, MeshFacetNode::num_vertex, and MeshFacetNode::same_material.
Referenced by ColladaXML::addGeometry().
void addPosTechniqueAccessor | ( | tXML * | source_tag, |
const char * | source_array_id, | ||
int | count ) |
Definition at line 630 of file ColladaTool.cpp.
References add_xml_attr_int(), add_xml_attr_str(), and add_xml_node().
Referenced by ColladaXML::addNormalSource(), and ColladaXML::addVertexSource().
void addScene | ( | const char * | geometry_id, |
char * | controller_id, | ||
MeshObjectData * | shelldata, | ||
bool | collider, | ||
SkinJointData * | skin_joint ) |
Scene への配置(位置,サイズ,回転,コライダー, Joints_data)
Definition at line 964 of file ColladaTool.cpp.
References _tochar, add_tTree_node(), add_xml_attr_str(), add_xml_content_node(), add_xml_node(), ColladaXML::added_joints_xml, ColladaXML::affineSkeleton, ColladaXML::affineTrans, MeshObjectData::affineTrans, SkinJointData::alt_inverse_bind, MeshObjectData::alt_name, append_xml_content_node(), SkinJointData::bind_shape, Buffer::buf, cat_Buffer(), AffineTrans< T >::computeMatrix(), del_xml_node, dtostr(), dup_Buffer(), AffineTrans< T >::element(), AffineTrans< T >::execRotationScale(), MeshObjectData::facet, AffineTrans< T >::free(), free_Buffer(), ArrayParam< T >::get_size(), ArrayParam< T >::get_value(), get_xml_attr_node(), AffineTrans< T >::getInverseAffine(), AffineTrans< T >::getShift(), ColladaXML::has_joints, AffineTrans< T >::init(), insert_tTree_node(), ColladaXML::instance_physics_model_tag, SkinJointData::inverse_bind, JBXL_STATE_ANCHOR, SkinJointData::joint_names, ColladaXML::joints_template_tag, LNAME, make_Buffer_randomstr, make_Buffer_str, MeshFacetNode::material_id, MeshFacetNode::next, ColladaXML::no_offset, ColladaXML::physics_model_tag, PRINT_MESG, MeshFacetNode::same_material, set_xml_content_node(), ColladaXML::setJointLocationMatrix(), AffineTrans< T >::setShift(), strcasecmp, ColladaXML::visual_scene_tag, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Referenced by ColladaXML::addShell().
void addShell | ( | MeshObjectData * | shelldata, |
bool | collider, | ||
SkinJointData * | skin_joint = NULL, | ||
tXML * | joints_template = NULL ) |
Definition at line 157 of file ColladaTool.cpp.
References ColladaXML::addController(), ColladaXML::addGeometry(), ColladaXML::addScene(), del_all_xml, ColladaXML::free(), ColladaXML::has_joints, and ColladaXML::joints_template_tag.
void addSimpleTechniqueAccessor | ( | tXML * | source_tag, |
const char * | source_array_id, | ||
int | count, | ||
int | stride, | ||
const char * | name, | ||
const char * | type ) |
Definition at line 613 of file ColladaTool.cpp.
References add_xml_attr_int(), add_xml_attr_str(), and add_xml_node().
Referenced by ColladaXML::addController(), and ColladaXML::addWeightSource().
char * addTexcrdSource | ( | tXML * | tag, |
MeshObjectData * | shelldata ) |
Definition at line 464 of file ColladaTool.cpp.
References _tochar, add_xml_attr_int(), add_xml_attr_str(), add_xml_content_area(), add_xml_node(), ColladaXML::addMapTechniqueAccessor(), MeshObjectData::affineTrans, append_xml_content_node(), Buffer::buf, cat_Buffer(), dtostr(), MeshFacetNode::execAffineTransUVMap(), MeshObjectData::facet, ColladaXML::free(), free_Buffer(), MeshFacetNode::generatePlanarUVMap(), AffineTrans< T >::getScale(), make_Buffer_randomstr, make_Buffer_str, MaterialParam::mapping, MATERIAL_MAPPING_PLANAR, MeshFacetNode::material_param, MeshFacetNode::next, MeshFacetNode::num_texcrd, MeshFacetNode::texcrd_value, MeshObjectData::ttl_texcrd, and MeshObjectData::ttl_vertex.
Referenced by ColladaXML::addGeometry().
char * addVertexSource | ( | tXML * | tag, |
MeshObjectData * | shelldata ) |
Definition at line 387 of file ColladaTool.cpp.
References _tochar, add_xml_attr_int(), add_xml_attr_str(), add_xml_content_area(), add_xml_node(), ColladaXML::addPosTechniqueAccessor(), append_xml_content_node(), Buffer::buf, cat_Buffer(), dtostr(), MeshObjectData::facet, free_Buffer(), make_Buffer_randomstr, make_Buffer_str, MeshFacetNode::next, MeshFacetNode::num_vertex, MeshObjectData::ttl_vertex, and MeshFacetNode::vertex_value.
Referenced by ColladaXML::addGeometry().
char * addVerticesPos | ( | tXML * | mesh_tag, |
const char * | position_id ) |
Definition at line 592 of file ColladaTool.cpp.
References _tochar, add_xml_attr_str(), add_xml_node(), Buffer::buf, cat_Buffer(), free_Buffer(), make_Buffer_randomstr, and make_Buffer_str.
Referenced by ColladaXML::addGeometry().
char * addWeightSource | ( | tXML * | tag, |
MeshObjectData * | shelldata, | ||
Vector< int > * | weight_index, | ||
int | num_joints ) |
weight_index[].x | vertex No. |
weight_index[].y | joint No. |
weight_index[].z | FALSE->データなし, TRUE->データあり |
Definition at line 522 of file ColladaTool.cpp.
References _tochar, add_xml_attr_int(), add_xml_attr_str(), add_xml_content_area(), add_xml_node(), ColladaXML::addSimpleTechniqueAccessor(), append_xml_content_node(), Buffer::buf, cat_Buffer(), dtostr(), MeshObjectData::facet, FALSE, free_Buffer(), ArrayParam< T >::get_size(), ArrayParam< T >::get_value(), make_Buffer_randomstr, make_Buffer_str, MeshFacetNode::next, MeshFacetNode::num_vertex, PRINT_MESG, TRUE, MeshObjectData::ttl_vertex, MeshFacetNode::weight_value, Vector< T >::x, Vector< T >::y, and Vector< T >::z.
Referenced by ColladaXML::addController().
void clear | ( | double | meter = 1.0, |
int | axis = COLLADA_Z_UP, | ||
const char * | ver = NULL ) |
Definition at line 53 of file ColladaTool.cpp.
References del_all_xml, ColladaXML::init(), and ColladaXML::xml_tag.
|
inline |
Definition at line 46 of file ColladaTool.h.
References ColladaXML::clear().
Referenced by ColladaXML::clear().
void closeSolid | ( | void | ) |
Definition at line 184 of file ColladaTool.cpp.
References ColladaXML::added_joints_xml, ColladaXML::deleteNousedJoints(), get_xml_attr_node(), ColladaXML::joints_template_tag, and PRINT_MESG.
void deleteJoint | ( | tXML * | delete_tag | ) |
Definition at line 1227 of file ColladaTool.cpp.
References del_xml, del_xml_node, and strcasecmp.
Referenced by ColladaXML::deleteListJoints(), and ColladaXML::deleteNousedJoints().
Definition at line 1275 of file ColladaTool.cpp.
References ColladaXML::deleteJoint(), get_xml_attr_node(), and LNAME.
void deleteNousedJoints | ( | tXML * | delete_tag | ) |
Definition at line 1250 of file ColladaTool.cpp.
References ColladaXML::deleteJoint(), ColladaXML::deleteNousedJoints(), strcasecmp, and TREE_DELETE_NODE.
Referenced by ColladaXML::closeSolid(), and ColladaXML::deleteNousedJoints().
bool existSameID | ( | tXML * | top, |
const char * | tag, | ||
const char * | id ) |
Definition at line 1144 of file ColladaTool.cpp.
References _tochar, Buffer::buf, cat_s2Buffer, del_all_xml, free_Buffer(), get_xml_node_list(), make_Buffer_str, xml_get_node_attr(), and xml_parse().
Referenced by ColladaXML::addImage(), and ColladaXML::addPolylists().
void free | ( | void | ) |
Definition at line 42 of file ColladaTool.cpp.
References ColladaXML::affineSkeleton, ColladaXML::affineTrans, ColladaXML::blank_texture, del_all_xml, AffineTrans< T >::free(), free_Buffer(), and ColladaXML::xml_tag.
Referenced by ColladaXML::addController(), ColladaXML::addPolylists(), ColladaXML::addShell(), ColladaXML::addTexcrdSource(), jbxl::freeColladaXML(), ColladaXML::initCollada(), and ColladaXML::outputFile().
void init | ( | double | meter = 1.0, |
int | axis = COLLADA_Z_UP, | ||
const char * | ver = NULL ) |
Definition at line 23 of file ColladaTool.cpp.
References ColladaXML::added_joints_xml, ColladaXML::affineSkeleton, ColladaXML::affineTrans, ColladaXML::blank_texture, ColladaXML::forUnity, ColladaXML::forUnity5, ColladaXML::has_joints, AffineTrans< T >::init(), init_Buffer(), ColladaXML::initCollada(), ColladaXML::joints_template_tag, ColladaXML::no_offset, and ColladaXML::phantom_out.
Referenced by ColladaXML::clear(), ColladaXML::ColladaXML(), and ColladaXML::ColladaXML().
|
inline |
Definition at line 44 of file ColladaTool.h.
References ColladaXML::init().
Referenced by ColladaXML::init().
void initCollada | ( | double | meter, |
int | axis, | ||
const char * | ver ) |
Definition at line 73 of file ColladaTool.cpp.
References _tochar, add_xml_attr_float(), add_xml_attr_str(), add_xml_content_node(), add_xml_node(), ColladaXML::asset_tag, ColladaXML::author_tag, ColladaXML::authoring_tool_tag, Buffer::buf, COLLADA_STR_AUTHOR, COLLADA_STR_TOOL, COLLADA_STR_VER, COLLADA_STR_XMLNS, ColladaXML::collada_tag, COLLADA_X_UP, COLLADA_Y_UP, ColladaXML::contributor_tag, ColladaXML::created_tag, ColladaXML::free(), free_Buffer(), get_local_timestamp(), init_xml_doc(), ColladaXML::instance_physics_model_tag, ColladaXML::instance_physics_scene_tag, ColladaXML::instance_visual_scene_tag, ColladaXML::library_controllers_tag, ColladaXML::library_effects_tag, ColladaXML::library_geometries_tag, ColladaXML::library_images_tag, ColladaXML::library_materials_tag, ColladaXML::library_physics_models_tag, ColladaXML::library_physics_scenes_tag, ColladaXML::library_visual_scenes_tag, make_Buffer_str, ColladaXML::modified_tag, ColladaXML::physics_model_tag, ColladaXML::physics_scene_tag, ColladaXML::scene_tag, ColladaXML::unit_tag, ColladaXML::up_axis_tag, ColladaXML::visual_scene_tag, and ColladaXML::xml_tag.
Referenced by ColladaXML::init().
|
inline |
Definition at line 55 of file ColladaTool.h.
References ColladaXML::initCollada().
Referenced by ColladaXML::initCollada().
bool isBlankTexture | ( | const char * | name | ) |
Definition at line 60 of file ColladaTool.cpp.
References _tochar, ColladaXML::blank_texture, Buffer::buf, and strncasecmp.
Referenced by ColladaXML::addEffect().
|
inline |
Definition at line 50 of file ColladaTool.h.
References print_xml(), and ColladaXML::xml_tag.
Referenced by ColladaXML::outputFile().
|
inline |
Definition at line 51 of file ColladaTool.h.
References print_xml_tree(), and ColladaXML::xml_tag.
void outputFile | ( | const char * | fn, |
const char * | path = NULL, | ||
int | mode = XML_SPACE_FORMAT ) |
Definition at line 1172 of file ColladaTool.cpp.
References Buffer::buf, canonical_filename_Buffer(), cat_Buffer(), change_file_extension_Buffer(), ColladaXML::free(), free_Buffer(), get_file_name(), make_Buffer_bystr, ColladaXML::output_dae(), pack_head_tail_char(), PRINT_MESG, and TRUE.
|
inline |
Definition at line 84 of file ColladaTool.h.
References ColladaXML::blank_texture, and make_Buffer_bystr.
void setJointLocationMatrix | ( | void | ) |
void ColladaXML::setJointLocationMatrix(void)
Definition at line 1206 of file ColladaTool.cpp.
References ColladaXML::affineSkeleton, ColladaXML::affineTrans, append_xml_content_node(), ColladaXML::collada_tag, AffineTrans< T >::computeMatrix(), dtostr(), AffineTrans< T >::element(), get_xml_node_str, AffineTrans< T >::getShift(), ColladaXML::has_joints, ColladaXML::no_offset, set_xml_content_node(), and AffineTrans< T >::setShift().
Referenced by ColladaXML::addScene().
bool added_joints_xml |
Definition at line 130 of file ColladaTool.h.
Referenced by ColladaXML::addScene(), ColladaXML::closeSolid(), and ColladaXML::init().
AffineTrans<double> affineSkeleton |
Definition at line 127 of file ColladaTool.h.
Referenced by ColladaXML::addScene(), ColladaXML::free(), ColladaXML::init(), and ColladaXML::setJointLocationMatrix().
AffineTrans<double>* affineTrans |
Definition at line 126 of file ColladaTool.h.
Referenced by ColladaXML::addScene(), ColladaXML::free(), ColladaXML::init(), and ColladaXML::setJointLocationMatrix().
tXML* asset_tag |
Definition at line 97 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
tXML* author_tag |
Definition at line 99 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
tXML* authoring_tool_tag |
Definition at line 100 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
Buffer blank_texture |
Definition at line 134 of file ColladaTool.h.
Referenced by ColladaXML::free(), ColladaXML::init(), ColladaXML::isBlankTexture(), and ColladaXML::setBlankTexture().
tXML* collada_tag |
Definition at line 96 of file ColladaTool.h.
Referenced by ColladaXML::initCollada(), and ColladaXML::setJointLocationMatrix().
tXML* contributor_tag |
Definition at line 98 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
tXML* created_tag |
Definition at line 101 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
bool forUnity |
Definition at line 139 of file ColladaTool.h.
Referenced by ColladaXML::addEffect(), and ColladaXML::init().
bool forUnity5 |
Definition at line 138 of file ColladaTool.h.
Referenced by ColladaXML::addEffect(), and ColladaXML::init().
bool has_joints |
Definition at line 131 of file ColladaTool.h.
Referenced by ColladaXML::addScene(), ColladaXML::addShell(), ColladaXML::init(), and ColladaXML::setJointLocationMatrix().
tXML* instance_physics_model_tag |
Definition at line 115 of file ColladaTool.h.
Referenced by ColladaXML::addScene(), and ColladaXML::initCollada().
tXML* instance_physics_scene_tag |
Definition at line 123 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
tXML* instance_visual_scene_tag |
Definition at line 122 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
tXML* joints_template_tag |
Definition at line 129 of file ColladaTool.h.
Referenced by ColladaXML::addScene(), ColladaXML::addShell(), ColladaXML::closeSolid(), and ColladaXML::init().
tXML* library_controllers_tag |
Definition at line 110 of file ColladaTool.h.
Referenced by ColladaXML::addController(), and ColladaXML::initCollada().
tXML* library_effects_tag |
Definition at line 107 of file ColladaTool.h.
Referenced by ColladaXML::addEffect(), and ColladaXML::initCollada().
tXML* library_geometries_tag |
Definition at line 109 of file ColladaTool.h.
Referenced by ColladaXML::addGeometry(), and ColladaXML::initCollada().
tXML* library_images_tag |
Definition at line 106 of file ColladaTool.h.
Referenced by ColladaXML::addImage(), and ColladaXML::initCollada().
tXML* library_materials_tag |
Definition at line 108 of file ColladaTool.h.
Referenced by ColladaXML::addMaterial(), ColladaXML::addPolylists(), and ColladaXML::initCollada().
tXML* library_physics_models_tag |
Definition at line 112 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
tXML* library_physics_scenes_tag |
Definition at line 111 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
tXML* library_visual_scenes_tag |
Definition at line 113 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
tXML* modified_tag |
Definition at line 102 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
bool no_offset |
Definition at line 132 of file ColladaTool.h.
Referenced by ColladaXML::addScene(), ColladaXML::init(), and ColladaXML::setJointLocationMatrix().
bool phantom_out |
Definition at line 133 of file ColladaTool.h.
Referenced by ColladaXML::init().
tXML* physics_model_tag |
Definition at line 119 of file ColladaTool.h.
Referenced by ColladaXML::addScene(), and ColladaXML::initCollada().
tXML* physics_scene_tag |
Definition at line 118 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
tXML* scene_tag |
Definition at line 121 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
tXML* unit_tag |
Definition at line 103 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
tXML* up_axis_tag |
Definition at line 104 of file ColladaTool.h.
Referenced by ColladaXML::initCollada().
tXML* visual_scene_tag |
Definition at line 117 of file ColladaTool.h.
Referenced by ColladaXML::addCenterScene(), ColladaXML::addScene(), and ColladaXML::initCollada().
tXML* xml_tag |
Definition at line 94 of file ColladaTool.h.
Referenced by ColladaXML::clear(), ColladaXML::free(), ColladaXML::initCollada(), ColladaXML::output_dae(), and ColladaXML::output_tree().