An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# DXGLTF

GLTF viewer using SharpDX

![ss](ss.jpg)

## 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