Eevee: Probe: Add Cubemap Resolution option.

This commit is contained in:
2017-10-10 21:56:11 +02:00
parent 31386afaa1
commit d46842108d
5 changed files with 40 additions and 17 deletions

View File

@@ -312,6 +312,7 @@ static void EEVEE_scene_layer_settings_create(RenderEngine *UNUSED(engine), IDPr
props->subtype == IDP_GROUP_SUB_ENGINE_RENDER);
BKE_collection_engine_property_add_int(props, "gi_diffuse_bounces", 3);
BKE_collection_engine_property_add_int(props, "gi_cubemap_resolution", 512);
BKE_collection_engine_property_add_int(props, "taa_samples", 8);