Michaël Lemaire
1e922ccbce
git-svn-id: https://subversion.assembla.com/svn/thunderk/paysages@235 b1fd45b6-86a6-48da-8261-f70d1f35bdcc
6 lines
438 B
Text
6 lines
438 B
Text
- Refactor fog in a new 'atmosphere' module.
|
|
- Make multi-lights work, to restore lighting from skydome.
|
|
- In GUI, revertConfig should lock the previews while reverting.
|
|
- All Save and Load methods should have same signature : void ...Save(FILE*, ...*)
|
|
- All noises should use the same entropy pool (saved separately), and avoid reallocs.
|
|
- Remove all global variables (render_quality, render_width...), it should all be set in Renderer.
|