This website requires JavaScript.
Explore
Help
Sign In
nick
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2026-03-10 21:06:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bd0959ebdd8819321f9b24880d05b43eb2aaa4cc
godot
/
modules
/
csg
History
Rémi Verschelde
b39df869c7
Merge pull request
#93252
from smix8/csg_bake
...
Add CSG options to bake to static mesh and collision shape
2024-08-19 16:04:59 +02:00
..
doc_classes
Add CSG options to bake to static mesh and collision shape
2024-06-19 22:54:25 +02:00
editor
Add CSG options to bake to static mesh and collision shape
2024-06-19 22:54:25 +02:00
icons
Style: Optimize
.svg
files with
svgo
2024-06-23 08:15:19 -05:00
config.py
…
csg_shape.cpp
Merge pull request
#93252
from smix8/csg_bake
2024-08-19 16:04:59 +02:00
csg_shape.h
Add CSG options to bake to static mesh and collision shape
2024-06-19 22:54:25 +02:00
csg.cpp
Replace
find
with
contains/has
where applicable
2024-05-08 12:37:42 +02:00
csg.h
Enable shadow warnings and fix raised errors
2023-05-11 16:00:59 +02:00
register_types.cpp
…
register_types.h
…
SCsub
…