mattatz / unity-voxel

Mesh voxelization for Unity.
MIT License
1.41k stars 152 forks source link

About voxelize 3D model using prisms #2

Closed hanfengsunshine closed 5 years ago

hanfengsunshine commented 6 years ago

Hi, you have done great work on creating voxelization models.

A little question: the basic units of the model is the cubes, how to change the cubes into triangles prisms?  

Like the attached documents:

Thank you! voxelize a model using triangle prisms

mattatz commented 5 years ago

@hanfengsunshine How about replace cube to prism for rendering voxels in GPUVoxelParticleSystem ?