Skip to main content

VolumeRef

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

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

Reference to a volume made of voxels.

Type declaration

NameTypeDescription
texture3dRefAssetRef<Texture3D>UUID of the referenced 3D texture.