IEnvMapBackgroundConfig

Core.IEnvMapBackgroundConfig exported from @manycore/aholo-viewer.

Core Interface
interface IEnvMapBackgroundConfig {
texture?: Texture;
luma?: number;
verticalRotation?: number;
horizonRotation?: number;
reverseVertical?: boolean;
reverseHorizon?: boolean;
}

Properties

texture?: Texture
luma?: number
verticalRotation?: number
horizonRotation?: number
reverseVertical?: boolean
reverseHorizon?: boolean