mipLevel(...)
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.
mipLevel() : number;
Sets the level of detail to display the reflectionCubeMap at.
A mipLevel of 0 will use the original reflectionCubeMap, each subsequent whole number increase will half the resolution.
Default value: 0
Recommended range: 0-8
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
val | integer | The level of detail to display the reflectionCubeMap at. |
Returns
Section titled “Returns”this