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
Name | Type | Description |
---|---|---|
skyboxUUID | AssetRef <Cubemap > | UUID of the skybox cubemap. |
radianceUUID | AssetRef <Cubemap > | Reference to the radiance cubemap. |
irradianceUUID | AssetRef <Cubemap > | Reference to the irradiance cubemap. |