JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
ColladaTool.h File Reference
#include "tools++.h"
#include "txml.h"
#include "TriBrep.h"
#include "Rotation.h"
#include "ContourBaseData.h"
#include "MaterialParam.h"
#include "MeshObjectData.h"
Include dependency graph for ColladaTool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ColladaXML
 

Namespaces

namespace  jbxl
 

Macros

#define COLLADA_STR_AUTHOR   "JBXL Collada Tool Library (C) 2014-2024 by Fumi.Iseki and Austin Tate"
 
#define COLLADA_STR_XMLNS   "http://www.collada.org/2005/11/COLLADASchema"
 
#define COLLADA_STR_TOOL   "JunkBox_Lib++ (https://github.com/JunkBox-Library)"
 
#define COLLADA_STR_VER   "1.6.0"
 
#define COLLADA_X_UP   0
 
#define COLLADA_Y_UP   1
 
#define COLLADA_Z_UP   2
 

Functions

void freeColladaXML (ColladaXML *&dae)
 

Macro Definition Documentation

◆ COLLADA_STR_AUTHOR

#define COLLADA_STR_AUTHOR   "JBXL Collada Tool Library (C) 2014-2024 by Fumi.Iseki and Austin Tate"

Definition at line 17 of file ColladaTool.h.

Referenced by ColladaXML::initCollada().

◆ COLLADA_STR_TOOL

#define COLLADA_STR_TOOL   "JunkBox_Lib++ (https://github.com/JunkBox-Library)"

Definition at line 19 of file ColladaTool.h.

Referenced by ColladaXML::initCollada().

◆ COLLADA_STR_VER

#define COLLADA_STR_VER   "1.6.0"

Definition at line 20 of file ColladaTool.h.

Referenced by ColladaXML::initCollada().

◆ COLLADA_STR_XMLNS

#define COLLADA_STR_XMLNS   "http://www.collada.org/2005/11/COLLADASchema"

Definition at line 18 of file ColladaTool.h.

Referenced by ColladaXML::initCollada().

◆ COLLADA_X_UP

#define COLLADA_X_UP   0

Definition at line 23 of file ColladaTool.h.

Referenced by ColladaXML::initCollada().

◆ COLLADA_Y_UP

#define COLLADA_Y_UP   1

Definition at line 24 of file ColladaTool.h.

Referenced by ColladaXML::initCollada().

◆ COLLADA_Z_UP

#define COLLADA_Z_UP   2

Definition at line 25 of file ColladaTool.h.