TODO
author Radek Brich <radek.brich@devl.cz>
Tue, 26 Jul 2016 17:41:36 +0200
branchpyrit
changeset 103 3b3257a410fe
parent 98 64638385798a
permissions -rw-r--r--
Updated to compile: - KdTree+Octree: max_depth changed to static const (this should be configured at compile time) - wget tool replaced by curl, which is now more widespread - added CMakeLists (to eventually replace SCons) - various fixes

Bugs
====
 * Mingw + SSE does not work

Future Plans
============
 * UV texturing
 * PlanarMap should allow to choose normal axis
 * Container should implement Shape interface to allow building hierarchies
 * Container should allow local space transformations
 * stochastic oversampling
 * absorbtion of refracted rays in dense materials (can be computed using shape distance and some 'absorbance' constant)
 * put everything into a namespace