Blender Git Commit Log

Git Commits -> Revision 0ba5295

Revision 0ba5295 by Matt Ebb (master)
September 7, 2007, 03:48 (GMT)
* QMC Raytracing

This introduces QMC sampling for use in glossy reflections/refractions, soft raytraced shadows, and ambient occlusion.

This work includes many new features and speed-ups, so check out the nice docs here:

Glossy Reflection/Refraction
http://www.blender.org/development/current-projects/changes-since-244/glossy-reflectionrefraction/

Raytraced Soft Shadows
http://www.blender.org/development/current-projects/changes-since-244/raytraced-soft-shadows/

QMC Sampling
http://www.blender.org/development/current-projects/changes-since-244/qmc-sampling/

Many thanks to Brecht van Lommel for some initial code snippets and for reviewing the patch, and especially to Alfredo de Greef who gave me a lot of guidance and help along the way!

Commit Details:

Full Hash: 0ba5295404dd1c2ee04a9e7823eafc664562f4eb
SVN Revision: 11955
Parent Commit: f85cd06
Lines Changed: +1188, -187

15 Modified Paths:

/source/blender/blenkernel/intern/material.c (+6, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/world.c (+3, -1) (Diff)
/source/blender/blenlib/BLI_arithb.h (+2, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+24, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+32, -2) (Diff)
/source/blender/include/BIF_butspace.h (+32, -0) (Diff)
/source/blender/makesdna/DNA_lamp_types.h (+11, -1) (Diff)
/source/blender/makesdna/DNA_material_types.h (+12, -0) (Diff)
/source/blender/makesdna/DNA_world_types.h (+11, -0) (Diff)
/source/blender/render/intern/include/rendercore.h (+4, -0) (Diff)
/source/blender/render/intern/include/render_types.h (+18, -3) (Diff)
/source/blender/render/intern/source/convertblender.c (+35, -11) (Diff)
/source/blender/render/intern/source/rayshade.c (+856, -112) (Diff)
/source/blender/src/buttons_shading.c (+140, -57) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021