summaryrefslogtreecommitdiffstats
path: root/scene/3d/visual_instance_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-3/+45
|\
| * Allow more flexible adjustments of VisualInstance3D Lightmap ScaleHugo Locurcio2024-11-141-3/+45
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-3/+75
* Cleanup unused/underused singleton StringNameskobewi2024-05-141-2/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-4/+4
* Merge pull request #87231 from Calinou/geometryinstance3d-transparency-warn-m...Rémi Verschelde2024-05-041-0/+9
|\
| * Show warning for GeometryInstance3D transparency in Mobile/CompatibilityHugo Locurcio2024-01-151-0/+9
* | Add Gizmo to display 3D custom AABBBogdan Inculet2024-04-191-0/+1
* | Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* | Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
|/
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* Remove GI methods in parentheses from light baking optionsDavid Snopek2023-11-221-1/+1
* Fill remaining global scope constant descriptionskobewi2023-11-131-2/+2
* Sort decals and lights based on camera originclayjohn2023-01-201-0/+12
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
* Merge pull request #69998 from BastiaanOlij/sorting-pivot-4Rémi Verschelde2022-12-231-0/+26
|\
| * Added options for sorting transparent objects (port of PR 63040)Bastiaan Olij2022-12-231-0/+26
* | Merge pull request #70114 from clayjohn/custom-aabbRémi Verschelde2022-12-171-2/+12
|\ \
| * | Expose GeometryInstance3D.custom_aabb propertyclayjohn2022-12-151-2/+12
| |/
* / Fix the update of the inspector when instance shader uniform has changedYuri Rubinsky2022-12-151-0/+7
|/
* Some fixes for instance shader parametersYuri Rubinsky2022-11-091-15/+15
* Fix typo in method of visual_instance_3dPatrick Siemsen2022-11-031-2/+2
* Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don'tRémi Verschelde2022-10-311-4/+2
|\
| * Simplify GDVIRTUAL_CALL callskobewi2022-10-191-4/+2
* | Remove the global space `get_transformed_aabb` helper methodAaron Franke2022-10-181-6/+0
|/
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-14/+14
* 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