Files
assimp/test/models/X3D/ref
Steve M 69558d8889 Introduce VRML format (.wrl and .x3dv) 3D model support (#5857)
- Introduce VRML format (.wrl and .x3dv) 3D model support
- Add samples
---------

Co-authored-by: Steve M <praktique-tellypresence@yahoo.com>
Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
2024-12-30 11:56:18 +01:00
..

X3D 3D model reference images

ComputerKeyboard.x3d

Working (using IRR xml parser)

ComputerKeyboard as of 29 Sep 2020 git commit 6a4c338, using IRR xml parsing, renders OK:

ComputerKeyboard.x3d (IRR xml)

Broken (using pugi xml parser)

ComputerKeyboard as of 1 Dec 2021 git commit 1614934, using pugi xml parsing, renders with missing meshes and obvious artifacts:

ComputerKeyboard.x3d (pugi xml)

HelloWorld.x3d

HelloWorld.x3d