RadicalCSG / Chisel.Prototype

Work in progress prototype for the Chisel Level Editor, for Unity
MIT License
493 stars 33 forks source link

Extruded shape needs handles on top and bottom to move up/down #256

Closed LogicalError closed 4 years ago

LogicalError commented 4 years ago

The extruded shape handle extrudes a 2D shape (which is editable) upwards.

It currently doesn't have a handle on the top and bottom, and this needs to be added If you look at BoxExtrusionHandle.cs, it has the kind of handle we need. (See the usage of "ExtrusionHandle.DoHandle")

LogicalError commented 4 years ago

Fixed in #268