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
/
reflection_probe.h
Age
Commit message (
Expand
)
Author
2023-02-26
Add warnings for unsupported features in mobile and gl_compatibility backends
clayjohn
2023-01-31
Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...
Marius Hanl
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-08-22
Make `_validate_property` a multilevel method
Yuri Sizov
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-03-10
Discern between virtual and abstract class bindings
reduz
2022-01-04
Merge pull request #56305 from Calinou/rename-lod-threshold
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-29
Rename Lod Threshold to Mesh Lod Threshold
Hugo Locurcio
2021-08-13
Fix some unnecessary includes
Aaron Franke
2021-06-27
Increase the default ReflectionProbe extents to Vector3(10, 10, 10)
Hugo Locurcio
2021-02-07
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-18
Implement automatic LOD (Level of Detail)
reduz
2020-07-10
Add override keywords.
Marcel Admiraal
2020-06-26
Addition of SDFGI for open world global illumination
Juan Linietsky
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-02-12
Scene: Ensure classes match their header filename
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-17
Rename Rect3 to AABB.
Ferenc Arn
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-01-11
Type renames:
Juan Linietsky
2017-01-07
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-02
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2016-11-19
working reflection probes!!
Juan Linietsky