Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(troika-3d): reduce instancing batch size to 128
Most uses of Instanceable3DFacade are going to be in the tens to 100s, range, not the thousands, so reducing the batch size from 1024 to 128 gives a saner memory size for the instancing geometry attributes.
- Loading branch information