2059 Commits (8c65eeb27e8561bc29cf7bee059de67ccff49241)

Author SHA1 Message Date
Vladimír Vondruš 2ac2155f2c Shaders: fix MeshVisualizer vertex and object ID to work with TBN. 4 years ago
Vladimír Vondruš 5ea48159b1 doc: hey, this bug was about ES, not desktop GL. 4 years ago
Vladimír Vondruš 69b0a74cf9 Doc++ 4 years ago
Vladimír Vondruš 4be0f6dd88 doc: random information about ANGLE and bundling dylibs on macOS. 4 years ago
Vladimír Vondruš 4fa4f726ec GL: support {ANGLE,WEBGL}_compressed_texture_etc. 4 years ago
Vladimír Vondruš 4d14d91d5d AnyImageConverter: Basis now supports also 3D (2D array) image export. 4 years ago
Vladimír Vondruš 5505551410 doc: updated changelog. 4 years ago
Vladimír Vondruš a1f6245c22 doc: updated credits and changelog. 4 years ago
Vladimír Vondruš 4cc7deaa4c doc: updated credits and changelog. 4 years ago
Vladimír Vondruš 001be98a88 Trade: don't reinterpret no-op function pointers. 4 years ago
Vladimír Vondruš d3430f7599 Math: fix a copypaste error with Frustumd debug output extern template. 4 years ago
Vladimír Vondruš 2d52a713fb Work around GCC 4.8 warnings about zero as null pointer constant for {}. 4 years ago
Vladimír Vondruš ef387bf6c5 Shaders: implement object ID texture visualization in MeshVisualizer. 4 years ago
Vladimír Vondruš 0190e9d178 Shaders: implement instancing in MeshVisualizerGL shaders. 4 years ago
Vladimír Vondruš cc88c8b979 doc: minor OCD annoyance. 4 years ago
Vladimír Vondruš 033e56ec23 Shaders: add missing MeshVisualizerGL*D::setObjectId(). 4 years ago
Vladimír Vondruš 229641d2ac Shaders: support object ID textures in the PhongGL shader. 4 years ago
Vladimír Vondruš b2a400f898 Shaders: support object ID textures in the FlatGL shader. 4 years ago
Vladimír Vondruš 9daadd79fa MeshTools: new utilities for filtering MeshData attribute lists. 4 years ago
Vladimír Vondruš a35a3ec271 Add an ability to store implementation-specific values in MeshIndexType. 4 years ago
Vladimír Vondruš 2d9cedfdca Trade: support strided index buffers in MeshData. 4 years ago
Vladimír Vondruš 11cd5d5cd0 MeshTools: assert in compile() if zero or negative strides are used. 4 years ago
Vladimír Vondruš 8dddda9c77 Trade: support zero and negative strides in mesh attribute data. 4 years ago
Vladimír Vondruš 344dd3fc17 MeshTools: fix compile() with a non-trivial index offset. 4 years ago
Vladimír Vondruš e496241290 MeshTools: unconditionally repack the input in removeDuplicates(). 4 years ago
Vladimír Vondruš b6dd52eb62 MeshTools: add a flag to toggle layout preserving in interleave() etc. 4 years ago
Vladimír Vondruš 29da22326e doc: yep, this order is wrong. 4 years ago
Vladimír Vondruš ed489a1112 doc: ew, a std::vector! 4 years ago
Vladimír Vondruš 042f28a90e GL: hook up EXT_texture_sRGB_RG8 for desktop GL as well. 4 years ago
Vladimír Vondruš a146f9f74b sceneconverter: add an --concatenate-meshes option. 4 years ago
Vladimír Vondruš 44cce23595 SceneTools: hint at MeshTools::transform*D() in flattenMeshHierarchy(). 4 years ago
Vladimír Vondruš a40c721fac MeshTools: a family of transform*() APIs operating on a MeshData. 4 years ago
Vladimír Vondruš 3869e7616a Trade: add MeshData::findAttributeId(). 4 years ago
Vladimír Vondruš a802d6cd11 SceneTools: utility to reorder & cluster the parent field. 4 years ago
Vladimír Vondruš aaeca5c855 doc: utilities don't require their dependencies to be enabled. 4 years ago
Vladimír Vondruš 3c86222245 sceneconverter: move its source to the SceneTools library. 4 years ago
Vladimír Vondruš 1032a09865 SceneTools: new library. 4 years ago
Vladimír Vondruš c594dce22b doc: order changelog sections alphabetically. 4 years ago
Vladimír Vondruš 9fbc637f76 AnyImageConverter: recognize KTX2 for basically all image types. 4 years ago
Vladimír Vondruš 62c3b57fa0 imageconverter: add a --map option. 4 years ago
Vladimír Vondruš 9a97c51262 Add a "placeholder" MeshPrimitive::Meshlets. 4 years ago
Vladimír Vondruš 1fbb87e732 Trade: high-level documentation for SceneData. 4 years ago
Vladimír Vondruš 5df37d2934 Trade: rename SceneData "objects" to "mapping". 4 years ago
Vladimír Vondruš 640fe8fea2 Trade: process SceneData to single-function-objects for backwards compat. 4 years ago
Vladimír Vondruš 618fbeccaa Trade: adapt AbstractImporter for the new SceneData workflow. 4 years ago
Vladimír Vondruš 4da64d61e2 Trade: reintroduce original deprecated SceneData APIs. 4 years ago
Vladimír Vondruš b54a60fddd Trade: initial redesign of the SceneData class. 4 years ago
Vladimír Vondruš b8815582ce GL: fix EXT_color_buffer_half_float to be presennt also in WebGL 2. 4 years ago
Vladimír Vondruš 319b112f4b doc: finally fix all those annoying warnings in code snippets. 4 years ago
Vladimír Vondruš 9c2181dc3c doc: rename DOXYGEN_IGNORE() to DOXYGEN_ELLIPSIS(). 4 years ago