Interface SceneBackground

场景背景参数

Export

SceneBackground

Date

2022.4.9

Author

lyx

Hierarchy

  • SceneBackground

Properties

Properties

color?: ColorRepresentation

背景颜色,可选

Memberof

SceneBackground

map?: string | {
    hdr?: boolean;
    urls: string[];
}

背景纹理,可选

Type declaration

  • Optional hdr?: boolean
  • urls: string[]

Memberof

SceneBackground