mitsuba/src/qtgui
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
..
resources Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
aboutdlg.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
aboutdlg.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
aboutdlg.ui Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
acknowledgmentdlg.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
acknowledgmentdlg.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
acknowledgmentdlg.ui Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
addserverdlg.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
addserverdlg.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
addserverdlg.ui Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
common.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
glwidget.cpp Accumulated changes since the v.0.1.1. release 2010-08-10 02:34:58 +02:00
glwidget.h Accumulated changes since the v.0.1.1. release 2010-08-10 02:34:58 +02:00
logwidget.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
logwidget.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
main.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
mainwindow.cpp Accumulated changes since the v.0.1.1. release 2010-08-10 02:34:58 +02:00
mainwindow.h Accumulated changes since the v.0.1.1. release 2010-08-10 02:34:58 +02:00
mainwindow.ui Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
navdlg.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
navdlg.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
navdlg.ui Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
preview.cpp Accumulated changes since the v.0.1.1. release 2010-08-10 02:34:58 +02:00
preview.h Accumulated changes since the v.0.1.1. release 2010-08-10 02:34:58 +02:00
preview_proc.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
preview_proc.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
previewsettingsdlg.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
previewsettingsdlg.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
previewsettingsdlg.ui Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
previewsettingsdlg_cocoa.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
previewsettingsdlg_cocoa.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
previewsettingsdlg_cocoa_impl.mm Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
programsettingsdlg.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
programsettingsdlg.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
programsettingsdlg.ui Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
rendersettingsdlg.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
rendersettingsdlg.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
rendersettingsdlg.ui Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
resources.qrc Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
save.cpp Accumulated changes since the v.0.1.1. release 2010-08-10 02:34:58 +02:00
save.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
sceneloader.cpp Accumulated changes since the v.0.1.1. release 2010-08-10 02:34:58 +02:00
sceneloader.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
server.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
server.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
tabbar.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
tabbar.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
xmltreemodel.cpp Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00
xmltreemodel.h Initial import of Mitsuba version 0.1.1 2010-08-09 19:38:37 +02:00