[Toxicengine-cvs] toxic/src/renderer basicsurfaceshader.cpp,1.5,1.6 basicsurfaceshader.h,1.7,1.8 bas
Status: Alpha
Brought to you by:
jperret
Update of /cvsroot/toxicengine/toxic/src/renderer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13681/src/renderer Modified Files: basicsurfaceshader.cpp basicsurfaceshader.h basis.cpp basis.h bsdf.cpp bsdf.h causticsphotontracer.cpp causticsphotontracer.h collection.cpp collection.h color3.cpp color3.h constanttexture.cpp constanttexture.h context.cpp context.h cube.cpp cube.h directionallight.cpp directionallight.h dummyobject.cpp dummyobject.h framebuffer.cpp framebuffer.h globalphotontracer.cpp globalphotontracer.h globals.h hit.cpp hit.h iarealight.cpp iarealight.h ibdf.cpp ibdf.h iboundedobject.cpp iboundedobject.h icamera.cpp icamera.h iedf.cpp iedf.h ilight.cpp ilight.h imagetexture.cpp imagetexture.h intersectiondata.cpp intersectiondata.h intersecttriangle.cpp intersecttriangle.h iobject.cpp iobject.h iphotontracer.cpp iphotontracer.h isurfacesampler.cpp isurfacesampler.h isurfaceshader.cpp isurfaceshader.h itexture.cpp itexture.h lambertianbrdf.cpp lambertianbrdf.h lambertianedf.cpp lambertianedf.h map2.cpp map2.h mesh.cpp mesh.h meshbuilder.cpp meshbuilder.h octree.cpp octree.h perfectspecularbrdf.cpp perfectspecularbrdf.h photon.cpp photon.h photonmap.cpp photonmap.h pinholecamera.cpp pinholecamera.h plane.cpp plane.h pointlight.cpp pointlight.h randomsurfacesampler.cpp randomsurfacesampler.h ray.cpp ray.h regularsurfacesampler.cpp regularsurfacesampler.h renderer.cpp renderer.h ring.cpp ring.h scene.cpp scene.h settings.cpp settings.h shadingdata.cpp shadingdata.h sphere.cpp sphere.h square.cpp square.h statistics.cpp statistics.h stratifiedsurfacesampler.cpp stratifiedsurfacesampler.h surfacebasis.cpp surfacebasis.h surfacesamplerfactory.cpp surfacesamplerfactory.h thinlenscamera.cpp thinlenscamera.h triboxoverlap.cpp triboxoverlap.h utilities.cpp utilities.h Log Message: updated Copyright notice and contact information Index: ilight.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/ilight.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ilight.h 5 Jun 2004 13:28:35 -0000 1.8 --- ilight.h 10 Nov 2004 00:04:22 -0000 1.9 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: ray.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/ray.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ray.h 20 Oct 2004 14:42:03 -0000 1.7 --- ray.h 10 Nov 2004 00:04:22 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: stratifiedsurfacesampler.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/stratifiedsurfacesampler.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** stratifiedsurfacesampler.cpp 6 Jun 2004 12:36:38 -0000 1.4 --- stratifiedsurfacesampler.cpp 10 Nov 2004 00:04:24 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: intersecttriangle.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/intersecttriangle.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** intersecttriangle.h 5 Jun 2004 13:28:35 -0000 1.4 --- intersecttriangle.h 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: meshbuilder.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/meshbuilder.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** meshbuilder.h 5 Jun 2004 13:28:35 -0000 1.9 --- meshbuilder.h 10 Nov 2004 00:04:22 -0000 1.10 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: photonmap.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/photonmap.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** photonmap.h 9 Nov 2004 22:39:44 -0000 1.7 --- photonmap.h 10 Nov 2004 00:04:22 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: dummyobject.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/dummyobject.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** dummyobject.cpp 18 May 2004 00:42:24 -0000 1.6 --- dummyobject.cpp 10 Nov 2004 00:04:22 -0000 1.7 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: thinlenscamera.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/thinlenscamera.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** thinlenscamera.h 5 Jun 2004 13:28:35 -0000 1.4 --- thinlenscamera.h 10 Nov 2004 00:04:24 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: color3.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/color3.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** color3.cpp 6 May 2004 16:21:24 -0000 1.3 --- color3.cpp 10 Nov 2004 00:04:22 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: ilight.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/ilight.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ilight.cpp 6 May 2004 16:21:24 -0000 1.3 --- ilight.cpp 10 Nov 2004 00:04:22 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: globalphotontracer.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/globalphotontracer.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** globalphotontracer.h 9 Nov 2004 22:39:44 -0000 1.7 --- globalphotontracer.h 10 Nov 2004 00:04:22 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: pinholecamera.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/pinholecamera.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pinholecamera.cpp 18 May 2004 00:42:24 -0000 1.3 --- pinholecamera.cpp 10 Nov 2004 00:04:22 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: context.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/context.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** context.cpp 18 May 2004 00:42:24 -0000 1.4 --- context.cpp 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: basis.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/basis.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** basis.h 5 Jun 2004 13:28:35 -0000 1.5 --- basis.h 10 Nov 2004 00:04:22 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: ibdf.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/ibdf.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ibdf.h 5 Jun 2004 13:28:35 -0000 1.9 --- ibdf.h 10 Nov 2004 00:04:22 -0000 1.10 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: hit.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/hit.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** hit.cpp 6 May 2004 16:21:24 -0000 1.3 --- hit.cpp 10 Nov 2004 00:04:22 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: octree.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/octree.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** octree.cpp 18 May 2004 00:42:24 -0000 1.7 --- octree.cpp 10 Nov 2004 00:04:22 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: cube.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/cube.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** cube.cpp 18 May 2004 00:42:24 -0000 1.6 --- cube.cpp 10 Nov 2004 00:04:22 -0000 1.7 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. *************** *** 222,226 **** hit->m_object = this; hit->m_abscissa = min_t; // world space ! switch(face) { case POSX: --- 223,227 ---- hit->m_object = this; hit->m_abscissa = min_t; // world space ! switch(face) { case POSX: Index: regularsurfacesampler.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/regularsurfacesampler.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** regularsurfacesampler.cpp 6 Jun 2004 12:36:38 -0000 1.4 --- regularsurfacesampler.cpp 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: photon.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/photon.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** photon.h 5 Jun 2004 13:28:35 -0000 1.5 --- photon.h 10 Nov 2004 00:04:22 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: pinholecamera.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/pinholecamera.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pinholecamera.h 5 Jun 2004 13:28:35 -0000 1.4 --- pinholecamera.h 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: iboundedobject.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iboundedobject.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** iboundedobject.cpp 6 May 2004 16:21:24 -0000 1.4 --- iboundedobject.cpp 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: plane.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/plane.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** plane.cpp 18 May 2004 00:42:24 -0000 1.7 --- plane.cpp 10 Nov 2004 00:04:22 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: renderer.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/renderer.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** renderer.h 5 Jun 2004 12:06:37 -0000 1.9 --- renderer.h 10 Nov 2004 00:04:23 -0000 1.10 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: map2.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/map2.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** map2.h 5 Jun 2004 13:28:35 -0000 1.7 --- map2.h 10 Nov 2004 00:04:22 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: basis.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/basis.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** basis.cpp 6 May 2004 16:21:24 -0000 1.3 --- basis.cpp 10 Nov 2004 00:04:22 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: directionallight.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/directionallight.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** directionallight.cpp 6 May 2004 16:21:24 -0000 1.3 --- directionallight.cpp 10 Nov 2004 00:04:22 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: regularsurfacesampler.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/regularsurfacesampler.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** regularsurfacesampler.h 5 Jun 2004 13:28:35 -0000 1.4 --- regularsurfacesampler.h 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: imagetexture.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/imagetexture.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** imagetexture.h 5 Jun 2004 13:28:35 -0000 1.6 --- imagetexture.h 10 Nov 2004 00:04:22 -0000 1.7 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: randomsurfacesampler.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/randomsurfacesampler.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** randomsurfacesampler.cpp 6 Jun 2004 12:36:38 -0000 1.4 --- randomsurfacesampler.cpp 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: renderer.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/renderer.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** renderer.cpp 6 Jun 2004 12:36:38 -0000 1.11 --- renderer.cpp 10 Nov 2004 00:04:22 -0000 1.12 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: color3.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/color3.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** color3.h 5 Jun 2004 13:28:35 -0000 1.5 --- color3.h 10 Nov 2004 00:04:22 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: shadingdata.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/shadingdata.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** shadingdata.cpp 6 May 2004 16:21:24 -0000 1.3 --- shadingdata.cpp 10 Nov 2004 00:04:23 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: isurfaceshader.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/isurfaceshader.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** isurfaceshader.h 5 Jun 2004 13:28:35 -0000 1.8 --- isurfaceshader.h 10 Nov 2004 00:04:22 -0000 1.9 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: settings.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/settings.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** settings.h 5 Jun 2004 13:28:35 -0000 1.9 --- settings.h 10 Nov 2004 00:04:23 -0000 1.10 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: scene.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/scene.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** scene.h 9 Nov 2004 22:39:44 -0000 1.8 --- scene.h 10 Nov 2004 00:04:23 -0000 1.9 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: perfectspecularbrdf.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/perfectspecularbrdf.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** perfectspecularbrdf.cpp 6 May 2004 16:21:24 -0000 1.4 --- perfectspecularbrdf.cpp 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: lambertianbrdf.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/lambertianbrdf.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** lambertianbrdf.h 5 Jun 2004 13:28:35 -0000 1.7 --- lambertianbrdf.h 10 Nov 2004 00:04:22 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: iobject.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iobject.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** iobject.cpp 18 May 2004 00:42:24 -0000 1.5 --- iobject.cpp 10 Nov 2004 00:04:22 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: itexture.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/itexture.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** itexture.cpp 6 May 2004 16:21:24 -0000 1.3 --- itexture.cpp 10 Nov 2004 00:04:22 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: imagetexture.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/imagetexture.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** imagetexture.cpp 6 May 2004 16:21:24 -0000 1.4 --- imagetexture.cpp 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: randomsurfacesampler.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/randomsurfacesampler.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** randomsurfacesampler.h 5 Jun 2004 13:28:35 -0000 1.4 --- randomsurfacesampler.h 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: intersecttriangle.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/intersecttriangle.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** intersecttriangle.cpp 6 May 2004 16:21:24 -0000 1.3 --- intersecttriangle.cpp 10 Nov 2004 00:04:22 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: scene.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/scene.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** scene.cpp 9 Nov 2004 22:39:44 -0000 1.4 --- scene.cpp 10 Nov 2004 00:04:23 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: surfacesamplerfactory.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/surfacesamplerfactory.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** surfacesamplerfactory.h 5 Jun 2004 13:28:35 -0000 1.5 --- surfacesamplerfactory.h 10 Nov 2004 00:04:24 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: causticsphotontracer.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/causticsphotontracer.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** causticsphotontracer.h 9 Nov 2004 22:39:44 -0000 1.7 --- causticsphotontracer.h 10 Nov 2004 00:04:22 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: thinlenscamera.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/thinlenscamera.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** thinlenscamera.cpp 9 Nov 2004 22:39:44 -0000 1.4 --- thinlenscamera.cpp 10 Nov 2004 00:04:24 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: surfacebasis.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/surfacebasis.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** surfacebasis.h 5 Jun 2004 13:28:35 -0000 1.4 --- surfacebasis.h 10 Nov 2004 00:04:24 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: causticsphotontracer.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/causticsphotontracer.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** causticsphotontracer.cpp 9 Nov 2004 22:39:44 -0000 1.8 --- causticsphotontracer.cpp 10 Nov 2004 00:04:22 -0000 1.9 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: basicsurfaceshader.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/basicsurfaceshader.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** basicsurfaceshader.h 5 Jun 2004 13:28:34 -0000 1.7 --- basicsurfaceshader.h 10 Nov 2004 00:04:22 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: mesh.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/mesh.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mesh.h 6 Jun 2004 12:22:47 -0000 1.10 --- mesh.h 10 Nov 2004 00:04:22 -0000 1.11 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: iobject.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iobject.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** iobject.h 6 Jun 2004 12:22:47 -0000 1.8 --- iobject.h 10 Nov 2004 00:04:22 -0000 1.9 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: ray.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/ray.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ray.cpp 6 Jun 2004 12:22:47 -0000 1.4 --- ray.cpp 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: meshbuilder.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/meshbuilder.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** meshbuilder.cpp 6 May 2004 16:21:24 -0000 1.6 --- meshbuilder.cpp 10 Nov 2004 00:04:22 -0000 1.7 *************** *** 2,5 **** --- 2,6 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune + Copyright (C) 2004 The toxic Project Contact: http://toxicengine.sourceforge.net/ *************** *** 37,41 **** MeshBuilder::MeshBuilder(const Matrix4 &m, const ISurfaceShader *surface_shader, ! IObject::IntersectionMask intersection_mask /*= IObject::INTERSECT_ALL_RAYS*/) : m_m(m), --- 38,42 ---- MeshBuilder::MeshBuilder(const Matrix4 &m, const ISurfaceShader *surface_shader, ! IObject::IntersectionMask intersection_mask /*= IObject::INTERSECT_ALL_RAYS*/) : m_m(m), *************** *** 110,114 **** assert(material_id >= 0 && material_id < m_surface_shaders.size()); m_meshes.back()->SetSurfaceShader(m_surface_shaders[material_id]); ! } } --- 111,115 ---- assert(material_id >= 0 && material_id < m_surface_shaders.size()); m_meshes.back()->SetSurfaceShader(m_surface_shaders[material_id]); ! } } Index: settings.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/settings.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** settings.cpp 5 Jun 2004 10:11:37 -0000 1.8 --- settings.cpp 10 Nov 2004 00:04:23 -0000 1.9 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: shadingdata.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/shadingdata.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** shadingdata.h 5 Jun 2004 13:28:35 -0000 1.5 --- shadingdata.h 10 Nov 2004 00:04:23 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: mesh.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/mesh.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mesh.cpp 18 May 2004 00:42:24 -0000 1.8 --- mesh.cpp 10 Nov 2004 00:04:22 -0000 1.9 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. *************** *** 391,395 **** Context *context, const Ray &ray) : ! m_vertices(vertices), m_context(context), m_ray(ray), --- 392,396 ---- Context *context, const Ray &ray) : ! m_vertices(vertices), m_context(context), m_ray(ray), Index: framebuffer.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/framebuffer.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** framebuffer.cpp 18 May 2004 00:42:24 -0000 1.5 --- framebuffer.cpp 10 Nov 2004 00:04:22 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: isurfacesampler.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/isurfacesampler.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** isurfacesampler.h 5 Jun 2004 13:28:35 -0000 1.5 --- isurfacesampler.h 10 Nov 2004 00:04:22 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: itexture.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/itexture.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** itexture.h 18 May 2004 00:42:24 -0000 1.5 --- itexture.h 10 Nov 2004 00:04:22 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: iedf.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iedf.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** iedf.h 5 Jun 2004 13:28:35 -0000 1.7 --- iedf.h 10 Nov 2004 00:04:22 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: triboxoverlap.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/triboxoverlap.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** triboxoverlap.h 5 Jun 2004 13:28:35 -0000 1.4 --- triboxoverlap.h 10 Nov 2004 00:04:24 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: square.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/square.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** square.h 5 Jun 2004 13:28:35 -0000 1.7 --- square.h 10 Nov 2004 00:04:24 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: context.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/context.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** context.h 5 Jun 2004 13:28:35 -0000 1.6 --- context.h 10 Nov 2004 00:04:22 -0000 1.7 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: intersectiondata.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/intersectiondata.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** intersectiondata.cpp 6 May 2004 16:21:24 -0000 1.3 --- intersectiondata.cpp 10 Nov 2004 00:04:22 -0000 1.4 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: iarealight.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iarealight.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** iarealight.h 5 Jun 2004 13:28:35 -0000 1.9 --- iarealight.h 10 Nov 2004 00:04:22 -0000 1.10 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: lambertianedf.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/lambertianedf.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** lambertianedf.h 5 Jun 2004 13:28:35 -0000 1.8 --- lambertianedf.h 10 Nov 2004 00:04:22 -0000 1.9 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: dummyobject.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/dummyobject.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** dummyobject.h 5 Jun 2004 13:28:35 -0000 1.7 --- dummyobject.h 10 Nov 2004 00:04:22 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: collection.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/collection.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** collection.h 5 Jun 2004 13:28:35 -0000 1.7 --- collection.h 10 Nov 2004 00:04:22 -0000 1.8 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: iphotontracer.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iphotontracer.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** iphotontracer.cpp 9 Nov 2004 22:39:44 -0000 1.6 --- iphotontracer.cpp 10 Nov 2004 00:04:22 -0000 1.7 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: directionallight.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/directionallight.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** directionallight.h 5 Jun 2004 13:28:35 -0000 1.5 --- directionallight.h 10 Nov 2004 00:04:22 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: statistics.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/statistics.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** statistics.cpp 18 May 2004 00:42:24 -0000 1.4 --- statistics.cpp 10 Nov 2004 00:04:24 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: ibdf.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/ibdf.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ibdf.cpp 18 May 2004 00:42:24 -0000 1.4 --- ibdf.cpp 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: statistics.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/statistics.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** statistics.h 5 Jun 2004 13:28:35 -0000 1.5 --- statistics.h 10 Nov 2004 00:04:24 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: hit.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/hit.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** hit.h 5 Jun 2004 13:28:35 -0000 1.6 --- hit.h 10 Nov 2004 00:04:22 -0000 1.7 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: ring.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/ring.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ring.cpp 18 May 2004 00:42:24 -0000 1.6 --- ring.cpp 10 Nov 2004 00:04:23 -0000 1.7 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: sphere.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/sphere.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** sphere.h 5 Jun 2004 13:28:35 -0000 1.8 --- sphere.h 10 Nov 2004 00:04:24 -0000 1.9 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: intersectiondata.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/intersectiondata.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** intersectiondata.h 5 Jun 2004 13:28:35 -0000 1.4 --- intersectiondata.h 10 Nov 2004 00:04:22 -0000 1.5 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. --- 2,7 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Copyright (C) 2004 The toxic Project ! Contact: http://www.toxicengine.org This file is part of toxic. Index: octree.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/octree.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** octree.h 5 Jun 2004 13:28:35 -0000 1.7 --- octree.h 10 Nov 2004 00:04:22... [truncated message content] |