Skip to main content

Type Alias: VolumeRef

type VolumeRef = {
texture3dRef: AssetRef<Texture3D>;
};

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

Reference to a volume made of voxels.

Properties

texture3dRef

texture3dRef: AssetRef<Texture3D>;

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

UUID of the referenced 3D texture.