mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 15:55:39 +00:00
Added propagated multibake mode.
Temporarily disabled Precapture post effect.
This commit is contained in:
parent
b89e189047
commit
a25f188200
4 changed files with 24 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue