Group of boxes

Group of boxes

Render speed is one the most important measures in creating a WebGL scene. so what if we have to many objects ?

Answer is using group objects. Group objects are best for rendering a grate performance scene. thanks to THREE.JS we have that ability.

Also you have to be careful to using this method and if you use this Technic so much, you will have lot’s of problems in the future.