LogicalError / realtime-CSG-for-unity

Realtime-CSG, CSG level editor for Unity
https://realtimecsg.com
MIT License
762 stars 80 forks source link

Make a brush wrong position #248

Closed Hisashimaru closed 6 years ago

Hisashimaru commented 6 years ago

RealtimeCSG makes a brush an unintended position. This issue happens when you make a brush in the subtracted hollow.

realtimecsg

LogicalError commented 6 years ago

Thanks for letting me know. The problem is because the ray cast from the mouse to the surface should ignore a removed polygon, but doesn't. I'll fix this in 1.524

LogicalError commented 6 years ago

This has been fixed in 1.524, which I just uploaded to RealtimeCSG.com .. I'll close this ticket once this version is available from the asset store!

Hisashimaru commented 6 years ago

Thanks for fixing it. Brushes are still made in the wrong place.

LogicalError commented 6 years ago

Sorry about that, try version 1.525. There was a typo which made this not work in the Y direction ..

Hisashimaru commented 6 years ago

It works well! Thanks for quick fix.