summaryrefslogtreecommitdiffstats
path: root/scene/3d/visual_instance_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio2022-08-041-16/+16
* Tweak Decal distance fade defaults and add property hintsHugo Locurcio2022-07-271-4/+5
* Use the Static global illumination mode in GeometryInstance3D by defaultHugo Locurcio2022-06-231-2/+0
* Add suffixes to all nodes and resourcesFireForge2022-06-111-4/+4
* Fix errors when materials attached to 3d object are not freedYuri Rubinsky2022-05-261-0/+9
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-1/+1
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-3/+3
* Discern between virtual and abstract class bindingsreduz2022-03-101-0/+9
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-12/+3
* Merge pull request #55360 from Calinou/rename-bake-mode-propertiesRémi Verschelde2022-01-201-4/+4
|\
| * Rename and reorder bake mode properties for consistencyHugo Locurcio2021-12-141-4/+4
* | Added material_overlay property to MeshInstance3DFernando Cosentino2022-01-051-0/+13
* | Merge pull request #55370 from Calinou/geometryinstance3d-lod-fade-node-confi...JFonS2022-01-041-0/+11
|\ \
| * | Emit node configuration warnings for GeometryInstance3D distance fadeHugo Locurcio2021-11-261-0/+11
| |/
* / Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Implement distance fade and transparencyJFonS2021-10-251-5/+34
* Merge pull request #51607 from aaronfranke/includesRémi Verschelde2021-08-131-2/+0
|\
| * Fix some unnecessary includesAaron Franke2021-08-131-2/+0
* | Use the Unicode multiplication symbol where relevantHugo Locurcio2021-08-121-1/+1
|/
* Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-121-10/+14
* Add node configuration warning for GeometryInstance3D distanceHugo Locurcio2021-07-281-0/+12
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+1
* Merge pull request #50193 from reduz/fix-command-queue-crashRémi Verschelde2021-07-071-1/+6
|\
| * Fix Command Queue Crashreduz2021-07-071-1/+6
* | Allow using ORMMaterial3D by using BaseMaterial3D as a resource hintHugo Locurcio2021-07-041-1/+1
|/
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-2/+2
* Implement visibility range and dependencies.jfons2021-06-141-33/+33
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
* Implement occlusion cullingjfons2021-04-231-5/+18
* Removed _change_notifyreduz2021-02-101-1/+0
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-13/+0
* doc: Don't bind argument names with p_ prefixRémi Verschelde2021-02-041-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Implement automatic LOD (Level of Detail)reduz2020-12-181-0/+16
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-36/+0
* New lightmapperJuan Linietsky2020-05-101-29/+64
* Change non-existent World to World3Dqarmin2020-04-181-2/+2
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-0/+75
* Renaming of servers for coherency.Juan Linietsky2020-03-271-23/+23
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-0/+335