Files
orx/orx-dnk3/README.md
2020-05-24 17:01:23 +00:00

42 lines
1.1 KiB
Markdown

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