blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.
MIT License
1.03k stars 43 forks source link

Unable to perform CSG operation #186

Open darkhog opened 2 months ago

darkhog commented 2 months ago

So I'm trying to use a prism to cut a tunnel into a cube. Unfortunately, the CSG operation fail. I have a repro case. To reproduce the issue, clone my funnicapsule repo (https://github.com/darkhog/funnicapsule) and then open it in Godot. After that, (if it isn't already open), open the scene Levels/Level1.tscn and then select Block_42 (under LevelRoot node) and then afterwards, Block_43 as well. Now try to do CSG subtraction by going into the Menu->Subtract Block. It will fail, resulting in a weird mesh instead of the cube with a tunnel cut into it. No errors are produced in the console.

Cyclops version: 1.0.4.

blackears commented 2 weeks ago

Haven't had a chance to take a look at this yet. It's one of the things I hope to look into once I get enough time to dive back into the project.