cutealien
|
12e92e9180
Clean up include dependencies in public headers
|
1 year ago |
cutealien
|
e75d2904b1
Replace public header guards to avoid using indentifiers reserved by c++
|
3 years ago |
cutealien
|
917379f453
Collada loader now handles texture-names with escape characters.
|
5 years ago |
cutealien
|
47cebab98f
Add IColladaMeshWriter::setUnit to allow exporting a unit-to-meter-ratio and name.
|
5 years ago |
cutealien
|
43f75cbd9f
Add function IColladaMeshWriter::SetParamNamesUV.
|
5 years ago |
cutealien
|
2f127c2773
Switch Collada writer to utf8 xml's.
|
5 years ago |
cutealien
|
f6da59daf3
IColladaMeshWriter::writeScene got an additional flag to decide if root should be written.
|
5 years ago |
cutealien
|
bff50c751d
Spelling fixes.
|
8 years ago |
hybrid
|
9f7227b7ad
Some whitespace adjustment.
|
11 years ago |
hybrid
|
5de4ef87f6
Merged from 1.8 branch, revisions 4393-4484: Compiler issues with certain compilers fixed, localtime bug under windows7 fixed.
|
11 years ago |
cutealien
|
d8611d8279
Add IColladaMeshWriter::findGeometryNameForNode
|
12 years ago |
hybrid
|
0a2330890a
Bump copyright to 2012
|
12 years ago |
cutealien
|
efa93883e2
Remove code causing compile warning on gcc.
|
12 years ago |
cutealien
|
86bd1032f9
ColladaExporter does now cache material-names on export by default which leads to smaller .dae files.
|
12 years ago |
cutealien
|
9459acf1ee
Added IColladaMeshWriterProperties::useNodeMaterial to allow handling custom ISceneNode implementation on export.
|
12 years ago |
cutealien
|
f1aea87c1a
- IColladaMeshWriter now writes a scene by default (most tools can't handle .dae's otherwise)
|
12 years ago |
cutealien
|
78e936aae4
Simplify the IColladaMeshWriterNames interface somewhat and improve documentation.
|
12 years ago |
cutealien
|
f09f35e082
Make nameFor functions in IColladaMeshWriterNames non-const as it's not necessary in the writer and we don't know what people will do with it (and because I already needed it non-const to avoid ugly mutable variables in writing the example).
|
12 years ago |
cutealien
|
8fbc2fb8fc
- Colladawriter does now reset correctly (calling writeMesh twice failed before and writeScene twice didn't write light-nodes second time)
|
12 years ago |
hybrid
|
68f2170d40
Avoid unescaped xml tags in comments
|
13 years ago |
hybrid
|
0e61ebeb98
Remove trailing commas in enums.
|
13 years ago |
cutealien
|
4533956fab
ColladaMeshWriter: Add light export. Meshname handling cleaned up.
|
13 years ago |
cutealien
|
84291fd165
ColladMeshWriter: Unified functions in IColladaMeshWriterProperties some more. Can now export reflection and refraction and more flexible color-mapping (which means all effects can now be written). Also some fixed some schema-breaking when writing node-id's.
|
13 years ago |
cutealien
|
87f8637183
- add overloaded map::getValue which can return a reference
|
13 years ago |
hybrid
|
438baffc3e
Fix some warnings from recent gcc versions.
|
13 years ago |
cutealien
|
6296a1c1ff
ColladaMeshWriter - add infrastructure to export transparent textures.
|
13 years ago |
cutealien
|
ac6e07f87d
Make ColladaMeshWriter more flexible by giving user more control over several settings.
|
13 years ago |