Features
Features are essentially what is marked with an "x" in the Roadmap. Please excuse me that I don't write a seperate feature list at the moment.
Features are essentially what is marked with an "x" in the Roadmap. Please excuse me that I don't write a seperate feature list at the moment.
== legend =====================================================================
x = implemented and usable via the SSDF-file / command line
o = implemented but not yet available for the end-user
== 0.1 ========================================================================
[x] 0.1
... [x] mkheightmap
== 0.2 ========================================================================
[ ] 0.2
... [ ] userspace scene scripting (ssdf)
....... [x] container types
........... [x] list
........... [x] bih implementation for triangles
....... [ ] objects
........... [x] heightslang-heightmap
........... [x] sphere
........... [ ] axis-aligned-plane
........... [o] axis-aligned-cube (see AABox.cc)
........... [x] heightfield
....... [ ] global
........... [x] sunsky
........... [x] yaw/pitch/roll camera
........... [ ] look-at camera
........... [ ] set field of view
....... [ ] materials
........... [x] lambertian (fully diffuse)
........... [x] specular (perfect mirror)
........... [ ] water
....... [ ] terrain texture stack (invoke Height-Slang?)
... [x] surface integrators
....... [x] whitted style
....... [x] path tracing
... [ ] films/sensors
....... [x] color
....... [x] first hit surface normal
....... [x] first hit distance
....... [x] camera ray direction
....... [ ] discard z=real_max pixels(effectively disabling sky in final image)
== 0.3 - (subject to change) ==================================================
[ ] 0.3
... [ ] userspace scene scripting (ssdf)
....... [ ] l-system plants
....... [ ] an acceleration structure for general object types
....... [ ] materials
........... [ ] ?
... [ ] surface integrators
....... [ ] whitted style-ex (try to approx. path tracer as good as possible)
........... [ ] ambient occlusion
........... [ ] soft shadows
........... [ ] diffuse skylight lookup
... [ ] explicit volume integrators
... [ ] explicit light sources
... [ ] post processing
... [ ] camera definition by invocation of mouse (click,click,render-cycle)
== 0.4 - (subject to change) ==================================================
[ ] 0.4
... [ ] userspace scene scripting (ssdf)
....... [ ] an embedded modeling language based on the C programming language
... [ ] plugins (in a language based on the C programming language)
....... [ ] material modelling
....... [ ] film modelling
....... [ ] modelling of intersectables
== x.y - (unscheduled, subject to change) =====================================
[ ] generalised cubemaps
... [o] colour
... [o] distance
... [o] normal
... [ ] refraction index
[ ] time
[ ] more atmosphere
... [ ] 2d clouds
... [ ] 3d clouds
... [ ] weather fx
... [ ] rain drops
[ ] fast rendering of grass
[ ] sub surface scattering
[ ] more cameras/films
[ ] animation
[ ] films/sensors
... [ ] transparent films
[ ] GUI