renderSorted(...)
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
renderSorted(val: boolean): this;
Sets whether the object is to be sorted in depth and rendered along with other renderSorted objects.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
val | boolean | If true the object will be sorted in depth and rendered with other renderSorted objects. |
Returns
Section titled “Returns”this