The VolumeExportable component is used to export 3D textures (or 2D images that a layered on top of each other) as a .cube
file format.
Usage
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
Volume
|
Texture3D | The 3D Texture to be exported. |
Usage
This is used to make 3D images, 3D scans, 3D volumes, and 3D textures. This can be made outside of Resonite using an external program, or can be made inside Resonite using procedural meshes and components such as UVW_ProceduralTexture3D, FogBoxVolumeMaterial, and VolumeUnlitMaterial.
When the 3D Texture is imported back in, it will be pre-setup and organized for you automatically, also allowing you to export it once more.
This component is used mainly to add an export option to the user's context menu as they are holding an item. Which can be used to easily communicate to the user that an item is made for exporting to their local machine. For example, screenshots, figurines, pictures, recorded audio clips, some generated text from protoflux, and Avatars can have Asset exportables like this component to signify that they can be downloaded to one's local storage.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.