@@ -3649,9 +3649,9 @@ void RenderingServer::init() {
36493649 GLOBAL_DEF_RST (PropertyInfo (Variant::INT, " rendering/reflections/sky_reflections/ggx_samples" , PROPERTY_HINT_RANGE, " 0,256,1" ), 32 );
36503650 GLOBAL_DEF (PropertyInfo (Variant::INT, " rendering/reflections/sky_reflections/ggx_samples.mobile" , PROPERTY_HINT_RANGE, " 0,128,1" ), 16 );
36513651 GLOBAL_DEF (" rendering/reflections/sky_reflections/fast_filter_high_quality" , false );
3652- GLOBAL_DEF_RST (PropertyInfo (Variant::INT, " rendering/reflections/reflection_atlas/reflection_size" , PROPERTY_HINT_RANGE, " 0 ,4096,1" ), 256 );
3653- GLOBAL_DEF (PropertyInfo (Variant::INT, " rendering/reflections/reflection_atlas/reflection_size.mobile" , PROPERTY_HINT_RANGE, " 0 ,2048,1" ), 128 );
3654- GLOBAL_DEF (PropertyInfo (Variant::INT, " rendering/reflections/reflection_atlas/reflection_count" , PROPERTY_HINT_RANGE, " 0 ,256,1" ), 64 );
3652+ GLOBAL_DEF_RST (PropertyInfo (Variant::INT, " rendering/reflections/reflection_atlas/reflection_size" , PROPERTY_HINT_RANGE, " 4 ,4096,1" ), 256 );
3653+ GLOBAL_DEF (PropertyInfo (Variant::INT, " rendering/reflections/reflection_atlas/reflection_size.mobile" , PROPERTY_HINT_RANGE, " 4 ,2048,1" ), 128 );
3654+ GLOBAL_DEF (PropertyInfo (Variant::INT, " rendering/reflections/reflection_atlas/reflection_count" , PROPERTY_HINT_RANGE, " 1 ,256,1" ), 64 );
36553655 GLOBAL_DEF_RST (" rendering/reflections/specular_occlusion/enabled" , true );
36563656
36573657 GLOBAL_DEF (" rendering/global_illumination/gi/use_half_resolution" , false );
0 commit comments