You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vladimír Vondruš e167b971c7 Trade: don't forget to initialize variable. 13 years ago
..
Test Trade: don't forget to initialize variable. 13 years ago
AbstractImageConverter.cpp Trade: pass ImageReference2D to image converter. 13 years ago
AbstractImageConverter.h Trade: pass ImageReference2D to image converter. 13 years ago
AbstractImporter.cpp Trade: fixed wrong indentation. 13 years ago
AbstractImporter.h Trade: Doxygen fixes. 13 years ago
AbstractMaterialData.cpp Trade: debug output operator for AbstractMaterialData::Type enum. 13 years ago
AbstractMaterialData.h Trade: debug output operator for AbstractMaterialData::Type enum. 13 years ago
CMakeLists.txt Base for image converter plugins. 13 years ago
CameraData.h Minor code cleanup (unused parameters). 13 years ago
ImageData.h Reducing pointer chasings, part 2: don't use `this->` so often. 13 years ago
LightData.h Minor code cleanup (unused parameters). 13 years ago
MeshData2D.cpp Trade: return references, not pointers from MeshData. 13 years ago
MeshData2D.h Trade: hide unused parameter. 13 years ago
MeshData3D.cpp Trade: return references, not pointers from MeshData. 13 years ago
MeshData3D.h Trade: return references, not pointers from MeshData. 13 years ago
MeshObjectData2D.cpp Trade: improved *Data constructors and destructors. 13 years ago
MeshObjectData2D.h Trade: document ability to copy and move. 13 years ago
MeshObjectData3D.cpp Trade: move the data instead of copying. 13 years ago
MeshObjectData3D.h Trade: document ability to copy and move. 13 years ago
ObjectData2D.cpp Trade: use instance() instead of instanceId() for consistency. 13 years ago
ObjectData2D.h Trade: improved documentation, removed redundancy. 13 years ago
ObjectData3D.cpp Trade: use instance() instead of instanceId() for consistency. 13 years ago
ObjectData3D.h Trade: improved documentation, removed redundancy. 13 years ago
PhongMaterialData.cpp Trade: ability to have either color or texture in PhongMaterialData. 13 years ago
PhongMaterialData.h Trade: ability to have either color or texture in PhongMaterialData. 13 years ago
SceneData.cpp Trade: document ability to copy and move. 13 years ago
SceneData.h Trade: document ability to copy and move. 13 years ago
TextureData.cpp Trade: debug output operator for TextureData::Type enum. 13 years ago
TextureData.h Trade: no comma at the end of enumeration list. 13 years ago
Trade.h Trade: added TextureData parameters. 13 years ago