paysages3d/TODO

32 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2015-08-12 17:29:28 +00:00
Technlology Preview 2 :
- Rewrite UI in QtQuick, with full-window OpenGL editor.
- Streamline the definition system, with undo and events.
2015-12-31 00:29:59 +00:00
- Switch all noise generators to FractalNoise, and restore detail-based fractal levels.
- Implement copy-on-write on definitions (to avoid copying whole heightmaps for instance).
2015-08-12 17:29:28 +00:00
- Add clouds to OpenGL with 3d textures.
- Refactor medium traversal to unify clouds, atmosphere and god rays.
2015-08-12 17:29:28 +00:00
- Fix potential holes in land rendering (OpenGL and software).
2015-12-07 22:32:55 +00:00
- Fix sun size not being consistent between opengl and software.
- Remove Qt dependency in OpenGL renderer, except for OpenGLFunctions.
2015-08-12 17:29:28 +00:00
Technology Preview 3 :
- Alter aerial perspective using estimation of the amount of light left after cloud layers traversal.
2015-08-12 17:29:28 +00:00
- Fix rendering when inside a cloud layer, with other upper or lower layers.
- Fix the moon being backlit by its own light.
- Clouds should keep distance to ground.
- Allow render saving in HDR compatible format.
- Add fresnel effect to specular lighting.
2013-12-31 15:06:20 +00:00
- Add shadow control ("minimum lighting") to material.
- Start using OpenCL to optimize rendering.
Technology Preview 4 :
- Implement Sub Surface Scattering for water, textures and clouds.
- Implement earth curvature.
- Use bicubic interpolation for antialiasing.
2015-08-12 17:29:28 +00:00
- Add translations.
- Find a new licence.
Release Candidate :
- Polish all features and UI.
- More translations.