Commit Graph

62 Commits (227a95c76f111ed7fcd5a512d1125726a0e8b3aa)

Author SHA1 Message Date
Wenzel Jakob 8c72982658 bugfixes 2011-03-27 20:01:34 +02:00
Wenzel Jakob 03c67c1ab3 ported the homogeneous medium to the new system 2011-03-10 20:12:05 +01:00
Wenzel Jakob 419fb7843f a few more tweaks 2011-03-09 02:33:04 +01:00
Wenzel Jakob 967b12960d a few documentation-related cleanups 2011-02-22 00:40:04 +01:00
Wenzel Jakob e609c8fb39 software fallback documentation 2010-12-01 01:52:27 +01:00
Wenzel Jakob fd2067ca49 added acknowledgements for the material test scene 2010-11-23 20:41:20 +01:00
Wenzel Jakob 7a581340ee win32 bugfixes 2010-11-22 18:24:25 +01:00
Wenzel Jakob 388d1854b1 Qt/64 bit binary links for Windows 2010-11-21 19:03:56 +01:00
Wenzel Jakob a7fba35ef0 serious bugfix to the material exporter 2010-11-21 12:53:03 +01:00
Wenzel Jakob d631da2187 miscellaneous bugfixes 2010-11-21 02:50:15 +01:00
Wenzel Jakob f098c3c455 removed irrelevant documentation section 2010-11-19 14:12:04 +01:00
Wenzel Jakob 96481b14eb Arch linux -related documentation patch contributed by Alex Combas 2010-11-19 00:40:10 +01:00
Wenzel Jakob 437169e4b4 support scaling and translating textures 2010-11-05 01:03:13 +01:00
Wenzel Jakob 44f7624f6e nicer line wrap 2010-11-01 22:48:58 +01:00
Wenzel Jakob 8e74cea367 documentation updates 2010-11-01 22:47:54 +01:00
Wenzel Jakob ba5a9654d9 documentation updates, allow to specify the configuration file 2010-11-01 22:33:00 +01:00
Wenzel Jakob 6433604064 documentation updates 2010-10-31 16:06:26 +01:00
Wenzel Jakob 52c25e7a04 merged a forgotten revision 2010-10-26 22:15:51 +02:00
Wenzel Jakob 4a926af49b handle newer versions of MSVC++ 2010-10-20 12:37:34 -07:00
Wenzel Jakob 969229d98f recompiled WIN64 binaries for Boost and COLLADA-DOM without the secure SCL 2010-10-20 12:28:52 -07:00
Wenzel Jakob a168e60b78 updated docs regarding the Qt version on OSX 2010-10-19 00:12:32 +02:00
Wenzel Jakob e77e1096de sphere works again, initial support for coherent RT with non-tri shapes 2010-10-18 19:20:20 +02:00
Wenzel Jakob d788010885 committed a number of accumulated architectural changes (see body for details)
- primitive clipping is now more paranoid about roundoff errors
- significantly improved the kd-tree benchmark "kdbench"
- fixed a parallelization-related bug in the kd-tree builder
- fixed some remaining floating point issues in the min-max binning code
- completely moved TriMesh over to a more compact SoA representation
- the OpenGL renderer now sends smaller packets of geometry to the GPU, which
  helps keep the operating system more responsive (NVidia drivers didn't like
  the previous behavior much).
2010-10-16 00:33:32 +02:00
Wenzel Jakob b2679e8adc allow to disable the preview 2010-10-13 23:20:20 +02:00
Wenzel Jakob ef40560f07 added a few words about what features won't import properly 2010-10-09 13:24:58 +02:00
Wenzel Jakob 05266a5033 merge with default branch 2010-10-07 18:57:44 +02:00
Wenzel Jakob effb3ebfb0 work on the min-max binning split method 2010-10-07 18:38:06 +02:00
Wenzel Jakob 2eccb2e9f1 better wrapping 2010-10-05 14:11:56 +02:00
Wenzel Jakob 929fe8211d updated compilation docs 2010-10-05 14:09:38 +02:00
Wenzel Jakob 80e4b35c22 merged with main branch 2010-10-05 07:35:24 +02:00
Wenzel Jakob f74e40f8cc merge with main branch 2010-09-28 20:09:31 +02:00
Wenzel Jakob 5ab8f36d61 fixed Xerces C reference in the documentation 2010-09-28 19:48:20 +02:00
Wenzel Jakob 4bb5e8c3d6 vertex color and PLY loading support 2010-09-28 19:47:16 +02:00
Wenzel Jakob 6e674c0ab7 fixed FC compilation docs 2010-09-22 02:41:30 +02:00
Wenzel Jakob ccf18058c2 updated compiling doc section for fedora 2010-09-22 02:03:44 +02:00
Wenzel Jakob ebc7c814dd cleanup phase is done -- merging into the default branch 2010-09-21 23:33:59 +02:00
Wenzel Jakob ef55697dd9 importance sampling support for environment maps 2010-09-21 02:45:25 +02:00
Wenzel Jakob 0bba70a89d work on the documentation 2010-09-19 12:07:34 +02:00
Wenzel Jakob d5fef776fa forgotton documentation image 2010-09-14 14:06:23 +02:00
Wenzel Jakob 5a437a9992 Fix Bug #6 (out of range indices from 3ds max) 2010-09-14 11:27:35 +02:00
Wenzel Jakob 486597b420 merge with default local branch 2010-09-13 21:46:01 +02:00
Wenzel Jakob d9d4a00522 updated acknowledgements, show whether collada is compiled into the binary 2010-09-13 16:44:12 +02:00
Wenzel Jakob 8e7fdb48dc Partial rewrite, part 1. Does not fully compile yet
- Switched vectors classes to templates
- Moved most path handling over to boost_filesystem
- Nicer include file structure
- Better documentation for libcore
- Doxygen support
- Vector/Point/etc. data structures are now unitialized by default!
2010-09-10 03:14:48 +02:00
Wenzel Jakob 6fb1691861 typo in compilation documentation 2010-09-08 23:37:24 +02:00
Wenzel Jakob 76a9a6b4d0 import chapter 2010-09-03 17:59:20 +02:00
Wenzel Jakob 82596daa50 documentation: import chapter 2010-09-03 16:58:59 +02:00
Wenzel Jakob d4181b01fd import tutorial 2010-09-03 14:20:18 +02:00
Wenzel Jakob 1c60e7368d testcase support -- see 'test_samplers.cpp' for an example 2010-09-02 17:57:04 +02:00
Wenzel Jakob 73f5f5fc4b added mersenne twister to acknowledgments 2010-08-30 10:24:19 +02:00
Wenzel Jakob 32a7dcc414 doxygen support 2010-08-24 20:18:01 +02:00