1520 Commits (dedf36941c0ca7d8c8795648afadaebb69a4e558)

Author SHA1 Message Date
Vladimír Vondruš b785a8ac69 MeshTools: generateIndices() operating directly on a MeshData. 6 years ago
Vladimír Vondruš b57a9f1027 MeshTools: tools for generating index buffers out of various primitives. 6 years ago
Vladimír Vondruš e455a6731a GL: add a NoCreate Shader constructor. 6 years ago
Vladimír Vondruš b31d7b1f03 Animation: there's no need to use STL in Player internals anymore. 6 years ago
Vladimír Vondruš f3a92c2afb Shaders: rethink generic attribute allocation from scratch. 6 years ago
Vladimír Vondruš f3566f637f Math: add integer-to-integer castInto() variants also. 6 years ago
Vladimír Vondruš f4bca9b51e Trade: implement support for tangents and bitangents in MeshData. 6 years ago
Vladimír Vondruš e983a2a168 GL: make it possible to describe matrix attributes with DynamicAttribute. 6 years ago
Vladimír Vondruš da323625b2 GL: rename Attribute::VectorCount to Vectors for consistency. 6 years ago
Vladimír Vondruš e3fcf9db57 GL: support custom stride between vectors in matrix Attributes. 6 years ago
Vladimír Vondruš f74fd5cb08 Add typedefs for half-float and 8-/16-bit packed matrices. 6 years ago
Vladimír Vondruš 700ef3cca5 Trade: rework and extend PhongMaterialData. 6 years ago
Vladimír Vondruš 9a06b3515b Shaders: implement texture coordinate transformation for all shaders. 6 years ago
Vladimír Vondruš 0329721405 Shaders: fix default alpha mask in a zero-light Phong on GLES. 6 years ago
Vladimír Vondruš 1758ec0a7f doc: update changelog. 6 years ago
Vladimír Vondruš de9c289328 Adapted all code and doc snippets to GL library changes. 6 years ago
Vladimír Vondruš 32d49db402 GL: mesh.draw(shader) -> shader.draw(mesh). 6 years ago
Vladimír Vondruš 393ba7a088 MeshTools: implemented concatenate() and concatenateInto(). 6 years ago
Vladimír Vondruš 7857388949 MeshTools: implemented combineFaceAttributes(). 6 years ago
Vladimír Vondruš 9a6ef0a220 MeshTools: new interleavedData() utility. 6 years ago
Vladimír Vondruš 5a276fe328 Trade: high-level docs for the MeshData class. 6 years ago
Vladimír Vondruš 96368b9e81 MeshTools: doc++ 6 years ago
Vladimír Vondruš ec02341c84 MeshTools: deprecate remaining STL-ridden APIs. 6 years ago
Vladimír Vondruš ec739c19ca MeshTools: implemented combineIndexedAttributes(). 6 years ago
Vladimír Vondruš d096aa68cc Add MeshPrimitive::Instances, Faces and Edges. 6 years ago
Vladimír Vondruš c9634508e3 Enlarge MeshPrimitive to four bytes, allow wrapping impl-specific values. 6 years ago
Vladimír Vondruš f46b522ec5 doc: dev guides for adding new mesh attributes name / type. 6 years ago
Vladimír Vondruš 7d44bccd9b Provide reliable mapping of VertexFormat to GL and Vulkan. 6 years ago
Vladimír Vondruš a02e9465d6 Trade: allow retrieving importer data directly by name. 6 years ago
Vladimír Vondruš 13c071a1aa GL: allow to construct DynamicAttribute from VertexFormat. 6 years ago
Vladimír Vondruš 274fdc3813 GL: port away from MeshDataXD. 6 years ago
Vladimír Vondruš 53ef991c44 SceneGraph: port away from MeshDataXD. 6 years ago
Vladimír Vondruš a68946df5b Primitives: port tests and related tools away from MeshDataXD. 6 years ago
Vladimír Vondruš c8de337c06 Primitives: port away from MeshDataXD. 6 years ago
Vladimír Vondruš 006790969a Trade, MeshTools: deprecate MeshDataXD and everything that uses it. 6 years ago
Vladimír Vondruš 0f4a5adb4d Trade: deprecate AbstractImporter interfaces for MeshDataXD. 6 years ago
Vladimír Vondruš 5481581c5e MeshTools: implement compressIndices() taking a MeshData. 6 years ago
Vladimír Vondruš 16c3480d7f MeshTools: implement compile() taking a MeshData. 6 years ago
Vladimír Vondruš e8692af4a6 MeshTools: implement duplicate() taking a MeshData. 6 years ago
Vladimír Vondruš 6c2fb3facb MeshTools: implement interleave() taking a MeshData. 6 years ago
Vladimír Vondruš 1e85279872 MeshTools: implement interleavedLayout(). 6 years ago
Vladimír Vondruš 3784dea7c9 MeshTools: implement isInterleaved() for Trade::MeshData. 6 years ago
Vladimír Vondruš 93e6dc2c54 Trade: make AnimationTrackData constructors explicit. 6 years ago
Vladimír Vondruš 6ddcc0b1ae Trade: make it possible to construct AnimationData from track init list. 6 years ago
Vladimír Vondruš dd5acdd850 Trade: allow AnimationTrackData be created from a typed track. 6 years ago
Vladimír Vondruš 6ed0df26c6 Trade: mutable access in ImageData consistent with Animation/MeshData. 6 years ago
Vladimír Vondruš 0fd62194c8 Trade: mutable access in AnimationData. 6 years ago
Vladimír Vondruš a3ab27f7b9 Trade: return TrackView with const types from AnimationData. 6 years ago
Vladimír Vondruš 8ea86b05f9 Trade: implement mutable data access in MeshData. 6 years ago
Vladimír Vondruš fb1fdf6105 Trade: implement Importer interfaces for the new MeshData. 6 years ago