index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
3d
/
visual_instance_3d.cpp
Age
Commit message (
Expand
)
Author
2023-01-20
Sort decals and lights based on camera origin
clayjohn
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-29
Add safety-checks before some servers `free()`
Adam Scott
2022-12-23
Merge pull request #69998 from BastiaanOlij/sorting-pivot-4
Rémi Verschelde
2022-12-23
Added options for sorting transparent objects (port of PR 63040)
Bastiaan Olij
2022-12-17
Merge pull request #70114 from clayjohn/custom-aabb
Rémi Verschelde
2022-12-15
Expose GeometryInstance3D.custom_aabb property
clayjohn
2022-12-15
Fix the update of the inspector when instance shader uniform has changed
Yuri Rubinsky
2022-11-09
Some fixes for instance shader parameters
Yuri Rubinsky
2022-11-03
Fix typo in method of visual_instance_3d
Patrick Siemsen
2022-10-31
Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't
Rémi Verschelde
2022-10-19
Simplify GDVIRTUAL_CALL calls
kobewi
2022-10-18
Remove the global space `get_transformed_aabb` helper method
Aaron Franke
2022-09-19
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-01
Rename `uniform` to `parameter` across the engine
Yuri Rubinsky
2022-08-04
Rename shader parameter uniform setter/getter methods for consistency
Hugo Locurcio
2022-07-27
Tweak Decal distance fade defaults and add property hints
Hugo Locurcio
2022-06-23
Use the Static global illumination mode in GeometryInstance3D by default
Hugo Locurcio
2022-06-11
Add suffixes to all nodes and resources
FireForge
2022-05-26
Fix errors when materials attached to 3d object are not freed
Yuri Rubinsky
2022-05-19
Use suffixes for units in nodes and resources
Aaron Franke
2022-03-28
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-10
Discern between virtual and abstract class bindings
reduz
2022-02-15
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-01-20
Merge pull request #55360 from Calinou/rename-bake-mode-properties
Rémi Verschelde
2022-01-05
Added material_overlay property to MeshInstance3D
Fernando Cosentino
2022-01-04
Merge pull request #55370 from Calinou/geometryinstance3d-lod-fade-node-confi...
JFonS
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-14
Rename and reorder bake mode properties for consistency
Hugo Locurcio
2021-11-26
Emit node configuration warnings for GeometryInstance3D distance fade
Hugo Locurcio
2021-10-25
Implement distance fade and transparency
JFonS
2021-08-13
Merge pull request #51607 from aaronfranke/includes
Rémi Verschelde
2021-08-13
Fix some unnecessary includes
Aaron Franke
2021-08-12
Use the Unicode multiplication symbol where relevant
Hugo Locurcio
2021-08-12
Uniformize layer names, script methods and documentation
PouleyKetchoupp
2021-07-28
Add node configuration warning for GeometryInstance3D distance
Hugo Locurcio
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-07
Merge pull request #50193 from reduz/fix-command-queue-crash
Rémi Verschelde
2021-07-07
Fix Command Queue Crash
reduz
2021-07-04
Allow using ORMMaterial3D by using BaseMaterial3D as a resource hint
Hugo Locurcio
2021-07-01
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Aaron Franke
2021-06-14
Implement visibility range and dependencies.
jfons
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-04-23
Implement occlusion culling
jfons
2021-02-10
Removed _change_notify
reduz
2021-02-07
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-02-04
doc: Don't bind argument names with p_ prefix
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-18
Implement automatic LOD (Level of Detail)
reduz
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
[next]