Wenzel Jakob
debd09e75f
automatic multiprocessor builds, fix compilation when COLLADA is missing
2010-09-05 17:09:06 +02:00
Wenzel Jakob
4e5a9af233
more uniform material parameter names -- ward
2010-09-03 15:47:54 +02:00
Wenzel Jakob
ff71d8f041
fixed title
2010-09-03 13:35:01 +02:00
Wenzel Jakob
0f1158c678
added copyright headers to all relevant source files
2010-09-02 23:41:20 +02:00
Wenzel Jakob
1c60e7368d
testcase support -- see 'test_samplers.cpp' for an example
2010-09-02 17:57:04 +02:00
Wenzel Jakob
575beeb792
allow changing the navigation mode
2010-09-02 02:21:02 +02:00
Wenzel Jakob
2f6e02abf3
more natural stop/preview button behavior
2010-09-02 01:31:52 +02:00
Wenzel Jakob
96bc8e0422
brought the OSX preview settings dialog up to date
2010-09-01 23:39:55 +02:00
Wenzel Jakob
2527bb0dec
area light source bugfix, return to preview button
2010-08-31 21:17:15 +02:00
Wenzel Jakob
e2b860610c
matrix support
2010-08-31 03:35:45 +02:00
Wenzel Jakob
02c47237a7
vast collada importer improvements, incomplete bmp loading support
2010-08-31 00:23:34 +02:00
Wenzel Jakob
715a854199
merged with main branch
2010-08-30 21:41:35 +02:00
Wenzel Jakob
369e5db618
ZAE support
2010-08-30 20:12:23 +02:00
Wenzel Jakob
73f5f5fc4b
added mersenne twister to acknowledgments
2010-08-30 10:24:19 +02:00
Wenzel Jakob
622dfa78f7
some bugfixes, nicer importer XML output
2010-08-30 08:49:01 +02:00
Wenzel Jakob
c296248190
preview: allow forcing diffuse sources/receivers -- the latter is not done yet
2010-08-28 22:10:05 +02:00
Wenzel Jakob
e191ea43c9
fix problems with the server not binding to the correct interface
2010-08-27 20:21:08 +02:00
Wenzel Jakob
723e8d951f
fixed obj serialization issues
2010-08-27 15:33:22 +02:00
Wenzel Jakob
e5dbed44e6
fix ugly buttons on OSX
2010-08-27 10:08:01 +02:00
Wenzel Jakob
1d2dfda4c8
import scenes in a separate thread
2010-08-27 09:45:33 +02:00
Wenzel Jakob
f231d57b7a
prevent radioactive phong materials
2010-08-27 01:37:20 +02:00
Wenzel Jakob
eaf8ba36cb
allow making VPLs diffuse for faster preview convergence
2010-08-27 01:22:48 +02:00
Wenzel Jakob
271d1bbded
better tooltips for the preview settings
2010-08-26 23:32:37 +02:00
Wenzel Jakob
ebbd817a52
some some visual feedback that the scene is being imported
2010-08-26 19:56:36 +02:00
Wenzel Jakob
378833cefd
mtsimport crash bugfix
2010-08-24 11:19:13 +02:00
Wenzel Jakob
d18c16c52f
rearranged importer to handle OBJ in addition to COLLADA
2010-08-19 19:49:53 +02:00
Wenzel Jakob
5745233216
merged with main branch
2010-08-19 09:15:03 +02:00
Wenzel Jakob
5e11d26c4e
load the initial scenes _after_ workers have been created
2010-08-18 23:51:44 +02:00
Wenzel Jakob
a1fbdddc50
fixed interactive navigation in left-handed coordinate systems
2010-08-18 18:02:11 +02:00
Wenzel Jakob
9fed7118bf
better obj parsing & gui scene saving support
...
- do a better job at parsing OBJs with multiple objects
- correctly save XML scenes when there is no integrator or sampler
2010-08-18 17:28:27 +02:00
Wenzel Jakob
e1054035a3
fixed a regression on win32, added a note about installing SCons on windows.
2010-08-18 13:17:01 +02:00
Wenzel Jakob
f7dfa9d135
switch to the software fallback when an exception occurs on the preview rendering thread
2010-08-18 07:39:19 +02:00
Wenzel Jakob
8d6855addd
import dialog: disable the OK button by default
2010-08-18 00:28:54 +02:00
Wenzel Jakob
49c3f109d4
GUI software fallback for less capable hardware
2010-08-17 23:04:02 +02:00
Wenzel Jakob
8a7f92e704
Switch to Xerces-C++ 3, part 2, Starting to work on mtsutil program
2010-08-16 14:11:08 +02:00
Wenzel Jakob
5de2156943
collada import: prompt for missing files
2010-08-13 21:36:57 +02:00
Wenzel Jakob
63bb06d7c2
better importer GUI integration
2010-08-13 21:09:48 +02:00
Wenzel Jakob
6895a556ec
locale bugfix
2010-08-13 17:16:42 +02:00
Wenzel Jakob
f0a2e2436e
dielectric now puts equal weight on both components, locale fixes, many importer improvements
2010-08-13 17:03:49 +02:00
Wenzel Jakob
fa1789be6d
portal luminaire, support for adjustments when importing from COLLADA, bugfixes
2010-08-13 14:53:52 +02:00
Wenzel Jakob
0953ceaba3
better COLLADA import from Blender, improvements to the import dialog
2010-08-12 20:01:08 +02:00
Wenzel Jakob
845ca566ec
initial import GUI
2010-08-12 14:36:51 +02:00
Wenzel Jakob
1488e1b437
small tweaks to make everything build on win32 again.
2010-08-10 04:35:59 -07:00
Wenzel Jakob
d95113d02f
qtgui: try to maintain the number of samples/pixel when switching between different samplers.
2010-08-10 02:56:47 +02:00
Wenzel Jakob
be412e8313
Accumulated changes since the v.0.1.1. release
...
* constant.cpp, src/libhw/vpl.cpp: Support for image environment
sources and spot lights in the real-time preview.
* mitsuba.cpp: Ability to run the 'mitsuba' execubable in arbitrary
locations on OSX while ensuring that it still finds all plugins etc.
* mtsimport: COLLADA importer support for ambient lights and 'polylist' meshes.
* scene.cpp: Create a default camera when none is specified in the XML file.
* constant.cpp, src/libhw/vpl.cpp: Support for rendering constant environment
sources in the real-time preview.
* glwidget.cpp, mainwindow.cpp: Support for Drag & Drop
* glwidget.cpp, mainwindow.cpp: The Mitsuba user interface now also
doubles as an EXR viewer / tonemapper. Drag an EXR file onto the
UI or open it using the File menu, and the image opens in a new
tab. Afterwards, it is possible to export the image as a tonemapped
8-bit PNG image.
2010-08-10 02:34:58 +02:00
Wenzel Jakob
bdde49c24a
cleanups after the import, added .hgignore
2010-08-10 02:06:10 +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