CSG Support for Godot!
-Missing Icons -Missing freezing option (for baking light and faster load) -Missing a way to export from Godot (GLTF2?) -Probably buggy (may freeze editor, can be worked around easily, but let me know if this happens so it's easier to catch bugs) Happy testing!
This commit is contained in:
parent
b22f048700
commit
8d199a9b2c
18 changed files with 4715 additions and 42 deletions
5
modules/csg/config.py
Normal file
5
modules/csg/config.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
def can_build(platform):
|
||||
return True
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue