Commit Graph

223 Commits (093050f755f08956d93cceeb443e616494cbbdfb)

Author SHA1 Message Date
Wenzel Jakob be4cba85bb plugin reliability improvements 2011-03-31 22:23:05 +02:00
Wenzel Jakob c9cb0dc56f updates 2011-03-31 01:42:19 +02:00
Wenzel Jakob 3e316e6efd instancing support in the realtine preview 2011-03-31 00:44:20 +02:00
Wenzel Jakob 77bcff3550 better medium integration + a two-sided BRDF adapter 2011-03-29 23:47:20 +02:00
Wenzel Jakob cd6d3f8a65 initial medium support 2011-03-29 00:58:31 +02:00
Wenzel Jakob dd8c361b9e preview works again, significant performance improvements 2011-03-29 00:26:56 +02:00
Wenzel Jakob 5560e70033 medium-related bugfixes 2011-03-28 22:05:55 +02:00
Wenzel Jakob 6ac68886b1 plugin bugfixes 2011-03-28 01:52:00 +02:00
Wenzel Jakob 1df8255a30 rotation gizmo, work on the blender plugin 2011-03-26 01:39:38 +01:00
Wenzel Jakob e2f25f98d1 parallel builds 2011-03-01 15:03:37 +01:00
Wenzel Jakob c008800ab6 better MSVC++ integration 2011-02-16 16:30:05 +01:00
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
Wenzel Jakob a87d3107da bigger scale in memString() 2011-01-12 04:44:47 +01:00
Wenzel Jakob eb7a6ff5ea support for -bidir libraries 2011-01-09 20:52:19 +01:00
Wenzel Jakob 67ab96cba8 significant improvements to the rough glass sampling code 2010-12-02 01:10:43 +01:00
Wenzel Jakob 80c0f932b3 MtsBlend: bugfix to support area light export 2010-11-25 14:36:28 +01:00
Wenzel Jakob 94e1d825b7 miscellaneous bugfixes and improvements 2010-11-23 23:01:47 +01:00
Wenzel Jakob bcda3f4b43 changelog updates 2010-11-23 02:09:22 +01:00
Wenzel Jakob 804c7ca718 the importer now produces much more readable XML output 2010-11-22 08:29:55 +01:00
Wenzel Jakob a7fba35ef0 serious bugfix to the material exporter 2010-11-21 12:53:03 +01:00
Wenzel Jakob d631da2187 miscellaneous bugfixes 2010-11-21 02:50:15 +01:00
Wenzel Jakob 221e063330 merged with the build system rearrangement branch 2010-11-21 01:53:24 +01:00
Wenzel Jakob ea650dc287 split 'tools' directory into 'data' and 'dependencies' 2010-11-20 10:03:10 -08:00