IEnvMapBackgroundConfig
Core.IEnvMapBackgroundConfig exported from @manycore/aholo-viewer.
interface IEnvMapBackgroundConfig {
texture?: Texture;
luma?: number;
verticalRotation?: number;
horizonRotation?: number;
reverseVertical?: boolean;
reverseHorizon?: boolean;
}
texture?: Texture;
luma?: number;
verticalRotation?: number;
horizonRotation?: number;
reverseVertical?: boolean;
reverseHorizon?: boolean;
}