# 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 ### DemoObject01 [source code](src/demo/kotlin/DemoObject01.kt) ![DemoObject01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoObject01Kt.png) ### DemoSegmentContours01 [source code](src/demo/kotlin/DemoSegmentContours01.kt) ![DemoSegmentContours01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoSegmentContours01Kt.png)