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š d00aa0c560 doc: thoroughly explained plugin usage. 13 years ago
..
Test Properly fix linking to libdl. 13 years ago
AbstractImageConverter.cpp Trade: pass ImageReference2D to image converter. 13 years ago
AbstractImageConverter.h doc: thoroughly explained plugin usage. 13 years ago
AbstractImporter.cpp Trade: using `std::unique_ptr` when returning polymorphic types. 13 years ago
AbstractImporter.h doc: thoroughly explained plugin usage. 13 years ago
AbstractMaterialData.cpp Trade: cut Type enum out of AbstractMaterialData class. 13 years ago
AbstractMaterialData.h Trade: cut Type enum out of AbstractMaterialData class. 13 years ago
CMakeLists.txt Base for image converter plugins. 13 years ago
CameraData.h Trade: cleanup the dummy classes a bit. 13 years ago
ImageData.h Renamed ImageType and ImageFormat to ColorType and ColorFormat. 13 years ago
LightData.h Trade: cleanup the dummy classes a bit. 13 years ago
MeshData2D.cpp Trade: return references, not pointers from MeshData. 13 years ago
MeshData2D.h Trade: convenience MeshData*D::has*() functions. 13 years ago
MeshData3D.cpp Trade: return references, not pointers from MeshData. 13 years ago
MeshData3D.h Trade: convenience MeshData*D::has*() functions. 13 years ago
MeshObjectData2D.cpp Trade: cut InstanceType enums out of ObjectData*D classes. 13 years ago
MeshObjectData2D.h Trade: document ability to copy and move. 13 years ago
MeshObjectData3D.cpp Trade: cut InstanceType enums out of ObjectData*D classes. 13 years ago
MeshObjectData3D.h Trade: document ability to copy and move. 13 years ago
ObjectData2D.cpp Trade: forgotten std::move(). 13 years ago
ObjectData2D.h Trade: cut InstanceType enums out of ObjectData*D classes. 13 years ago
ObjectData3D.cpp Trade: cut InstanceType enums out of ObjectData*D classes. 13 years ago
ObjectData3D.h Doc++ 13 years ago
PhongMaterialData.cpp Trade: ability to have either color or texture in PhongMaterialData. 13 years ago
PhongMaterialData.h Trade: cut Type enum out of AbstractMaterialData class. 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 Removed enum-referencing Doxygen workarounds. 13 years ago
Trade.h Removed Doxygen workarounds for forward declarations. 13 years ago