summaryrefslogtreecommitdiffstats
path: root/scene/3d/visual_instance_3d.h
Commit message (Expand)AuthorAgeFilesLines
* Allow more flexible adjustments of VisualInstance3D Lightmap ScaleHugo Locurcio2024-11-141-3/+8
* Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-0/+3
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-1/+1
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-1/+1
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* Sort decals and lights based on camera originclayjohn2023-01-201-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #69998 from BastiaanOlij/sorting-pivot-4Rémi Verschelde2022-12-231-0/+8
|\
| * Added options for sorting transparent objects (port of PR 63040)Bastiaan Olij2022-12-231-0/+8
* | Expose GeometryInstance3D.custom_aabb propertyclayjohn2022-12-151-1/+3
|/
* Some fixes for instance shader parametersYuri Rubinsky2022-11-091-4/+2
* Fix typo in method of visual_instance_3dPatrick Siemsen2022-11-031-1/+1
* Remove the global space `get_transformed_aabb` helper methodAaron Franke2022-10-181-2/+0
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-1/+1
* Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-2/+2
* Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio2022-08-041-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Use the Static global illumination mode in GeometryInstance3D by defaultHugo Locurcio2022-06-231-1/+1
* Fix errors when materials attached to 3d object are not freedYuri Rubinsky2022-05-261-0/+1
* Object: Remove unused category boilerplateRémi Verschelde2022-03-261-1/+0
* Discern between virtual and abstract class bindingsreduz2022-03-101-2/+2
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-1/+0
* Merge pull request #55360 from Calinou/rename-bake-mode-propertiesRémi Verschelde2022-01-201-1/+1
|\
| * Rename and reorder bake mode properties for consistencyHugo Locurcio2021-12-141-1/+1
* | Added material_overlay property to MeshInstance3DFernando Cosentino2022-01-051-0/+4
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Implement distance fade and transparencyJFonS2021-10-251-3/+14
* Fix some unnecessary includesAaron Franke2021-08-131-3/+0
* Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-121-2/+2
* Add node configuration warning for GeometryInstance3D distanceHugo Locurcio2021-07-281-0/+1
* Implement visibility range and dependencies.jfons2021-06-141-12/+18
* Implement occlusion cullingjfons2021-04-231-0/+4
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-10/+10
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Implement automatic LOD (Level of Detail)reduz2020-12-181-0/+5
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* New lightmapperJuan Linietsky2020-05-101-12/+24
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-0/+12
* Renaming of servers for coherency.Juan Linietsky2020-03-271-8/+8
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-0/+150