Voxel toolkit
The toolkit that lets you easily import .vox assets and have runtime API
|
Public Member Functions | |
Vertex (float3 position, int3 normal, float2 uv, TransformedMaterial material) | |
Public Attributes | |
readonly float3 | Position |
readonly byte | NormalX |
readonly byte | NormalY |
readonly byte | NormalZ |
readonly byte | NormalW |
readonly Color32 | Color |
readonly float2 | UV |
readonly int | Parameters |