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š
47695f0978
Trade: support offset-only MeshAttributeData.
...
Originally this was done in order to make handling of deserialized data
much simpler (as for those attributes also need to only contain an
offset into some unknown data array), but seems this could be very
useful elsewhere as well -- for example when the layout is known
beforehand but the actual data not yet -- such as in the Line and
Gradient primitives (going to switch them to this in the next commit).
What still unfortunately has to be known in advance is the actual vertex
count (as supplying it directly to MeshData would mean adding 6 new
constructor overloads, and there's enough of those already). Might
revisit later.
6 years ago
..
Implementation
Trade: implement mutable data access in MeshData.
6 years ago
Test
Trade: support offset-only MeshAttributeData.
6 years ago
AbstractImageConverter.cpp
Move Feature[s] enums from inside plugin classes outside.
6 years ago
AbstractImageConverter.h
doc: fix outdated docs about plugin search paths.
6 years ago
AbstractImporter.cpp
Trade: allow retrieving importer data directly by name.
6 years ago
AbstractImporter.h
Trade: allow retrieving importer data directly by name.
6 years ago
AbstractMaterialData.cpp
Reduce string duplication in enum debug output operators.
7 years ago
AbstractMaterialData.h
doc: label deprecated APIs and stuff new since 2019.10 with version info.
7 years ago
AnimationData.cpp
Trade: make it possible to construct AnimationData from track init list.
6 years ago
AnimationData.h
Trade: make AnimationTrackData constructors explicit.
6 years ago
ArrayAllocator.cpp
Trade: whitelist (exported) growable array deleters in imported data.
6 years ago
ArrayAllocator.h
Trade: whitelist (exported) growable array deleters in imported data.
6 years ago
CMakeLists.txt
Trade, MeshTools: deprecate MeshDataXD and everything that uses it.
6 years ago
CameraData.cpp
Reduce string duplication in enum debug output operators.
7 years ago
CameraData.h
doc: label deprecated APIs and stuff new since 2019.10 with version info.
7 years ago
Data.cpp
Trade: implement mutable data access in MeshData.
6 years ago
Data.h
Trade: mutable access in ImageData consistent with Animation/MeshData.
6 years ago
ImageData.cpp
Trade: mutable access in ImageData consistent with Animation/MeshData.
6 years ago
ImageData.h
Trade: mutable access in ImageData consistent with Animation/MeshData.
6 years ago
LightData.cpp
Reduce string duplication in enum debug output operators.
7 years ago
LightData.h
Updated copyright year.
7 years ago
MeshData.cpp
Trade: support offset-only MeshAttributeData.
6 years ago
MeshData.h
Trade: support offset-only MeshAttributeData.
6 years ago
MeshData2D.cpp
Trade, MeshTools: deprecate MeshDataXD and everything that uses it.
6 years ago
MeshData2D.h
Trade, MeshTools: deprecate MeshDataXD and everything that uses it.
6 years ago
MeshData3D.cpp
Trade, MeshTools: deprecate MeshDataXD and everything that uses it.
6 years ago
MeshData3D.h
Trade, MeshTools: deprecate MeshDataXD and everything that uses it.
6 years ago
MeshObjectData2D.cpp
Updated copyright year.
7 years ago
MeshObjectData2D.h
Updated copyright year.
7 years ago
MeshObjectData3D.cpp
Updated copyright year.
7 years ago
MeshObjectData3D.h
Updated copyright year.
7 years ago
ObjectData2D.cpp
Trade: ugh, lcov, UGH.
7 years ago
ObjectData2D.h
Revert "doc: pile on more Doxygen workarounds."
6 years ago
ObjectData3D.cpp
Trade: ugh, lcov, UGH.
7 years ago
ObjectData3D.h
Revert "doc: pile on more Doxygen workarounds."
6 years ago
PhongMaterialData.cpp
Reduce string duplication in enum debug output operators.
7 years ago
PhongMaterialData.h
doc: label deprecated APIs and stuff new since 2019.10 with version info.
7 years ago
SceneData.cpp
Updated copyright year.
7 years ago
SceneData.h
Updated copyright year.
7 years ago
TextureData.cpp
Reduce string duplication in enum debug output operators.
7 years ago
TextureData.h
Updated copyright year.
7 years ago
Trade.h
Trade, MeshTools: deprecate MeshDataXD and everything that uses it.
6 years ago
configure.h.cmake
Updated copyright year.
7 years ago
imageconverter.cpp
imagecoverter: implement raw pixel import as well.
7 years ago
visibility.h
Updated copyright year.
7 years ago