# orx-dnk3 A scene graph based 3d renderer with support for Gltf based assets Status: in development Supported Gltf features - [x] Scene hierarchy - [x] Loading mesh data - [x] Glb - [ ] Materials - [x] Basic materials - [x] Normal maps - [x] Metallic/roughness maps - [x] Skinning - [x] Double-sided materials - [ ] Transparency - [x] Animations - [ ] Cameras - [ ] Lights ## Demos ### DemoAnimations01 ![DemoAnimations01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoAnimations01Kt.png) [source code](src/demo/kotlin/DemoAnimations01.kt) ### DemoCamera01 ![DemoCamera01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoCamera01Kt.png) [source code](src/demo/kotlin/DemoCamera01.kt) ### DemoIrrProbe01 ![DemoIrrProbe01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoIrrProbe01Kt.png) [source code](src/demo/kotlin/DemoIrrProbe01.kt) ### DemoLights01 ![DemoLights01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoLights01Kt.png) [source code](src/demo/kotlin/DemoLights01.kt) ### DemoLights02 ![DemoLights02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoLights02Kt.png) [source code](src/demo/kotlin/DemoLights02.kt) ### DemoLights03 ![DemoLights03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoLights03Kt.png) [source code](src/demo/kotlin/DemoLights03.kt) ### DemoObject01 ![DemoObject01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoObject01Kt.png) [source code](src/demo/kotlin/DemoObject01.kt) ### DemoScene01 ![DemoScene01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoScene01Kt.png) [source code](src/demo/kotlin/DemoScene01.kt) ### DemoScene02 ![DemoScene02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoScene02Kt.png) [source code](src/demo/kotlin/DemoScene02.kt) ### DemoScene03 ![DemoScene03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoScene03Kt.png) [source code](src/demo/kotlin/DemoScene03.kt) ### DemoSegmentContours01 ![DemoSegmentContours01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoSegmentContours01Kt.png) [source code](src/demo/kotlin/DemoSegmentContours01.kt) ### DemoSkinning01 ![DemoSkinning01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoSkinning01Kt.png) [source code](src/demo/kotlin/DemoSkinning01.kt)