Skip to main content

Environment

type Environment = {
skyboxUUID: AssetRef<Cubemap>;
radianceUUID: AssetRef<Cubemap>;
irradianceUUID: AssetRef<Cubemap>;
};

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:377

The environment of a scene. Used to give a scene a skybox.

Type declaration

NameTypeDescription
skyboxUUIDAssetRef<Cubemap>UUID of the skybox cubemap.
radianceUUIDAssetRef<Cubemap>Reference to the radiance cubemap.
irradianceUUIDAssetRef<Cubemap>Reference to the irradiance cubemap.