Historial de Commits

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