paysages3d/TODO

30 lines
1.2 KiB
Plaintext
Raw 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.
- 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.
- Fix potential holes in land rendering (OpenGL and software).
2015-09-13 20:38:44 +00:00
- Fix polygon culling near the camera in low-res renders (automatic tessellation ?).
2015-09-14 23:26:05 +00:00
- Fix OpenGL water renderer sometimes not initializing correctly (value error in OpenGL).
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.