Rotates the environment by a specified number of degrees.
rotateEnvironmentMap( degrees: number ): Promise<void>
degrees
New rotation in degrees of the environment map.
number
Usage:
await modelApi.init();
Last updated 11 months ago