new stuff
This commit is contained in:
parent
8998bc3936
commit
64c8492e5c
6907 changed files with 3401899 additions and 0 deletions
17
assimp/test/models/X3D/ref/README.md
Normal file
17
assimp/test/models/X3D/ref/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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:
|
||||
|
||||
<img alt="ComputerKeyboard.x3d (IRR xml)" src="screenshots/ComputerKeyboard_x3d_irr_xml.png" width=320 />
|
||||
|
||||
### 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:
|
||||
|
||||
<img alt="ComputerKeyboard.x3d (pugi xml)" src="screenshots/ComputerKeyboard_x3d_pugi_xml.png" width=320 />
|
||||
|
||||
## HelloWorld.x3d
|
||||
<img alt="HelloWorld.x3d" src="screenshots/HelloWorld_x3d.png" width=180 />
|
||||
Loading…
Add table
Add a link
Reference in a new issue