PearRay
PearRay copied to clipboard
[Onhold] Experimental high accurate spectral path and ray tracer.
Allow advanced sensors despite standard cameras and many other features: **Sensor** - [ ] Batched ray generation - [ ] Batched incident radiance handling - [ ] Various sampler handling...
Allow multiple output devices - [ ] Add network based output device, next to the simple image one - [x] Add network based viewer - [x] Add network remote control...
Add simple daylight simulation based features - [x] Sky Models (ArHosek) - [x] Sky Models (CIE/Perez) - [x] Sun Models - [ ] False color visualization - [ ] DGP...
Our hero wavelength approach has a bias which lets the whitefurnance test or an empty scene with D65 environment illuminant return a value close to 0.9 instead of 1. This...
The change of the wavelength when a refraction occurs is not taken care of when intersecting with another surface, while being inside the diffracted domain. This is not visible on...
Need rework of project (.prc) files - [ ] Allow binary files using the powerful internal serialization component - [ ] Compile text based project files to binary and maybe...
Add the L-System based Hilbert Curve as a tiling mechanism like Morten Code and Spiral. Just for fun. No benefit like in the case of the Morten Code (e.g. locality)...
Add statistical information (like triangle, quad count) for the complete scene!
Add simple interactive preview raytracer for first impression on material and data. Keep complex specular and diffuse interaction at minimum. (e.g. only ~4 specular and ~1 diffuse bounce) -- Requires...
A huge improvement would be to use ray differentials. The broad structure is already there, but no functions to calculate and use this feature.