summaryrefslogtreecommitdiff
path: root/modules/csg/csg_shape.cpp
AgeCommit message (Expand)Author
2020-02-11Modernized default 3D material, fixes material bugs.Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-07-10Notify changes in properties that can be edited by 3D gizmosHugo Locurcio
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-07-05Improve the CSG shape gizmo drawingHugo Locurcio
2019-06-20Fix always true/false valuesqarmin
2019-05-17Resolve: #24682 CSGPolygon - weird end capJason
2019-04-11CSGMesh material and CSGShape inherits from GeometryInstanceLeonard Meagher
2019-03-25Apply proper offset to CSGMesh material and smooth groupLeonard
2019-02-10Fix CSGShape not updating on changing visibilityAndrii Doroshenko (Xrayez)
2019-01-27Make CSG Shape work with GIProbe, fixes #20465Juan Linietsky
2019-01-16Fix some errors found by static analysisRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-15Add support for collision layers and masks in CSG shapesmeditator
2018-12-08Reverse bitangent on everythings to ensure default normal map behavriour is c...Bastiaan Olij
2018-12-03Fix csgshape collider without object idAron Castro
2018-11-20Merge pull request #23760 from BastiaanOlij/fix_tangent_directionRémi Verschelde
2018-11-19Fixing tangent and binormal logicBastiaan Olij
2018-11-19Adding UVs on end capsBastiaan Olij
2018-11-17Adding mikkt tangent support to CSG objectsBastiaan Olij
2018-11-01Fix CSG shape generation with meshes without indices, fixes #23364Juan Linietsky
2018-10-15Added a fail condition to prevent a crashJean-François Michaud
2018-10-04Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde
2018-08-28Fix to make CSGBox the size that is entered in Width, Height and Depth instea...jmf
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-07Added path_local and path_continious_u properties to CSGPolygonBastiaan Olij
2018-06-27Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky
2018-06-10Fix CSG issues when reparenting shape nodes.Benjamin
2018-05-16Add missing copyright headersGuilherme Felipe
2018-05-16Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky
2018-05-08Fix some enums missing its bindMarcelo Fernandez
2018-05-03updated OAHashMap to use robinhood hashingkarroffel
2018-04-28Add poly triangulation order check, ensures faces do not flip on different orderJuan Linietsky
2018-04-28-Changed how operators work, any shape can operate on any otherJuan Linietsky
2018-04-28Do not crash if the polygon is invalidJuan Linietsky
2018-04-27CSG Support for Godot!Juan Linietsky