From 4dddcd322ca12d7cf64fad53b672999acc531287 Mon Sep 17 00:00:00 2001 From: cx20 Date: Sat, 30 Sep 2023 07:30:29 +0900 Subject: [PATCH] Update status for glTF 2.0 --- README.md | 32 ++++++++++++++++---------------- examples/threejs/index.html | 4 ++-- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 9cdd3d33..a6ee33b6 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ The number of tests is approximate. ## Format Tests -Test environment : Windows 11 + Chrome 116 +Test environment : Windows 11 + Chrome 117 -|Format and Sample Model |[Three.js r156](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | +|Format and Sample Model |[Three.js r157](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------| |[glTF 2.0](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0)
[Duck/glTF](sampleModels/Duck/glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?model=Duck&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?model=Duck&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?model=Duck&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?model=Duck&scale=1&type=glTF) | |[glTF 2.0](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#uris) (Embedded resources)
[Duck/glTF-Embedded](sampleModels/Duck/glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?model=Duck&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?model=Duck&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?model=Duck&scale=1&type=glTF-Embedded) |:x: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?model=Duck&scale=1&type=glTF-Embedded) |:x: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?model=Duck&scale=1&type=glTF-Embedded) |:x: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?model=Duck&scale=1&type=glTF-Embedded) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?model=Duck&scale=1&type=glTF-Embedded) | @@ -40,9 +40,9 @@ Test environment : Windows 11 + Chrome 116 ## [Simple models for testing individual features](https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/2.0/README.md#simple-models-for-testing-individual-features) -Test environment : Windows 11 + Chrome 116 +Test environment : Windows 11 + Chrome 117 -|Model |Screenshot |[Three.js r156](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | +|Model |Screenshot |[Three.js r157](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | |----------------------------------------------------------------------|--------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------| |[Triangle Without Indices](tutorialModels/TriangleWithoutIndices) |![](tutorialModels/TriangleWithoutIndices/screenshot/screenshot.png)|:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF)|:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF)|:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF)|:x: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF)|:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF)|:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF)|:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF)|:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?category=tutorialModels&model=TriangleWithoutIndices&scale=1&type=glTF) | |[Triangle](tutorialModels/Triangle) |![](tutorialModels/Triangle/screenshot/screenshot.png) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?category=tutorialModels&model=Triangle&scale=1&type=glTF) | @@ -61,9 +61,9 @@ Test environment : Windows 11 + Chrome 116 ## [More complex models](https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/2.0/README.md#more-complex-models) -Test environment : Windows 11 + Chrome 116 +Test environment : Windows 11 + Chrome 117 -|Model |Screenshot |[Three.js r156](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | +|Model |Screenshot |[Three.js r157](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | |-----------------------------------------------------------------------|----------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------| |[Box](sampleModels/Box) |![](sampleModels/Box/screenshot/screenshot.png) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?model=Box) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?model=Box) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?model=Box&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?model=Box&scale=1) | |[Box Interleaved](sampleModels/BoxInterleaved) |![](sampleModels/BoxInterleaved/screenshot/screenshot.png) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?model=BoxInterleaved) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?model=BoxInterleaved) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?model=BoxInterleaved&scale=1) |:x: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?model=BoxInterleaved&scale=1) |:x: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?model=BoxInterleaved&scale=1) |:x: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?model=BoxInterleaved&scale=1) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?model=BoxInterleaved&scale=1) | @@ -86,9 +86,9 @@ Test environment : Windows 11 + Chrome 116 ## [PBR Models](https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/2.0/README.md#pbr-models) -Test environment : Windows 11 + Chrome 116 +Test environment : Windows 11 + Chrome 117 -|Model |Screenshot |[Three.js r156](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | +|Model |Screenshot |[Three.js r157](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | |----------------------------------------------------------------------|--------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------| |[Avocado](tutorialModels/Avocado) |![](tutorialModels/Avocado/screenshot/screenshot.jpg) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?model=Avocado) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?model=Avocado) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?model=Avocado&scale=30.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?model=Avocado&scale=30.0) | |[Barramundi Fish](tutorialModels/BarramundiFish) |![](tutorialModels/BarramundiFish/screenshot/screenshot.jpg) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?model=BarramundiFish) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?model=BarramundiFish) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?model=BarramundiFish&scale=5.0) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?model=BarramundiFish&scale=5.0) | @@ -102,9 +102,9 @@ Test environment : Windows 11 + Chrome 116 ## [Further PBR Models](https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/2.0/README.md#further-pbr-models) -Test environment : Windows 11 + Chrome 116 +Test environment : Windows 11 + Chrome 117 -|Model |Screenshot |[Three.js r156](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | +|Model |Screenshot |[Three.js r157](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | |----------------------------------------------------------------------|--------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------| |[Two Sided Plane](tutorialModels/TwoSidedPlane) |![](tutorialModels/TwoSidedPlane/screenshot/screenshot.jpg) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?category=tutorialModels&model=TwoSidedPlane&scale=1&type=glTF) | |[Cube](tutorialModels/Cube) |![](tutorialModels/Cube/screenshot/screenshot.jpg) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?category=tutorialModels&model=Cube&scale=1&type=glTF) | @@ -115,9 +115,9 @@ Test environment : Windows 11 + Chrome 116 ## [Feature Test Models](https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0#feature-test-models) -Test environment : Windows 11 + Chrome 116 +Test environment : Windows 11 + Chrome 117 -|Model |Screenshot |[Three.js r156](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | +|Model |Screenshot |[Three.js r157](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | |-----------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |[Alpha Blend Mode Test](tutorialModels/AlphaBlendModeTest)
:warning:[glTF-Sample-Models#221](https://github.com/KhronosGroup/glTF-Sample-Models/issues/221) |![](tutorialModels/AlphaBlendModeTest/screenshot/screenshot.png) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) :warning:[filament#1572](https://github.com/google/filament/issues/1572) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.5&type=glTF) | |[Boom Box With Axes](tutorialModels/BoomBoxWithAxes) |![](tutorialModels/BoomBoxWithAxes/screenshot/screenshot.jpg) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?category=tutorialModels&model=BoomBoxWithAxes&scale=80.0&type=glTF) | @@ -138,9 +138,9 @@ Test environment : Windows 11 + Chrome 116 ## [Extension Test Models](https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0#extension-test-models) -Test environment : Windows 11 + Chrome 116 +Test environment : Windows 11 + Chrome 117 -|Model |Screenshot |[Three.js r156](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | +|Model |Screenshot |[Three.js r157](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------| |[A Beautiful Game](tutorialModels/ABeautifulGame)
[KHR_materials_transmission](https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_transmission)
[KHR_materials_volume](https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_volume/README.md) |![](tutorialModels/ABeautifulGame/screenshot/screenshot.jpg) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?category=tutorialModels&model=ABeautifulGame&scale=8.0&type=glTF) | |[Attenuation Test](tutorialModels/AttenuationTest)
[KHR_materials_volume](https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_volume/README.md) |![](tutorialModels/AttenuationTest/screenshot/screenshot.jpg) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) |:x: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?category=tutorialModels&model=AttenuationTest&scale=0.2&type=glTF) | @@ -171,9 +171,9 @@ Test environment : Windows 11 + Chrome 116 ## [Multi-Vendor Extensions Test Models](https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0#extension-test-models) -Test environment : Windows 11 + Chrome 116 +Test environment : Windows 11 + Chrome 117 -|Model |Screenshot |[Three.js r156](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | +|Model |Screenshot |[Three.js r157](https://github.com/mrdoob/three.js) |[Babylon.js 6.19.1](https://github.com/BabylonJS/Babylon.js) |[Filament v1.43.0](https://github.com/google/filament) |[PlayCanvas v1.65.0](https://github.com/playcanvas/engine) |[Cesium.js 1.109](https://github.com/AnalyticalGraphicsInc/cesium/) |[ArcGIS JS API 4.13](https://developers.arcgis.com/javascript/) |[Grimoire.js 2017.12.04](https://github.com/GrimoireGL/grimoirejs-gltf) |[xeogl 2019.02.09](https://github.com/xeolabs/xeogl/blob/master/examples/js/models/glTFModel.js) |[Khronos glTF Viewer 1.0.0](https://github.com/KhronosGroup/glTF-Sample-Viewer) |[minimal-gltf-loader 2017.11.09](https://github.com/shrekshao/minimal-gltf-loader/blob/master/src/) |[ClayGL v1.3.0](https://github.com/pissang/claygl/blob/master/src/loader/GLTF.js) |[Hilo3d v1.18.0](https://github.com/hiloteam/Hilo3d) |[X3DOM 1.8.3](https://github.com/x3dom/x3dom/blob/master/src/util/glTF/glTF2Loader.js) |[CZPG.js 2018.05.17](https://github.com/PrincessGod/CraZyPG) |[GLBoost v0.0.4](https://github.com/emadurandal/GLBoost/) |[RedCube.js v3.3.0](https://github.com/Reon90/redcube) |[RedGL 2021.07.19](https://github.com/redcamel/RedGL2) |[Ashes v0.5.0](https://github.com/but0n/Ashes) |[Unity 2017.3.1](https://github.com/sonygod/UnityGLTFTest) |[pex-renderer 3.0.0-34](https://github.com/pex-gl/pex-renderer) |[RhodoniteTS v0.11.8](https://github.com/actnwit/RhodoniteTS) | |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------| |[BrainStem](sampleModels/BrainStem)
[EXT_meshopt_compression](https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Vendor/EXT_meshopt_compression) |![](sampleModels/BrainStem/screenshot/screenshot.gif) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?category=sampleModels&model=BrainStem&scale=1.0&type=glTF-Meshopt) | |[DragonAttenuation](tutorialModels/DragonAttenuation)
[EXT_meshopt_compression](https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Vendor/EXT_meshopt_compression) |![](tutorialModels/DragonAttenuation/screenshot/screenshot.jpg) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/threejs/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/babylonjs/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:white_check_mark: [Sample](https://cx20.github.io/gltf-test/examples/filament/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/playcanvas/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/cesium/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/arcgisjsapi/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/grimoiregl/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/xeogl/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/khronos-gltf-rv/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/claygl/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/Hilo3d/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/x3dom/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/czpg/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/glboost/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/redcube/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/redgl2/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/unity/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/pex/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) |:x: [Sample](https://cx20.github.io/gltf-test/examples/rhodonite/index.html?category=tutorialModels&model=DragonAttenuation&scale=1.0&type=glTF-Meshopt) | diff --git a/examples/threejs/index.html b/examples/threejs/index.html index 11d8d0c0..e1f4d3d1 100644 --- a/examples/threejs/index.html +++ b/examples/threejs/index.html @@ -18,8 +18,8 @@