summaryrefslogtreecommitdiff
path: root/scene/3d/visual_instance_3d.cpp
AgeCommit message (Expand)Author
2023-01-20Sort decals and lights based on camera originclayjohn
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29Add safety-checks before some servers `free()`Adam Scott
2022-12-23Merge pull request #69998 from BastiaanOlij/sorting-pivot-4Rémi Verschelde
2022-12-23Added options for sorting transparent objects (port of PR 63040)Bastiaan Olij
2022-12-17Merge pull request #70114 from clayjohn/custom-aabbRémi Verschelde
2022-12-15Expose GeometryInstance3D.custom_aabb propertyclayjohn
2022-12-15Fix the update of the inspector when instance shader uniform has changedYuri Rubinsky
2022-11-09Some fixes for instance shader parametersYuri Rubinsky
2022-11-03Fix typo in method of visual_instance_3dPatrick Siemsen
2022-10-31Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don'tRémi Verschelde
2022-10-19Simplify GDVIRTUAL_CALL callskobewi
2022-10-18Remove the global space `get_transformed_aabb` helper methodAaron Franke
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-09-01Rename `uniform` to `parameter` across the engineYuri Rubinsky
2022-08-04Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio
2022-07-27Tweak Decal distance fade defaults and add property hintsHugo Locurcio
2022-06-23Use the Static global illumination mode in GeometryInstance3D by defaultHugo Locurcio
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-05-26Fix errors when materials attached to 3d object are not freedYuri Rubinsky
2022-05-19Use suffixes for units in nodes and resourcesAaron Franke
2022-03-28String: Remove TTR and DTR defines in non-tools buildRémi Verschelde
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-01-20Merge pull request #55360 from Calinou/rename-bake-mode-propertiesRémi Verschelde
2022-01-05Added material_overlay property to MeshInstance3DFernando Cosentino
2022-01-04Merge pull request #55370 from Calinou/geometryinstance3d-lod-fade-node-confi...JFonS
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-14Rename and reorder bake mode properties for consistencyHugo Locurcio
2021-11-26Emit node configuration warnings for GeometryInstance3D distance fadeHugo Locurcio
2021-10-25Implement distance fade and transparencyJFonS
2021-08-13Merge pull request #51607 from aaronfranke/includesRémi Verschelde
2021-08-13Fix some unnecessary includesAaron Franke
2021-08-12Use the Unicode multiplication symbol where relevantHugo Locurcio
2021-08-12Uniformize layer names, script methods and documentationPouleyKetchoupp
2021-07-28Add node configuration warning for GeometryInstance3D distanceHugo Locurcio
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-07Merge pull request #50193 from reduz/fix-command-queue-crashRémi Verschelde
2021-07-07Fix Command Queue Crashreduz
2021-07-04Allow using ORMMaterial3D by using BaseMaterial3D as a resource hintHugo Locurcio
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-14Implement visibility range and dependencies.jfons
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-04-23Implement occlusion cullingjfons
2021-02-10Removed _change_notifyreduz
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-02-04doc: Don't bind argument names with p_ prefixRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-18Implement automatic LOD (Level of Detail)reduz
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde