# 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 - [ ] Skinning - [x] Double-sided materials - [ ] Transparency - [ ] Animations - [ ] Cameras - [ ] Lights ## Demos ### DemoAnimations01 [source code](src/demo/kotlin/DemoAnimations01.kt) ![DemoAnimations01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoAnimations01Kt.png) ### DemoObject01 [source code](src/demo/kotlin/DemoObject01.kt) ![DemoObject01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoObject01Kt.png) ### DemoScene01 [source code](src/demo/kotlin/DemoScene01.kt) ![DemoScene01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoScene01Kt.png)