Skip to content

ousttrue/DXGLTF

Repository files navigation

DXGLTF

GLTF viewer using SharpDX

ss

Dock

  • CameraDock
    • Auto near far
  • LightDock
  • HierarchyDock

Gizmo

  • Axis
  • Grid
  • BoundingBox
  • Translation Gizmo
  • Rotation Gizmo
  • Scale Gizmo

GLTF

buffer

byte[]

bufferView

ArraySegments<byte>

accessor

T[]

image

Quad

sampler

texture

Repeated

  • TextureLoad

material

  • pbrMetallicRoughness.baseColorFactor
  • UnlitShader
  • BackfaceCulling
  • AlphaBlend

mesh

3D View without transform

  • BlendShape
  • Primitive as submesh
  • Lambert Shader

skin

node

  • ModelMatrix

scene

ToDo

  • Logger