提交历史

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