Historique des commits

Auteur SHA1 Message Date
  cutealien 12e92e9180 Clean up include dependencies in public headers il y a 1 an
  cutealien e75d2904b1 Replace public header guards to avoid using indentifiers reserved by c++ il y a 3 ans
  cutealien 917379f453 Collada loader now handles texture-names with escape characters. il y a 5 ans
  cutealien 47cebab98f Add IColladaMeshWriter::setUnit to allow exporting a unit-to-meter-ratio and name. il y a 5 ans
  cutealien 43f75cbd9f Add function IColladaMeshWriter::SetParamNamesUV. il y a 5 ans
  cutealien 2f127c2773 Switch Collada writer to utf8 xml's. il y a 5 ans
  cutealien f6da59daf3 IColladaMeshWriter::writeScene got an additional flag to decide if root should be written. il y a 5 ans
  cutealien bff50c751d Spelling fixes. il y a 8 ans
  hybrid 9f7227b7ad Some whitespace adjustment. il y a 11 ans
  hybrid 5de4ef87f6 Merged from 1.8 branch, revisions 4393-4484: Compiler issues with certain compilers fixed, localtime bug under windows7 fixed. il y a 11 ans
  cutealien d8611d8279 Add IColladaMeshWriter::findGeometryNameForNode il y a 12 ans
  hybrid 0a2330890a Bump copyright to 2012 il y a 12 ans
  cutealien efa93883e2 Remove code causing compile warning on gcc. il y a 12 ans
  cutealien 86bd1032f9 ColladaExporter does now cache material-names on export by default which leads to smaller .dae files. il y a 12 ans
  cutealien 9459acf1ee Added IColladaMeshWriterProperties::useNodeMaterial to allow handling custom ISceneNode implementation on export. il y a 12 ans
  cutealien f1aea87c1a - IColladaMeshWriter now writes a scene by default (most tools can't handle .dae's otherwise) il y a 12 ans
  cutealien 78e936aae4 Simplify the IColladaMeshWriterNames interface somewhat and improve documentation. il y a 12 ans
  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). il y a 12 ans
  cutealien 8fbc2fb8fc - Colladawriter does now reset correctly (calling writeMesh twice failed before and writeScene twice didn't write light-nodes second time) il y a 12 ans
  hybrid 68f2170d40 Avoid unescaped xml tags in comments il y a 13 ans
  hybrid 0e61ebeb98 Remove trailing commas in enums. il y a 13 ans
  cutealien 4533956fab ColladaMeshWriter: Add light export. Meshname handling cleaned up. il y a 13 ans
  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. il y a 13 ans
  cutealien 87f8637183 - add overloaded map::getValue which can return a reference il y a 13 ans
  hybrid 438baffc3e Fix some warnings from recent gcc versions. il y a 13 ans
  cutealien 6296a1c1ff ColladaMeshWriter - add infrastructure to export transparent textures. il y a 13 ans
  cutealien ac6e07f87d Make ColladaMeshWriter more flexible by giving user more control over several settings. il y a 13 ans