Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Model instancing #29

Open Zemanzo opened 5 years ago

Zemanzo commented 5 years ago

Minimum Acceptance Criteria

Is blocked by the following issues

28

Zemanzo commented 4 years ago

As of three.js r109, InstancedMesh is a new available class that might make implementing this much easier: https://threejs.org/docs/#api/en/objects/InstancedMesh This does require instanced meshes to have the same geometry AND material.

Qaomen commented 3 years ago

Just to add a note for future reference, we've still got an old but semi-functional version for level objects at feature/instanced-level-objects