A component that enables sorting and manually defining render order for
transparent objects. A-Frame currently defaults to transparency order based on
the order of objects added to the scene.
The render-order system takes a comma-delimited list of strings that name the
render order layers. The render order layers will map to a number starting from
0 and counting up from there.
Then the render-order component can be applied to specify the layer or render
order. The value modify the three.js Object3D's renderOrder property. The
value can either be a number or the name of a layer defined in the system.