7733 Commits (e983a2a1685e4956fd6a81d2cb0dbc3a22341fc3)
 

Author SHA1 Message Date
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š 19787a4282 GL: improve test coverage of the Attribute classes a bit. 6 years ago
Vladimír Vondruš b3b61b22e4 Add matrix vertex formats. 6 years ago
Vladimír Vondruš b7da1323c8 Minor cleanup. 6 years ago
Vladimír Vondruš 0b2891936f Doc++ 6 years ago
Vladimír Vondruš f74fd5cb08 Add typedefs for half-float and 8-/16-bit packed matrices. 6 years ago
Vladimír Vondruš 9f73be569a Trade: adapt tests etc to PhongMaterialData rework. 6 years ago
Vladimír Vondruš 700ef3cca5 Trade: rework and extend PhongMaterialData. 6 years ago
Vladimír Vondruš 0c7e3bf96a Shaders: minor cleanup. 6 years ago
Vladimír Vondruš 9a06b3515b Shaders: implement texture coordinate transformation for all shaders. 6 years ago
Vladimír Vondruš a35d53118b Shaders: name the textureCoordinates attribute consistently in GLSL. 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š 27f0c34372 Shaders: remove last forgotten deprecated bits. 6 years ago
Vladimír Vondruš 1bc4101100 Shaders: make method chaining return types consistent in templates. 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š 0e2a5cce37 MeshTools: fix a compiler warning. 6 years ago
Vladimír Vondruš 522ac06551 oackage/archlinux: XZ is cancelled. 6 years ago
Vladimír Vondruš 236954ad16 CMake: MeshTools now depends on Trade unconditionally. 6 years ago
Vladimír Vondruš a4bf0e61a1 MeshTools: option to disable unknown attribute warnings in compile(). 6 years ago
Vladimír Vondruš 715f6114de MeshTools: reorder code. 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š 06b82755ad Primitives: use compile-time attribute definitions where possible. 6 years ago
Vladimír Vondruš 27f6cc309d Trade: allow specifying explicit vertex count on MeshData construction. 6 years ago
Vladimír Vondruš 7a9c630599 MeshTools: add interleavedLayout() that can reuse the attribute array. 6 years ago
Vladimír Vondruš 8c4a2b1c6f Trade: add getters for offset and stride in MeshAttributeData. 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š e30d9de7af MeshTools: ensure a corner case in interleave() is tested as well. 6 years ago
Vladimír Vondruš 12044b8c4d MeshTools: add type-erased flipNormals() and flipFaceWinding(). 6 years ago
Vladimír Vondruš 0c76896458 Trade: various MSVC workarounds. 6 years ago
Vladimír Vondruš 8a6cceab6c MeshTools: added removeDuplicates() / removeDuplicatesInto(). 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š ab86b4c581 AnySceneImporter: adapt to AbstractImporter changes. 6 years ago
Vladimír Vondruš f782caaf52 ObjImporter: port the test away from MeshData3D. 6 years ago
Vladimír Vondruš 4269c1303b ObjImporter: port away from MeshDataXD. 6 years ago
Vladimír Vondruš 8f5639e385 MeshTools: added removeDuplicatesInPlaceInto(). 6 years ago
Vladimír Vondruš 9425c23d0a Trade: support mesh level import in AbstractImporter. 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š c0e3a84250 Trade: support array attributes in MeshData. 6 years ago
Vladimír Vondruš f46b522ec5 doc: dev guides for adding new mesh attributes name / type. 6 years ago
Vladimír Vondruš a3bb6ba4c5 MeshTools: explicitly handle unavailable attribute types in compile(). 6 years ago
Vladimír Vondruš a29e9dc009 Trade: handle implementation-specific vertex formats in MeshData. 6 years ago