Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 668 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 668 Bytes

three-batch-manager

CircleCI

High level batching / instancing API for ThreeJS

This project is currently experimental, the API will change, and it may not always be in a working state.

Features

  • Dynamic batching via instance vertex attribute and instance uniforms stored in a uniform array (In Progress)
  • Skinned mesh support
  • Static batching
  • Instancing
  • Batched 2D quads with spritesheet support for UIs
  • Batched SDF font rendering

Running the Example

npm install
npm start