Henry00IS / ShapeEditor

2D Shape Editor for Unity Editor to create complex 3D meshes out of 2D shapes with RealtimeCSG support.
MIT License
102 stars 9 forks source link

CreateLinearStaircaseMeshes is using hidden surface removal #23

Closed Henry00IS closed 2 years ago

Henry00IS commented 2 years ago

This function is supposed to be creating CSG brushes that require all polygons.

Have to remove the if (poly[k].hidden) continue; statements and do some tests.