Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom support for gltf2.0 file format #1061

Open
wants to merge 27 commits into
base: release-candidate
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
36f387a
[core] add gltf material asset management
MathiasPaulin Jul 19, 2023
f692e1a
[engine] add gltf material support
MathiasPaulin Jul 19, 2023
fd8553f
[shaders] add gltf material support
MathiasPaulin Jul 19, 2023
9d3cee7
[script] update IO filelist generator to manage gltf loader/writer ex…
MathiasPaulin Jul 19, 2023
f1d3de3
[IO] add gltf 2.0 custom file loader and writer
MathiasPaulin Jul 19, 2023
c1969ca
[gui] add gltf 2.0 custom file loader support
MathiasPaulin Jul 19, 2023
8d8c397
[example] use gltf 2.0 custom file writer if enable
MathiasPaulin Jul 19, 2023
987def4
[io] fix precompile header problem other language than C++
MathiasPaulin Jul 19, 2023
59fd39a
[radium] add GLTF status in the configure summary
MathiasPaulin Jul 19, 2023
b4a2c48
[doc] add GLTF 2.0 support status in the documentation
MathiasPaulin Jul 19, 2023
78349ba
[io] fix codacy on gltf internals
MathiasPaulin Jul 20, 2023
7dc07cf
[io] fix codacy on gltf internals
MathiasPaulin Jul 20, 2023
385a6a2
[io] fix codacy on gltf internals
MathiasPaulin Jul 20, 2023
e2a7a36
[io] gltf loader now loads 2 texture coordinateSet (but still transmi…
MathiasPaulin Jul 25, 2023
47ae2f1
[engine] add support for KHR_unlit material extension
MathiasPaulin Jul 25, 2023
e61bc3c
[doc] add notes on extensions
MathiasPaulin Jul 25, 2023
a22c360
[io] decode uri from gltf json
MathiasPaulin Jul 25, 2023
8a84290
[engine] simplify gltf files
MathiasPaulin Jul 25, 2023
ebf2f25
[io] fix material extension howto
MathiasPaulin Jul 25, 2023
d4b9e82
[io] loads interleaved buffers
MathiasPaulin Jul 25, 2023
d445224
[engine] allows pervertex color for any materials (missing code)
MathiasPaulin Jul 26, 2023
6d6e56d
[io] loads gltf color buffer (only one as requested by the spec)
MathiasPaulin Jul 26, 2023
984340d
[engine] gltf material support pervertex color
MathiasPaulin Jul 26, 2023
d85e9a9
[io] remove reinterpret_cast when loading gltf
MathiasPaulin Jul 26, 2023
6a4274a
[core] improve doc
MathiasPaulin Aug 1, 2023
ea48c90
[io] remove warnings in gltf mikktspace.c
MathiasPaulin Aug 29, 2023
0d5abb8
[engine] fix culling when material is singleSided
MathiasPaulin Aug 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[radium] add GLTF status in the configure summary
  • Loading branch information
MathiasPaulin committed Aug 29, 2023
commit 59fd39a7d6ef14e86a287a7cd299450750539232
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -299,6 +299,8 @@ if(NOT ${RADIUM_MISSING_COMPONENTS} STREQUAL "")
message_info(" -- Missing components: ${COMPONENTS_LIST} (see log to find why)")
endif()
message_setting("RADIUM_IO_ASSIMP")
message_setting("RADIUM_IO_GLTF")
message_setting("RADIUM_IO_GLTF_WRITER")
message_setting("RADIUM_IO_TINYPLY")
message_setting("RADIUM_IO_VOLUMES")
message_setting("RADIUM_IO_DEPRECATED")