Skip to content

v0.1

Compare
Choose a tag to compare
@shrekshao shrekshao released this 27 Sep 19:05
· 14 commits to master since this release

MinimalGLTFLoader support loading:

  • Accessors
  • Buffers
  • BufferViews
  • Images
  • Meshes
  • Nodes
  • Primitives
  • Samplers
  • Textures
  • Animations
  • Cameras
  • Materials
  • Skins
  • glTF (.gltf) with separate resources: .bin (geometry, animation, skins), .glsl (shaders), and image files

Comes together with a renderer example in raw WebGL 2 supporting:

  • PBR
  • IBL
  • Animation
  • Skin
  • BoundingBox

Things need to implement in the future

  • Interpolations
    • LINEAR
    • STEP
    • CATMULLROMSPLINE
    • CUBICSPLINE
  • Animation Morph Target (for the renderer example)
  • glTF (.gltf) with embedded resources
  • Binary glTF (.glb)