godot/modules/csg
Rémi Verschelde f8ab79e68a Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
2022-04-04 19:49:50 +02:00
..
doc_classes Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
editor Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00
icons
config.py Disable 3D-only modules when 3D is disabled 2021-06-03 17:45:28 -04:00
csg.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
csg.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
csg_shape.cpp Prevent non-smoothed face normals to participate to smoothed face normals 2022-03-11 20:23:13 +01:00
csg_shape.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
register_types.cpp Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00
register_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00