289 Commits (cf60ea3d0dbe5c44d7b32b0b02c35c4259e2eeec)

Author SHA1 Message Date
Vladimír Vondruš d2961f19f4 Test: use new TestSuite API to simplify things. 5 years ago
Vladimír Vondruš 01cbfc6c3c MeshTools: adapt compile() test to changes in Phong light falloff. 6 years ago
Vladimír Vondruš 5438b58348 MeshTools: doc++ 6 years ago
Vladimír Vondruš c226bc2d63 Doc++ 6 years ago
Vladimír Vondruš e0fd43f6fd Trade: extract Implementation:setOptions() to core lib. 6 years ago
Vladimír Vondruš 7257bbb871 Shaders: rework Phong to support directional and attenuated point lights. 6 years ago
Vladimír Vondruš 88879298a7 sceneconverter: enumerate lights in --info. 6 years ago
Vladimír Vondruš 6be0248e9c imageconverter,sceneconverter: add -I and -C short variants. 6 years ago
Vladimír Vondruš 2b36fd2136 MeshTools, Shaders: adapt thresholds for SwiftShader. 6 years ago
Eric Undersander 8b8b9c456b Shaders: remove incorrect light direction normalization in Phong.vert. 6 years ago
Vladimír Vondruš 5e5fd681f8 MeshTools: doc++ 6 years ago
Vladimír Vondruš b77eafb9de MeshTools: add generateQuadIndices(). 6 years ago
Vladimír Vondruš b1a719d67a sceneconverter: list textures in --info. 6 years ago
Vladimír Vondruš d3b346eda5 Trade: add a MaterialTextureSwizzle enum. 6 years ago
Vladimír Vondruš 33d1bad2e1 sceneconverter: print material info. 6 years ago
Vladimír Vondruš c357a449fc MeshTools: use only the first set of vertex attribs in compile(). 6 years ago
Vladimír Vondruš af0ab0d25b MeshTools: test compile() with multiple sets of vertex attributes. 6 years ago
Vladimír Vondruš 868843c9bb Remove heavy compatibility includes added in 2019.01. 6 years ago
Vladimír Vondruš cd48c59cab Remove remaining APIs deprecated in 2018.10. 6 years ago
Vladimír Vondruš cf4dc69f0d sceneconverter: add a --bounds option. 6 years ago
Vladimír Vondruš cb4f6183dc Doc++, changelog, credits and version marker updates. 6 years ago
Vladimír Vondruš 5222cf3478 doc: change all "latest" additions/deprecations to 2020.06. 6 years ago
Vladimír Vondruš 00acfbc659 sceneconverter: add a more complex example. 6 years ago
Vladimír Vondruš 4933b48652 imageconverter,sceneconverter: compact image info if possible. 6 years ago
Vladimír Vondruš 10f29d2c81 MeshTools: change concatenate() to do only what it's designed for. 6 years ago
Vladimír Vondruš fdb754bc27 MeshTools: add owned() and reference() utils. 6 years ago
Vladimír Vondruš 96f82ad124 Trade: unify array MeshAttributeData constructors. 6 years ago
Vladimír Vondruš 1026aee80e Moved the NoInit tag from Math to the root namespace. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 036207f88e sceneconverter: add --mesh and --level options. 6 years ago
Vladimír Vondruš fa31202c9c sceneconverter: show mesh reference count only if there's a scene. 6 years ago
Vladimír Vondruš f6fdfac27e sceneconverter: allow to filter attributes on input. 6 years ago
Vladimír Vondruš 3381cedc90 sceneconverter: doc++ 6 years ago
Vladimír Vondruš 131a2b9a81 MeshTools: attempt to work around a Emscripten test failure on Travis. 6 years ago
Vladimír Vondruš 6a97fa2fed MeshTools: drop now-obsolete special case for attrib-less meshes. 6 years ago
Vladimír Vondruš 101e8fd11b MeshTools: isInterleaved() and interleavedData() work with custom formats. 6 years ago
Vladimír Vondruš 1f070cf77d MeshTools: reduce code duplication in interleavedData() internals. 6 years ago
Vladimír Vondruš add3eb4b55 MeshTools: MSVC 2015, thanks for being shitty. 6 years ago
Vladimír Vondruš 55ee67c5ca MeshTools: fix build on old Clang. 6 years ago
Vladimír Vondruš c3082ac355 MeshTools: expand coverage exclude marker over all affected lines. 6 years ago
Vladimír Vondruš d843dc2e31 sceneconverter: no, it's not anymore. 6 years ago
Vladimír Vondruš a91aa47a02 sceneconverter: add --remove-duplicates-fuzzy. 6 years ago
Vladimír Vondruš 145e055b41 MeshTools: implement removeDuplicatesFuzzy() for MeshData. 6 years ago
Vladimír Vondruš ab7c1b14d4 MeshTools: save memory and speed up removeDuplicates() by storing size once. 6 years ago
Vladimír Vondruš a362657dc6 MeshTools: fix removeDuplicates() to not mutate map keys. 6 years ago
Vladimír Vondruš d06b789673 MeshTools: put subdivide / removeDuplicates benchamrks into their tests. 6 years ago
Vladimír Vondruš fcd329ba55 MeshTools: add a soak test for removeDuplicates[Fuzzy]InPlace(). 6 years ago
Vladimír Vondruš 31960290d5 MeshTools: add a comment to the test. 6 years ago
Vladimír Vondruš d846944b7a MeshTools: de-template removeDuplicatesFuzzy(). 6 years ago
Vladimír Vondruš 5e7f562dda MeshTools: use floats for removeDuplicatesFuzzy() tests. 6 years ago