- fix some postprocess bugs
This commit is contained in:
parent
ba09af7cbb
commit
8eb825e25a
3 changed files with 4 additions and 4 deletions
|
|
@ -15,6 +15,7 @@ Postprocess::Postprocess()
|
|||
Managers.Push(new PPCameraExposure());
|
||||
Managers.Push(new PPColormap());
|
||||
Managers.Push(new PPTonemap());
|
||||
Managers.Push(new PPAmbientOcclusion());
|
||||
}
|
||||
|
||||
Postprocess::~Postprocess()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue