Releases: shrekshao/minimal-gltf-loader
Releases · shrekshao/minimal-gltf-loader
v0.1.1: Some small changes and fixes
v0.1
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)