blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.
MIT License
920 stars 36 forks source link

Cone mode for cylinders and a pyramid mode for boxes #153

Closed darkhog closed 2 months ago

darkhog commented 3 months ago

Similarly to the tube mode in the cylinder, I think it would be nice to have a cone mode (instead of extruding the circle, it would just make a single vertex on the extrusion point, turning a cylinder into a cone) and similar for boxes, to make pyramidal shapes.

blackears commented 2 months ago

I've added a new command to the menu for merging vertices. Now you can go into vertex mode, select the vertices of one of the faces and merge them at the center to get the tapered shape.