https://github.com/ousttrue/dxgltf
glTF viewer using SharpDX
https://github.com/ousttrue/dxgltf
Last synced: 11 months ago
JSON representation
glTF viewer using SharpDX
- Host: GitHub
- URL: https://github.com/ousttrue/dxgltf
- Owner: ousttrue
- License: mit
- Created: 2018-12-15T07:42:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T16:07:48.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T05:04:47.408Z (about 1 year ago)
- Language: C#
- Size: 382 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DXGLTF
GLTF viewer using SharpDX

## Dock
* [ ] CameraDock
* [ ] Auto near far
* [ ] LightDock
* [x] HierarchyDock
## Gizmo
* [x] Axis
* [x] Grid
* [ ] BoundingBox
* [ ] Translation Gizmo
* [ ] Rotation Gizmo
* [ ] Scale Gizmo
## GLTF
### buffer
`byte[]`
### bufferView
`ArraySegments`
### accessor
`T[]`
### image
Quad
### sampler
### texture
Repeated
* [x] TextureLoad
### material
* [x] pbrMetallicRoughness.baseColorFactor
* [x] UnlitShader
* [ ] BackfaceCulling
* [ ] AlphaBlend
### mesh
3D View without transform
* [ ] BlendShape
* [ ] Primitive as submesh
* [ ] Lambert Shader
### skin
### node
* [x] ModelMatrix
### scene
## ToDo
* [x] Logger