Commit Graph

17 Commits (master)

Author SHA1 Message Date
Wenzel Jakob 3409ec15d1 fixed parsing of Python version for Anaconda 2017-07-28 23:10:07 +02:00
Wenzel Jakob d444f7809f disable core dumps in setpath.sh 2014-06-04 18:08:38 +02:00
Wenzel Jakob df12c58e77 minor improvements to libpython and setpath.sh 2013-11-25 01:12:44 +01:00
Wenzel Jakob f743c1a606 setpath.sh: added a feature to request a certain python plugin version 2013-11-21 09:55:59 +01:00
Wenzel Jakob 5a2b0105ad setpath.sh: don't print a warning message on ZSH if Mitsuba has not been built yet 2013-02-21 23:53:39 -05:00
Wenzel Jakob 75cf06e8b2 fixing 2-stage MLT, part 2 2012-10-25 02:25:28 -04:00
Wenzel Jakob 36d762db0a improved setpath.sh script so that it also works with ZSH on OSX 2012-10-20 17:11:14 -04:00
Wenzel Jakob f041cd58eb fixed setpath.sh (ZSH) so that it still works when called from another directory 2012-10-19 22:48:21 -04:00
Wenzel Jakob 7bd2d3ecae improved setpath.sh script contributed by Sean Bell 2012-10-06 23:14:33 -04:00
Wenzel Jakob 35da602d4e The epic 0.4.0 merge of the bidirectional branch -- sorry not to do this in smaller batches, but doing so would have been an incredible amount of work. A through description of the changes will be made available on the blog this week. 2012-09-27 12:43:51 -04:00
Wenzel Jakob 642892c7e3 oops, accidently committed the Hydra setpath.sh script 2011-11-19 23:11:37 -05:00
Wenzel Jakob 93214e4cc2 bugfix for the build scripts when Qt is inactive 2011-11-17 14:41:54 -05:00
Wenzel Jakob 740b5b5651 MS projects have moved 2011-06-01 02:20:53 +02: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 37d06c5623 instancing works 2010-11-12 11:03:43 +01:00
Wenzel Jakob 37a5def9b4 fixed ray epsilon issue found by Michael Holroyd 2010-08-26 15:35:57 +02:00
Wenzel Jakob 08b1861c4d Initial import of Mitsuba version 0.1.1
Unfortunately, no history for the existing files could be imported from
the previous SVN repository (it is mixed with as-of-yet unpublished research).
2010-08-09 19:38:37 +02:00