mitsuba/data
Wenzel Jakob 48ae1f3eae A batch of changes that have piled up:
- Cleaner build system organization (1 SConscript file per directory instead
  of a single huge file)
- Robustness improvements to the KD-tree construction code (now does a better
  job at handling degenerate triangles)
- Switched to an epsilon-free KD-tree traversal loop using Havran's T_{AB}^rec
  algorithm
- Generalization of the KD-tree construction code (now supports plugging in
  arbitrary tree construction heuristics)
- Addition of some utility code (LRU cache, adaptive Gauss-Lobatto
  quadrature, etc.)
- Generic dense matrix class that supports arbitrary dimensions
- Pixel traversal within image blocks now uses a space-filling curve
  ordering
- Added support for several noise functions from PBRT
- Cleanups of various top-level interfaces (Luminaires, Phase functions,
  BSDFs, Participating media, etc.)
- Robustness improvements to the participating media code (faster + now
  does a better job at dielectric boundaries)
- Added a basic tonemapping utility (can be invoked via mtsutil)
2011-02-03 09:15:25 +01:00
..
blender/mitsuba bigger scale in memString() 2011-01-12 04:44:47 +01:00
darwin split 'tools' directory into 'data' and 'dependencies' 2010-11-20 10:03:10 -08:00
ec2 A batch of changes that have piled up: 2011-02-03 09:15:25 +01:00
linux A batch of changes that have piled up: 2011-02-03 09:15:25 +01:00
plugin-starter-kit split 'tools' directory into 'data' and 'dependencies' 2010-11-20 10:03:10 -08:00
tests split 'tools' directory into 'data' and 'dependencies' 2010-11-20 10:03:10 -08:00
windows merged with the build system rearrangement branch 2010-11-21 01:53:24 +01:00
qt4.py A batch of changes that have piled up: 2011-02-03 09:15:25 +01:00