Am using three.js
How can I control the rendering order? Let\'s say I have three plane geometries, and want to render them in a specific order regardless of their sp
i had a bunch of objects which was cloned from a for loop in random position x and y... and obj.z ++, so they would line up in line.. including obj.renderOrder ++; in the loop solved my issue.