Fastest Unlit Material, shared geometry

hey and welcome!

For unlit: Yes, StdMaterial with no lighting is the fastest
For geometry sharing, you have to clone the initial planes (plane.clone()) or even better use instances if you can: Use Instances - Babylon.js Documentation

2 Likes