Added propagated multibake mode.

Temporarily disabled Precapture post effect.
This commit is contained in:
Areloch 2018-10-27 02:21:46 -05:00
parent b89e189047
commit a25f188200
4 changed files with 24 additions and 12 deletions

View file

@ -240,7 +240,7 @@ public:
//Baking
String getPrefilterMapPath();
String getIrradianceMapPath();
void bake(String outputPath, S32 resolution);
void bake(String outputPath, S32 resolution, bool renderWithProbes = false);
};
typedef ProbeRenderInst::ProbeShapeType ReflectProbeType;