mipLevel(...)
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
Parameter | Type | Description |
---|---|---|
val | integer | The level of detail to display the reflectionCubeMap at. |
Returns
this