Robert Beckebans
1ee669c31f
Merge branch 'master' into 635-nvrhi3
2022-10-29 19:09:30 +02:00
Robert Beckebans
3a877568e4
Support glTF2 vertex colors for static models
2022-10-29 19:08:12 +02:00
Robert Beckebans
b53271fc68
No need to set the rotation for the Blender lights
2022-10-29 18:25:56 +02:00
Robert Beckebans
7166b50501
Astyle
2022-10-29 17:42:09 +02:00
HarrievG
889f613610
[+] Ext_KHR_lights_punctual::Point support
...
[!] Fix for multple collections, entity names will be written out according to the full hierarchy.
2022-10-29 17:37:47 +02:00
HarrievG
2cf8d5c8f9
[+] Recursive entity/collection support for gltf maps
...
[+] KHR_lights_punctual spotlight support
2022-10-27 12:10:32 +02:00
HarrievG
9589ea300d
[+] Inline support for gltf maps; add "inline" 0 property to an idStaticEntity or func_static to not inlude it in the map bsp. Defaults to 1
2022-10-27 12:10:32 +02:00
Robert Beckebans
b12379e1af
Merge branch '635-nvrhi3-sdl' into 635-nvrhi3
2022-10-25 20:55:54 +02:00
Robert Beckebans
bdea96cc2a
Astyle
2022-10-25 19:11:22 +02:00
Stephen Saunders
86bcffdd00
Build / Source changes for NVRHI on SDL, source cleanup for clang C++17 std, initial macOS NVRHI implementation
2022-10-21 23:46:42 -04:00
Robert Beckebans
ddb2be02ff
Merge branch 'master' into 635-nvrhi3
2022-10-20 17:08:08 +02:00
Robert Beckebans
73b70ce4ba
Astyle
2022-10-19 18:26:14 +02:00
Robert Beckebans
f11ae43dcf
Merge pull request #707 from SRSaunders/compiler-fixes
...
List.h fix and Doom Classic snprintf() fixes for modern clang and gcc compilers
2022-10-19 18:15:29 +02:00
Robert Beckebans
2a9d846dab
Merge pull request #699 from Admer456/better-idlist-perf
...
Thanks for the contribution :)
2022-10-19 18:14:19 +02:00
Stephen Saunders
4691a4cf01
Include STL <algorithm> in List.h to define std::copy() for clang 14+
...
(cherry picked from commit 2c36496af53d89a74cf3e9d7889a019c829afb48)
2022-10-18 14:24:05 -04:00
Robert Beckebans
e792a586a6
Merge branch 'master' into 635-nvrhi3
2022-10-01 14:22:37 +02:00
Robert Beckebans
f08657cb3f
Fixed random Unknown punctuation error while loading a glTF2 model
2022-10-01 13:59:10 +02:00
Robert Beckebans
0991956693
Merge branch 'master' into 635-nvrhi3
2022-09-26 22:13:43 +02:00
Admer
93b8564b6e
Add move semantics to idList and idStr
...
* idListArrayResize uses std::move
* idStr implements move constructor
* and move operator
* mpMap_t also implements a move operator
2022-09-26 20:54:27 +02:00
Robert Beckebans
d8aba3e850
Renormalize normals & tangents from dmap .glb import
2022-09-26 11:50:29 +02:00
Robert Beckebans
ace5c7e87f
Merge branch 'master' into 635-nvrhi3
2022-09-26 10:18:23 +02:00
Robert Beckebans
0b677fe752
Fixed dmap .glb world+entity geom for the Y-Up case
2022-09-26 10:06:13 +02:00
Robert Beckebans
64cd34412c
Fixed math problem and transposed idMat4::ToMat3()
2022-09-26 00:30:20 +02:00
Robert Beckebans
abff7d850c
Merge branch 'master' into 635-nvrhi3
2022-09-25 13:48:54 +02:00
Robert Beckebans
379057ecaa
Cleanup
2022-09-24 21:28:39 +02:00
Robert Beckebans
d3227eb2b0
Sub meshes for entities from Blender work but only without the Y-Up option
2022-09-24 21:06:30 +02:00
Robert Beckebans
03c1a91647
Attempt to use submodels with origin != 0 0 0
2022-09-24 20:13:48 +02:00
Robert Beckebans
5569af4f26
Astyle
2022-09-17 08:55:07 +02:00
HarrievG
4401deac27
idList iterator fix
...
parser cleanup fix
2022-09-17 08:55:07 +02:00
Robert Beckebans
5c01fb206e
Astyle
2022-09-17 08:12:31 +02:00
HarrievG
e0d178b14d
idList iterator fix
...
parser cleanup fix
2022-09-17 08:04:34 +02:00
Robert Beckebans
322245d9f1
Small fixes to get the ingame AF editor running
2022-09-15 11:44:26 +02:00
Robert Beckebans
75b299b6c0
Merge branch 'master' into 635-nvrhi3
2022-09-14 16:26:15 +02:00
Robert Beckebans
a86e001738
Added more Makkon textures to convertMapQuakeToDoom cmd
2022-09-12 18:53:26 +02:00
Robert Beckebans
5d5de028ea
Improved Quake .map converter to get Makkon's samplemaps working
2022-09-11 15:34:29 +02:00
Robert Beckebans
2e6f61f9cb
Merge branch 'master' into 635-nvrhi3
2022-09-06 12:24:11 +02:00
Robert Beckebans
b04ba7fcfd
Fixed GCC compile error caused by the glTF2 code
2022-09-05 22:07:19 +02:00
Robert Beckebans
3c1bcc2153
Fixed Linux compile issues caused by glTF2 code
2022-09-05 19:29:11 +02:00
Robert Beckebans
fd6eee32e3
Removed idVec4i
2022-09-04 16:15:02 +02:00
Robert Beckebans
007c601c58
Merge branch '679-gltf-map-support2' into 679-gltf-map-support-nvrhi
2022-09-04 13:43:31 +02:00
Robert Beckebans
4258367037
Fixed glTF2 bounding box calculation if GPU skinning is used
2022-08-16 20:35:52 +02:00
HarrievG
8b5dc677e3
- fixed asserts while converting gltf meshes primitives
2022-08-16 20:26:37 +02:00
Robert Beckebans
f22d7f511b
Merge branch '679-gltf-map-support2' into 679-gltf-map-support-nvrhi
2022-08-16 13:45:58 +02:00
Robert Beckebans
3ea4ac29fe
Fixed support for glTF2 uint16 weight indices
2022-08-16 13:00:52 +02:00
Robert Beckebans
c52e4c345d
( ) -> ()
2022-08-15 12:23:38 +02:00
HarrievG
486315c7e7
- removed global gltfParser so it cannot be used as an singleton anymore.
...
- fixed destruction and cleanup of gltfData and gltfParser
- gltfParser always fixes up skeletonID's for skins that do not have it set.
- fixed gltfData::GetAnimation to also check for duplicates taking multple targets for the same animation into account.
- several boneless animation fixes
[!] [ BUG WARNING ] Be aware -> for some reason models/meshes that use multple textures are not drawn correctly; ATM onlt single texure users are correct.
2022-08-14 13:43:12 +02:00
HarrievG
ecaf297ef6
Allow for multple GLTF/GLB to be loaded at the same time.
2022-08-07 15:56:46 +02:00
HarrievG
7e7ee22f3b
AAS support for MapPolygonMehses
2022-08-03 02:14:06 +02:00
HarrievG
e56f696c9c
- Skinned / animated GLTF models
2022-07-31 12:13:07 +02:00
HarrievG
edf657f50d
- Initial GLTF Animation Implementation. For now only supports boneless TRS animations without scale.
...
![only works with r_UseGpuSkinning 0]!
- Writes bmd5anim for each animation. its not perfect yet but, rot + trans looks good.
- Model tag supports gltf Animations. Indexed the same way as meshes.
- Enabled weights and bone index in ConvertFromMeshGltf
2022-07-10 21:09:25 +02:00