feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -129,9 +129,6 @@ void Occluder3D::_notification(int p_what) {
|
|||
}
|
||||
}
|
||||
|
||||
void Occluder3D::_bind_methods() {
|
||||
}
|
||||
|
||||
Occluder3D::Occluder3D() {
|
||||
occluder = RS::get_singleton()->occluder_create();
|
||||
}
|
||||
|
|
@ -694,7 +691,7 @@ OccluderInstance3D::BakeError OccluderInstance3D::bake_scene(Node *p_from_node,
|
|||
}
|
||||
|
||||
PackedStringArray OccluderInstance3D::get_configuration_warnings() const {
|
||||
PackedStringArray warnings = Node::get_configuration_warnings();
|
||||
PackedStringArray warnings = VisualInstance3D::get_configuration_warnings();
|
||||
|
||||
if (!bool(GLOBAL_GET("rendering/occlusion_culling/use_occlusion_culling"))) {
|
||||
warnings.push_back(RTR("Occlusion culling is disabled in the Project Settings, which means occlusion culling won't be performed in the root viewport.\nTo resolve this, open the Project Settings and enable Rendering > Occlusion Culling > Use Occlusion Culling."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue