Tobias Rittig
57b1d117c1
#Fix missing default value in "field" integrator ( #66 )
2018-07-12 16:40:49 +02:00
Girish Ramesh
1fd0f671df
Fixed partial derivative NaN error for hair ( #60 )
2018-05-02 15:00:42 +02:00
Qingnan Zhou
25e110c999
Minor ply parsing bug fix. ( #57 )
...
* Minor ply parsing bug fix.
* Linux compilation fix.
2018-01-01 14:19:38 +01:00
L. E. Segovia
463e09207b
Miscellaneous compilation fixes for Linux ( #36 )
...
* Remove a lingering prctl call
Fixes #34
* Fix COLLADA DOM library name
* Merge calls in Linux and MacOS
2017-10-09 01:34:29 +02:00
L. E. Segovia
9110048040
Fixes for Mitsuba PDF manual ( #28 )
...
* Changed bibliography package to biblatex (ACM bibtex is no longer
supported)
* Added the missing bumpy sphere image + the relevant Holzschuch cite
* Fixed a plugin ref in normalmap
* PDF requires two more runs of pdflatex after bibtex
* The missing Stanford bunny image was removed (I couldn't get the
material to work)
2017-10-07 19:19:19 +02:00
Lin Hsu
77d0885f85
src/librender/sensor.cpp, pdfTime(), check of validity of ray.time ( #12 )
2017-09-06 14:46:17 +02:00
Wenzel Jakob
04eb2d506e
fix PLY parser issue after transition to C++11
2017-09-05 22:15:10 +02:00
Wenzel Jakob
6b68f4df03
fixed compilation on msvc 2017
2017-07-30 11:15:10 -07:00
Wenzel Jakob
6d7d66175c
compatibility with high-DPI displays
2017-07-29 02:17:36 +02:00
Wenzel Jakob
90f75a19cb
tabs -> spaces, added check-style.sh script
2017-07-29 01:07:33 +02:00
Wenzel Jakob
afd3a1ccf0
ported mtsgui to Qt 5.9
2017-07-28 23:37:21 +02:00
Wenzel Jakob
1de9467f7c
fix symbol visibility in Boost.Python module
2017-07-28 23:10:09 +02:00
Wenzel Jakob
f67824a2bf
fixed type inconsistency in irawan.h
2017-07-28 23:10:08 +02:00
Wenzel Jakob
c510050e0b
made PLY parser C++11-compatible
2017-07-28 23:10:08 +02:00
Wenzel Jakob
8410dc1bb1
removed legacy cmake build system
...
The CMake build system has not been maintained for years and does not
work correctly anymore. Rather than keeping it here as a "trap" for new
users, I'll remove it for now. FWIW Mitsuba 2 will have a much nicer
CMake build system that works consistently on all platforms.
2017-07-28 23:10:01 +02:00
Delio Vicini
c25a40b68c
Fixed toString method of box filter ( #8 )
2016-12-03 18:39:21 +01:00
Wenzel Jakob
d81fbae942
newton-bisection robustness improvements
2016-10-27 09:33:46 +02:00
Jonas Deyson
974013c812
Fix boost include error occurring in Ubuntu 16.04.
2016-04-23 20:34:35 -03:00
Wenzel Jakob
87efb7d6b4
boost include fix contributed by Yannick Hold
2016-02-20 00:23:28 +01:00
Wenzel Jakob
649c00ae25
bugfix for scrambled radical inverse function (noticed by Per Christensen, fix by Andrew Kensler)
2016-01-17 16:41:50 +01:00
Wenzel Jakob
8d20ce4344
fixed stupid bug in Disk::samplePosition()
2015-11-20 17:59:49 +01:00
Wenzel Jakob
fe2af35337
fix overly conservative grid volume step size (reported by Guillaume Loubet)
2015-10-16 16:26:52 +02:00
Wenzel Jakob
eda8cb318d
fix a serialization issue reported by Frances Juhe
2015-10-02 18:35:10 +02:00
Wenzel Jakob
313c458b9e
sunmodel: accept animated transformations (even if animations aren't directly supported within SunModel)
2015-09-22 19:10:41 +02:00
Wenzel Jakob
4558b25a55
fix polar decomposition issue pointed out by Francesc Juhe
2015-09-22 19:09:48 +02:00
Wenzel Jakob
a2dc699cf2
disable overly paranoid checks in rtrans.h
2015-09-22 03:14:44 +02:00
Wenzel Jakob
6ed2b4aedd
fix internal checks in QMC samplers
2015-09-22 03:03:40 +02:00
Wenzel Jakob
5a272564f7
fix perspective_rdist issues reported by Sebastian Novozin
2015-07-15 12:37:38 +02:00
Wenzel Jakob
7f5aa0c0b2
fixed faulty commit
2015-07-15 12:23:45 +02:00
Wenzel Jakob
73428bfc77
scene.xsd bugfix
2015-07-05 18:40:38 +02:00
Wenzel Jakob
9b225443a4
Fixed an incorrect radiance conversion factor in 'coating' and 'roughcoating' reported by Attila Afra.
...
The models now produce the right falloff compared to Monte Carlo
reference renderings with explicitly instantiated layers
2015-06-30 11:16:48 +02:00
Wenzel Jakob
10d47cef56
Replaced some fabsf() calls by std::abs
2015-06-28 18:53:50 +02:00
Wenzel Jakob
742400485d
vMF sampling simplification suggested by Stephen Hill
2015-06-28 18:53:32 +02:00
Wenzel Jakob
d24f953c14
Implementation of the paper 'Accurate computation of single scattering in participating media with refractive boundaries' contributed by Nicolas Holzschuch
2015-06-25 09:38:06 +02:00
Wenzel Jakob
797deafaeb
Specular motion vector integrator
2015-05-25 14:15:15 +02:00
Wenzel Jakob
47d8d43d18
updated network protocol so that individual resource chunks can be > 4GB
2015-04-22 03:33:40 +02:00
Wenzel Jakob
3d2e67c3a5
Switch some stream operations to 64 bit
2015-04-21 17:38:08 +02:00
Wenzel Jakob
a3d54ec4c2
removed incorrect usage of std::erase (reported by Brooks Moses)
2015-04-20 14:40:57 +02:00
Wenzel Jakob
8365668205
minor libpython fixes, added VMF::forMeanLength, fixed typo in orthographic.cpp
2014-12-14 03:50:53 +01:00
Wenzel Jakob
9f9df009ef
mtsgui: ability to view multi-channel EXRs
2014-11-12 15:55:17 +01:00
Wenzel Jakob
5a6be59fad
mtsgui deadlock fix
2014-11-08 18:52:52 +01:00
tofic
8390e5ff5a
More numerical robustness for microfacet
2014-11-08 02:04:24 +01:00
Wenzel Jakob
ce80ddcb6d
hslt: more consistent shading frame computation in various shapes
2014-11-05 21:26:02 +01:00
johannes hanika
0a49106ad1
hslt: expose render timeout to ui
2014-11-05 20:08:33 +01:00
johannes hanika
4ce6960230
hslt: util.h: add boilerplate coordinate derivative function
2014-11-05 20:07:49 +01:00
johannes hanika
4a0d0aa694
hslt: vmf.cpp numerical robustness
2014-11-05 19:55:17 +01:00
Wenzel Jakob
9f5410b4c1
removed some debugging code committed by accident
2014-11-05 19:51:28 +01:00
Wenzel Jakob
b8480a3d60
Fixes for several subtle kd-tree construction issues
...
- fixed several bugs that occasionally broke double-precision builds
- rewrote min/max binning code to make it tolerant to precision issues.
Previously, it gave up in such cases, which lead to a slow build
with the O(n log n) method.
2014-11-05 19:48:07 +01:00
Wenzel Jakob
1f445513dd
hslt: quenched a minor warning
2014-11-04 00:35:22 +01:00
johannes hanika
d9d567bc42
hslt: new mutator interface with last succeeded mutation record.
2014-11-04 00:19:41 +01:00