mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Addition of SDFGI for open world global illumination
Move GI to a deferred pass
This commit is contained in:
parent
b92477d77e
commit
201d606b3d
53 changed files with 8966 additions and 1033 deletions
|
@ -222,6 +222,10 @@ bool RenderingServerRaster::has_feature(Features p_feature) const {
|
|||
return false;
|
||||
}
|
||||
|
||||
void RenderingServerRaster::sdfgi_set_debug_probe_select(const Vector3 &p_position, const Vector3 &p_dir) {
|
||||
RSG::scene_render->sdfgi_set_debug_probe_select(p_position, p_dir);
|
||||
}
|
||||
|
||||
RID RenderingServerRaster::get_test_cube() {
|
||||
if (!test_cube.is_valid()) {
|
||||
test_cube = _make_test_cube();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue