Voxel toolkit
The toolkit that lets you easily import .vox assets and have runtime API
|
Handles .vox files import. More...
Public Member Functions | |
override VoxelAsset | ImportAsset (BinaryReader reader) |
Imports the asset from a reader. | |
abstract VoxelAsset | ImportAsset (BinaryReader reader) |
Properties | |
float | EmissionScaleFactor = 1.8f [get, set] |
Represents the scaler of the emmision factor (1.8 is close to what you see in MagicaVoxel) | |
Handles .vox files import.
|
virtual |
Imports the asset from a reader.
reader | The reader to be used to read the voxel asset |
Implements VoxelToolkit.VoxelImporter.