Type Alias: 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
Name | Type | Description |
---|---|---|
texture3dRef | AssetRef <Texture3D > | UUID of the referenced 3D texture. |