Ybalrid / Annwvyn

Annwvyn C++ Open Source designed-for-VR game engine and application developement framework
MIT License
41 stars 7 forks source link

[OGRE21] SceneryManager needs to permit to change parameters of HDR rendering #94

Closed Ybalrid closed 7 years ago

Ybalrid commented 7 years ago

There's new things to cake care of with the HDR pipeline :

test_2017-02-23_01-14-17

So, in short, we have to do :

Ybalrid commented 7 years ago

Currently, the AnnSceneryManager can set the exposure and the sky color. There's still the bloom threshold and the ambiant lighting to use.

I still don't know what I'm going to do about Ambiant Oclusion and/or Global Illumination.

Ybalrid commented 7 years ago

Added bloom

Ybalrid commented 7 years ago

I'm not sure about what to do concerning AO/GI ans other listing tricks. I have to study the ssao sample from Ogre to get an idea on how it works.

Ybalrid commented 7 years ago

We will not do AO for now, will close soon.