paysages : Small bug fixes.
git-svn-id: https://subversion.assembla.com/svn/thunderk/paysages@260 b1fd45b6-86a6-48da-8261-f70d1f35bdcc
This commit is contained in:
parent
8657714d9d
commit
85abc44b56
2 changed files with 3 additions and 2 deletions
2
TODO
2
TODO
|
@ -1,5 +1,3 @@
|
||||||
- Camera looses its orientation when changing render quality.
|
|
||||||
- Choosing New in Scene menu makes the daytime at 0.0.
|
|
||||||
- All noises should use the same entropy pool (saved separately), and avoid reallocs.
|
- All noises should use the same entropy pool (saved separately), and avoid reallocs.
|
||||||
- Implement light multi-sampling (mainly for skydome).
|
- Implement light multi-sampling (mainly for skydome).
|
||||||
- Implement scaling and scrolling on previews.
|
- Implement scaling and scrolling on previews.
|
||||||
|
|
|
@ -104,6 +104,7 @@ void MainWindow::refreshAll()
|
||||||
void MainWindow::fileNew()
|
void MainWindow::fileNew()
|
||||||
{
|
{
|
||||||
autoGenRealisticLandscape(0);
|
autoGenRealisticLandscape(0);
|
||||||
|
autoSetDaytime(8, 30);
|
||||||
refreshAll();
|
refreshAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -146,4 +147,6 @@ void MainWindow::explore3D()
|
||||||
scenerySetCamera(&camera);
|
scenerySetCamera(&camera);
|
||||||
|
|
||||||
delete dialog;
|
delete dialog;
|
||||||
|
|
||||||
|
refreshAll();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue