Version 0.1.3

metadata
Wenzel Jakob 2010-09-08 09:56:07 +02:00
parent c6c261e724
commit cde6d7d462
2 changed files with 13 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#include <string.h>
#include <limits>
#define MTS_VERSION "0.1.2"
#define MTS_VERSION "0.1.3"
#define MTS_YEAR "2010"
#define MTS_DEFAULT_PORT 7554

View File

@ -1,3 +1,15 @@
mitsuba (0.1.3-1) unstable; urgency=low
This is mainly a bugfix release to address a serious regression in the
material system. Other notable changes are:
* Imported scenes now store relative paths
* OBJ importing works on Windows
* Realtime preview (OpenGL + RTRT) fixed for point sources
* The anisotropic Ward BRDF is now supported in the preview
* Faster texture loading
* The renderer now has a testcase framework similar to JUnit
mitsuba (0.1.2-1) unstable; urgency=low
* Numerous bugfixes