toxicengine-cvs Mailing List for toxic
Status: Alpha
Brought to you by:
jperret
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(22) |
Nov
(15) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jonathan P. <jp...@us...> - 2005-01-30 22:17:50
|
Update of /cvsroot/toxicengine/toxic/working In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7268/working Added Files: .cvsignore Log Message: - more cvsignore tweaking --- NEW FILE: .cvsignore --- bin |
From: Jonathan P. <jp...@us...> - 2005-01-30 22:17:49
|
Update of /cvsroot/toxicengine/toxic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7268 Added Files: .cvsignore Log Message: - more cvsignore tweaking --- NEW FILE: .cvsignore --- bin lib config.opts |
From: Jonathan P. <jp...@us...> - 2005-01-30 22:15:54
|
Update of /cvsroot/toxicengine/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6811 Modified Files: cvsignore Log Message: - more cvsignore tweaking Index: cvsignore =================================================================== RCS file: /cvsroot/toxicengine/CVSROOT/cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cvsignore 30 Jan 2005 22:10:04 -0000 1.2 --- cvsignore 30 Jan 2005 22:15:45 -0000 1.3 *************** *** 1,2 **** --- 1,5 ---- + *.ncb + *.suo + *.idb .sconsign Debug |
From: Jonathan P. <jp...@us...> - 2005-01-30 22:10:13
|
Update of /cvsroot/toxicengine/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5410 Modified Files: cvsignore Log Message: - also .cvsignoring Debug, Release, Release-P4 Index: cvsignore =================================================================== RCS file: /cvsroot/toxicengine/CVSROOT/cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cvsignore 30 Jan 2005 22:07:55 -0000 1.1 --- cvsignore 30 Jan 2005 22:10:04 -0000 1.2 *************** *** 1 **** --- 1,4 ---- .sconsign + Debug + Release + Release-P4 |
From: Jonathan P. <jp...@us...> - 2005-01-30 22:08:05
|
Update of /cvsroot/toxicengine/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4940 Added Files: cvsignore Log Message: - trying to hide those .sconsign files from CVS --- NEW FILE: cvsignore --- .sconsign |
From: Jonathan P. <jp...@us...> - 2004-11-16 02:24:52
|
Update of /cvsroot/toxicengine/toxic/src/driver/projects/msvc71 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31912/src/driver/projects/msvc71 Modified Files: driver.vcproj Log Message: - tweaked the VS.NET build process Index: driver.vcproj =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/projects/msvc71/driver.vcproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** driver.vcproj 2 Jun 2004 10:33:32 -0000 1.8 --- driver.vcproj 16 Nov 2004 02:24:38 -0000 1.9 *************** *** 40,47 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="devil.lib xerces-c_2D.lib PathanD.lib libpng.lib boost_thread-vc71-mt-gd-1_31.lib" OutputFile="$(OutDir)/toxic.exe" LinkIncremental="2" ! AdditionalLibraryDirectories="..\..\..\..\..\sheep\externals\DevIL\lib;"..\..\..\..\..\sheep\externals\xerces-c-src2_4_0\Build\Win32\VC7\$(ConfigurationName)";"..\..\..\..\..\sheep\externals\libpathan-1.2\lib";..\..\..\..\..\sheep\externals\lpng125\projects\msvc\win32\libpng\lib_dbg;"..\..\..\..\..\sheep\externals\boost_1_31_0\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi"" GenerateDebugInformation="TRUE" ProgramDatabaseFile="$(OutDir)/driver.pdb" --- 40,47 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="..\..\..\..\..\sheep\externals\libpathan-1.2\lib\PathanD.lib ..\..\..\..\..\sheep\externals\xerces-c-src2_4_0\Build\Win32\VC7\Debug\xerces-c_2D.lib ..\..\..\..\..\sheep\externals\lpng125\projects\msvc\win32\libpng\lib_dbg\libpng.lib ..\..\..\..\..\sheep\externals\boost_1_31_0\stage\lib\boost_thread-vc71-mt-gd-1_31.lib" OutputFile="$(OutDir)/toxic.exe" LinkIncremental="2" ! AdditionalLibraryDirectories="..\..\..\..\..\sheep\externals\DevIL\lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile="$(OutDir)/driver.pdb" *************** *** 103,110 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="devil.lib xerces-c_2.lib Pathan.lib libpng.lib boost_thread-vc71-mt-1_31.lib" OutputFile="$(OutDir)/toxic.exe" LinkIncremental="1" ! AdditionalLibraryDirectories="..\..\..\..\..\sheep\externals\DevIL\lib;"..\..\..\..\..\sheep\externals\xerces-c-src2_4_0\Build\Win32\VC7\$(ConfigurationName)";"..\..\..\..\..\sheep\externals\libpathan-1.2\lib";..\..\..\..\..\sheep\externals\lpng125\projects\msvc\win32\libpng\lib;"..\..\..\..\..\sheep\externals\boost_1_31_0\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\release\threading-multi"" GenerateDebugInformation="FALSE" SubSystem="1" --- 103,110 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="..\..\..\..\..\sheep\externals\xerces-c-src2_4_0\Build\Win32\VC7\Release\xerces-c_2.lib ..\..\..\..\..\sheep\externals\libpathan-1.2\lib\Pathan.lib ..\..\..\..\..\sheep\externals\lpng125\projects\msvc\win32\libpng\lib\libpng.lib ..\..\..\..\..\sheep\externals\boost_1_31_0\stage\lib\boost_thread-vc71-mt-1_31.lib" OutputFile="$(OutDir)/toxic.exe" LinkIncremental="1" ! AdditionalLibraryDirectories="..\..\..\..\..\sheep\externals\DevIL\lib" GenerateDebugInformation="FALSE" SubSystem="1" *************** *** 168,175 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="devil.lib xerces-c_2.lib Pathan.lib libpng.lib boost_thread-vc71-mt-1_31.lib" OutputFile="$(OutDir)/toxic.exe" LinkIncremental="1" ! AdditionalLibraryDirectories="..\..\..\..\..\sheep\externals\DevIL\lib;"..\..\..\..\..\sheep\externals\xerces-c-src2_4_0\Build\Win32\VC7\Release";"..\..\..\..\..\sheep\externals\libpathan-1.2\lib";..\..\..\..\..\sheep\externals\lpng125\projects\msvc\win32\libpng\lib;"..\..\..\..\..\sheep\externals\boost_1_31_0\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\release\threading-multi"" GenerateDebugInformation="FALSE" SubSystem="1" --- 168,175 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="..\..\..\..\..\sheep\externals\xerces-c-src2_4_0\Build\Win32\VC7\Release\xerces-c_2.lib ..\..\..\..\..\sheep\externals\libpathan-1.2\lib\Pathan.lib ..\..\..\..\..\sheep\externals\lpng125\projects\msvc\win32\libpng\lib\libpng.lib ..\..\..\..\..\sheep\externals\boost_1_31_0\stage\lib\boost_thread-vc71-mt-1_31.lib" OutputFile="$(OutDir)/toxic.exe" LinkIncremental="1" ! AdditionalLibraryDirectories="..\..\..\..\..\sheep\externals\DevIL\lib" GenerateDebugInformation="FALSE" SubSystem="1" |
From: Jonathan P. <jp...@us...> - 2004-11-16 02:24:52
|
Update of /cvsroot/toxicengine/toxic/src/projects/msvc71 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31912/src/projects/msvc71 Modified Files: toxic.sln Log Message: - tweaked the VS.NET build process Index: toxic.sln =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/projects/msvc71/toxic.sln,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** toxic.sln 14 Feb 2004 04:50:38 -0000 1.2 --- toxic.sln 16 Nov 2004 02:24:39 -0000 1.3 *************** *** 10,16 **** Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "renderer", "..\..\renderer\projects\msvc71\renderer.vcproj", "{FC7B7912-DDFD-4382-845B-577F45515C27}" ProjectSection(ProjectDependencies) = postProject - {DA58EE5C-B61E-4872-A75F-085F5D85CB34} = {DA58EE5C-B61E-4872-A75F-085F5D85CB34} - {EA71D5BE-AF4E-44FB-9AA4-8EF9B626E513} = {EA71D5BE-AF4E-44FB-9AA4-8EF9B626E513} - {CA7F9BC6-5CF9-4FE1-A2F3-3D615AD93B91} = {CA7F9BC6-5CF9-4FE1-A2F3-3D615AD93B91} EndProjectSection EndProject --- 10,13 ---- |
From: Jonathan P. <jp...@us...> - 2004-11-15 13:01:35
|
Update of /cvsroot/toxicengine/toxic/working/scenes/ring In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21685/working/scenes/ring Added Files: b1wood018.jpg ring.settings.xml ring.xml ring_original_rendering.jpg Log Message: The cornellbox and ring scenes deserve to be in CVS. --- NEW FILE: b1wood018.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ring.settings.xml --- <?xml version="1.0" encoding="UTF-8" ?> <!-- 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. toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --> <ToxicSceneSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/toxicscene.settings.xsd"> <Rendering> <PixelSampling> <WhittedAdaptiveSampling contrastthreshold="0.025" maxdepth="3" /> </PixelSampling> <Components> <DirectLighting> <ArealightSampling> <StratifiedSampling width="6" height="6" /> </ArealightSampling> </DirectLighting> <SpecularReflections maxdepth="8" /> <Caustics> <PhotonTracing photons="50000000" /> <RadianceEstimate maxphotons="30" maxdistance="1.0e6" /> </Caustics> </Components> </Rendering> <Output> <GammaCorrection targetgamma="2.2" /> </Output> </ToxicSceneSettings> --- NEW FILE: ring_original_rendering.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ring.xml --- <?xml version="1.0" encoding="UTF-8"?> <!-- 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. toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --> <ToxicScene xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/toxicscene.xsd"> <Frame> <Parameter name="backgroundcolor" value="0.0127 0.0135 0.0781"/> <Parameter name="ambientillum" value="0.015"/> <SurfaceShader name="white_mat"> <Reflectance> <ConstantTexture value="1.0"/> </Reflectance> </SurfaceShader> <SurfaceShader name="wood_mat"> <Reflectance> <ImageTexture href="b1wood018.jpg"/> </Reflectance> </SurfaceShader> <SurfaceShader name="mirror_mat"> <BDF type="perfectspecular"/> <Reflectance> <ConstantTexture value="0.992 0.639 0.459"/> </Reflectance> </SurfaceShader> <Object type="square"> <Parameter name="surfaceshader" value="wood_mat"/> </Object> <Object type="ring"> <Parameter name="innerradius" value="0.98"/> <Parameter name="surfaceshader" value="mirror_mat"/> <Transform> <Scale value="0.2 0.1 0.2"/> <Translation value="0.0 0.05 0.0"/> </Transform> </Object> <Object type="pointlight"> <Parameter name="power" value="8.0"/> <Transform> <Translation value="0.2 0.7 0.5"/> </Transform> </Object> <Object type="pinholecamera"> <Parameter name="hfov" value="82.0"/> <Transform> <Rotation angle="-45.0" axis="1.0 0.0 0.0"/> <Translation value="0.0 0.7 0.675"/> <Rotation angle="-45.0" axis="0.0 1.0 0.0"/> </Transform> </Object> </Frame> </ToxicScene> |
From: Jonathan P. <jp...@us...> - 2004-11-15 13:01:32
|
Update of /cvsroot/toxicengine/toxic/working/scenes/cornellbox In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21685/working/scenes/cornellbox Added Files: backwall.obj ceiling.obj cornellbox.settings.xml cornellbox.xml cornellbox_original_rendering.jpg floor.obj leftwall.obj rightwall.obj shortblock.obj tallblock.obj Log Message: The cornellbox and ring scenes deserve to be in CVS. --- NEW FILE: cornellbox.xml --- <?xml version="1.0" encoding="UTF-8"?> <!-- 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. toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --> <ToxicScene xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/toxicscene.xsd"> <Frame> <SurfaceShader name="white_mat"> <Reflectance> <ConstantTexture value="0.97 0.93 0.93"/> </Reflectance> </SurfaceShader> <SurfaceShader name="red_mat"> <Reflectance> <ConstantTexture value="0.6 0.025 0.025"/> </Reflectance> </SurfaceShader> <SurfaceShader name="green_mat"> <Reflectance> <ConstantTexture value="0.025 0.6 0.025"/> </Reflectance> </SurfaceShader> <SurfaceShader name="light_mat"> <EDF type="lambertian"/> <RadiantExitance value="74.1 61.2 36.6"/> <Reflectance> <ConstantTexture value="0.0"/> </Reflectance> </SurfaceShader> <Object type="mesh"> <Parameter name="href" value="floor.obj"/> <Parameter name="surfaceshader" value="white_mat"/> <Transform> <Scale value="1.0e-3"/> </Transform> </Object> <Object type="mesh"> <Parameter name="href" value="ceiling.obj"/> <Parameter name="surfaceshader" value="white_mat"/> <Transform> <Scale value="1.0e-3"/> </Transform> </Object> <Object type="mesh"> <Parameter name="href" value="backwall.obj"/> <Parameter name="surfaceshader" value="white_mat"/> <Transform> <Scale value="1.0e-3"/> </Transform> </Object> <Object type="mesh"> <Parameter name="href" value="leftwall.obj"/> <Parameter name="surfaceshader" value="red_mat"/> <Transform> <Scale value="1.0e-3"/> </Transform> </Object> <Object type="mesh"> <Parameter name="href" value="rightwall.obj"/> <Parameter name="surfaceshader" value="green_mat"/> <Transform> <Scale value="1.0e-3"/> </Transform> </Object> <Object type="mesh"> <Parameter name="href" value="shortblock.obj"/> <Parameter name="surfaceshader" value="white_mat"/> <Transform> <Scale value="1.0e-3"/> </Transform> </Object> <Object type="mesh"> <Parameter name="href" value="tallblock.obj"/> <Parameter name="surfaceshader" value="white_mat"/> <Transform> <Scale value="1.0e-3"/> </Transform> </Object> <Object type="square"> <Parameter name="surfaceshader" value="light_mat"/> <Transform> <Scale value="0.1300 1.0 0.1050"/> <Rotation angle="180.0" axis="1.0 0.0 0.0"/> <Translation value="0.2780 0.54879999 0.2795"/> </Transform> </Object> <Object type="pinholecamera"> <Transform> <Rotation angle="180.0" axis="0.0 1.0 0.0"/> <Translation value="0.2780 0.2730 -0.8000"/> </Transform> </Object> </Frame> </ToxicScene> --- NEW FILE: leftwall.obj --- # Cornell Box. # http://www.graphics.cornell.edu/online/box/data.html # Left wall. v 552.8 0.0 0.0 v 549.6 0.0 559.2 v 556.0 548.8 559.2 v 556.0 548.8 0.0 vn -0.99991564 0.011660824 -0.0057219779 vn -0.999983 0.0058308047 0.0 f 1//1 2//1 3//1 f 1//2 3//2 4//2 --- NEW FILE: ceiling.obj --- # Cornell Box. # http://www.graphics.cornell.edu/online/box/data.html # Ceiling. v 556.0 548.8 0.0 v 556.0 548.8 559.2 v 0.0 548.8 559.2 v 0.0 548.8 0.0 vn 0.0 -1.0 0.0 f 1//1 2//1 3//1 f 1//1 3//1 4//1 --- NEW FILE: backwall.obj --- # Cornell Box. # http://www.graphics.cornell.edu/online/box/data.html # Back wall. v 549.6 0.0 559.2 v 0.0 0.0 559.2 v 0.0 548.8 559.2 v 556.0 548.8 559.2 vn 0.0 0.0 -1.0 f 1//1 2//1 3//1 f 1//1 3//1 4//1 --- NEW FILE: rightwall.obj --- # Cornell Box. # http://www.graphics.cornell.edu/online/box/data.html # Right wall. v 0.0 0.0 559.2 v 0.0 0.0 0.0 v 0.0 548.8 0.0 v 0.0 548.8 559.2 vn 1.0 0.0 0.0 f 1//1 2//1 3//1 f 1//1 3//1 4//1 --- NEW FILE: floor.obj --- # Cornell Box. # http://www.graphics.cornell.edu/online/box/data.html # Floor. v 552.8 0.0 0.0 v 0.0 0.0 0.0 v 0.0 0.0 559.2 v 549.6 0.0 559.2 vn 0.0 1.0 0.0 f 1//1 2//1 3//1 f 1//1 3//1 4//1 --- NEW FILE: tallblock.obj --- # Cornell Box. # http://www.graphics.cornell.edu/online/box/data.html # Tall block. v 423.0 330.0 247.0 v 265.0 330.0 296.0 v 314.0 330.0 456.0 v 472.0 330.0 406.0 v 423.0 0.0 247.0 v 423.0 330.0 247.0 v 472.0 330.0 406.0 v 472.0 0.0 406.0 v 472.0 0.0 406.0 v 472.0 330.0 406.0 v 314.0 330.0 456.0 v 314.0 0.0 456.0 v 314.0 0.0 456.0 v 314.0 330.0 456.0 v 265.0 330.0 296.0 v 265.0 0.0 296.0 v 265.0 0.0 296.0 v 265.0 330.0 296.0 v 423.0 330.0 247.0 v 423.0 0.0 247.0 vn 0.0 1.0 0.0 vn 0.95564896 0.0 -0.29450817 vn 0.30170889 0.0 0.9534001 vn -0.95616581 0.0 0.29282578 vn -0.29620907 0.0 -0.95512313 f 1//1 2//1 3//1 f 1//1 3//1 4//1 f 5//2 6//2 7//2 f 5//2 7//2 8//2 f 9//3 10//3 11//3 f 9//3 11//3 12//3 f 13//4 14//4 15//4 f 13//4 15//4 16//4 f 17//5 18//5 19//5 f 17//5 19//5 20//5 --- NEW FILE: cornellbox.settings.xml --- <?xml version="1.0" encoding="UTF-8" ?> <!-- 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. toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --> <ToxicSceneSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../schemas/toxicscene.settings.xsd"> <Rendering> <PixelSampling> <WhittedAdaptiveSampling contrastthreshold="0.025" maxdepth="3" /> </PixelSampling> <Components> <DirectLighting> <ArealightSampling> <StratifiedSampling width="16" height="16" /> </ArealightSampling> </DirectLighting> <IndirectLighting> <PhotonTracing photons="300000" /> <RadiancePrecomputation spacing="4" maxsearchdistance="0.1" /> <RadianceEstimate maxphotons="300" maxdistance="1.0e6" /> <PrimaryFinalGathering> <StratifiedSampling width="32" height="8" /> </PrimaryFinalGathering> </IndirectLighting> </Components> </Rendering> <Output> <GammaCorrection targetgamma="2.2" /> </Output> </ToxicSceneSettings> --- NEW FILE: shortblock.obj --- # Cornell Box. # http://www.graphics.cornell.edu/online/box/data.html # Short block. v 130.0 165.0 65.0 v 82.0 165.0 225.0 v 240.0 165.0 272.0 v 290.0 165.0 114.0 v 290.0 0.0 114.0 v 290.0 165.0 114.0 v 240.0 165.0 272.0 v 240.0 0.0 272.0 v 130.0 0.0 65.0 v 130.0 165.0 65.0 v 290.0 165.0 114.0 v 290.0 0.0 114.0 v 82.0 0.0 225.0 v 82.0 165.0 225.0 v 130.0 165.0 65.0 v 130.0 0.0 65.0 v 240.0 0.0 272.0 v 240.0 165.0 272.0 v 82.0 165.0 225.0 v 82.0 0.0 225.0 vn 0.0 1.0 0.0 vn 0.9534001 0.0 0.30170889 vn 0.29282578 0.0 -0.95616581 vn -0.95782629 0.0 -0.28734789 vn -0.28512091 0.0 0.95849156 f 1//1 2//1 3//1 f 1//1 3//1 4//1 f 5//2 6//2 7//2 f 5//2 7//2 8//2 f 9//3 10//3 11//3 f 9//3 11//3 12//3 f 13//4 14//4 15//4 f 13//4 15//4 16//4 f 17//5 18//5 19//5 f 17//5 19//5 20//5 --- NEW FILE: cornellbox_original_rendering.jpg --- (This appears to be a binary file; contents omitted.) |
From: Jonathan P. <jp...@us...> - 2004-11-15 12:45:46
|
Update of /cvsroot/toxicengine/toxic/working/scenes/ring In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18813/ring Log Message: Directory /cvsroot/toxicengine/toxic/working/scenes/ring added to the repository |
From: Jonathan P. <jp...@us...> - 2004-11-15 12:21:54
|
Update of /cvsroot/toxicengine/toxic/working/scenes/cornellbox In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13893/cornellbox Log Message: Directory /cvsroot/toxicengine/toxic/working/scenes/cornellbox added to the repository |
Update of /cvsroot/toxicengine/toxic/src/renderer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2017/src/renderer Modified Files: basicsurfaceshader.inl basis.inl bsdf.inl causticsphotontracer.inl collection.inl color3.inl constanttexture.inl context.inl cube.inl directionallight.inl dummyobject.inl framebuffer.inl globalphotontracer.inl hit.inl iarealight.inl ibdf.inl iboundedobject.inl icamera.inl iedf.inl ilight.inl imagetexture.inl intersectiondata.inl iobject.inl iphotontracer.inl isurfacesampler.inl isurfaceshader.inl itexture.inl lambertianbrdf.inl lambertianedf.inl map2.inl mesh.inl meshbuilder.inl octree.inl perfectspecularbrdf.inl photon.inl photonmap.inl pinholecamera.inl plane.inl pointlight.inl randomsurfacesampler.inl ray.inl regularsurfacesampler.inl renderer.inl ring.inl scene.inl settings.inl shadingdata.inl sphere.inl square.inl statistics.inl stratifiedsurfacesampler.inl surfacebasis.inl surfacesamplerfactory.inl thinlenscamera.inl utilities.inl Log Message: updated Copyright notice and contact information Index: collection.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/collection.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** collection.inl 6 May 2004 16:21:24 -0000 1.4 --- collection.inl 10 Nov 2004 01:32:35 -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: isurfacesampler.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/isurfacesampler.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** isurfacesampler.inl 6 May 2004 16:21:24 -0000 1.3 --- isurfacesampler.inl 10 Nov 2004 01:32:36 -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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iarealight.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** iarealight.inl 6 May 2004 16:21:24 -0000 1.3 --- iarealight.inl 10 Nov 2004 01:32:35 -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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/ilight.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ilight.inl 6 May 2004 16:21:24 -0000 1.3 --- ilight.inl 10 Nov 2004 01:32:35 -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: lambertianedf.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/lambertianedf.inl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lambertianedf.inl 18 May 2004 00:42:24 -0000 1.5 --- lambertianedf.inl 10 Nov 2004 01:32:36 -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: basicsurfaceshader.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/basicsurfaceshader.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** basicsurfaceshader.inl 6 May 2004 16:21:24 -0000 1.3 --- basicsurfaceshader.inl 10 Nov 2004 01:32:35 -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: thinlenscamera.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/thinlenscamera.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** thinlenscamera.inl 6 May 2004 16:21:24 -0000 1.2 --- thinlenscamera.inl 10 Nov 2004 01:32:36 -0000 1.3 *************** *** 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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/basis.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** basis.inl 6 May 2004 16:21:24 -0000 1.4 --- basis.inl 10 Nov 2004 01:32:35 -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: directionallight.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/directionallight.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** directionallight.inl 6 May 2004 16:21:24 -0000 1.3 --- directionallight.inl 10 Nov 2004 01:32:35 -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: cube.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/cube.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** cube.inl 6 May 2004 16:21:24 -0000 1.3 --- cube.inl 10 Nov 2004 01:32:35 -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: dummyobject.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/dummyobject.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dummyobject.inl 6 May 2004 16:21:24 -0000 1.3 --- dummyobject.inl 10 Nov 2004 01:32:35 -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: lambertianbrdf.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/lambertianbrdf.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lambertianbrdf.inl 18 May 2004 00:42:24 -0000 1.4 --- lambertianbrdf.inl 10 Nov 2004 01:32:36 -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: hit.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/hit.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** hit.inl 6 May 2004 16:21:24 -0000 1.4 --- hit.inl 10 Nov 2004 01:32:35 -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: ray.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/ray.inl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ray.inl 9 Nov 2004 22:39:44 -0000 1.6 --- ray.inl 10 Nov 2004 01:32:36 -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: map2.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/map2.inl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** map2.inl 6 May 2004 16:21:24 -0000 1.5 --- map2.inl 10 Nov 2004 01:32:36 -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: plane.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/plane.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** plane.inl 6 May 2004 16:21:24 -0000 1.3 --- plane.inl 10 Nov 2004 01:32:36 -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: shadingdata.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/shadingdata.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shadingdata.inl 6 May 2004 16:21:24 -0000 1.2 --- shadingdata.inl 10 Nov 2004 01:32:36 -0000 1.3 *************** *** 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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/stratifiedsurfacesampler.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** stratifiedsurfacesampler.inl 6 May 2004 16:21:24 -0000 1.2 --- stratifiedsurfacesampler.inl 10 Nov 2004 01:32:36 -0000 1.3 *************** *** 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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/intersectiondata.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** intersectiondata.inl 6 May 2004 16:21:24 -0000 1.2 --- intersectiondata.inl 10 Nov 2004 01:32:36 -0000 1.3 *************** *** 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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/sphere.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sphere.inl 6 May 2004 16:21:24 -0000 1.3 --- sphere.inl 10 Nov 2004 01:32:36 -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: color3.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/color3.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** color3.inl 6 May 2004 16:21:24 -0000 1.4 --- color3.inl 10 Nov 2004 01:32:35 -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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/photon.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** photon.inl 6 May 2004 16:21:24 -0000 1.4 --- photon.inl 10 Nov 2004 01:32:36 -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: itexture.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/itexture.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** itexture.inl 6 May 2004 16:21:24 -0000 1.3 --- itexture.inl 10 Nov 2004 01:32:36 -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: icamera.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/icamera.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** icamera.inl 6 May 2004 16:21:24 -0000 1.2 --- icamera.inl 10 Nov 2004 01:32:35 -0000 1.3 *************** *** 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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/square.inl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** square.inl 6 May 2004 16:21:24 -0000 1.5 --- square.inl 10 Nov 2004 01:32:36 -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: ring.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/ring.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ring.inl 6 May 2004 16:21:24 -0000 1.3 --- ring.inl 10 Nov 2004 01:32:36 -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: perfectspecularbrdf.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/perfectspecularbrdf.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** perfectspecularbrdf.inl 18 May 2004 00:42:24 -0000 1.4 --- perfectspecularbrdf.inl 10 Nov 2004 01:32:36 -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: isurfaceshader.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/isurfaceshader.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** isurfaceshader.inl 6 May 2004 16:21:24 -0000 1.3 --- isurfaceshader.inl 10 Nov 2004 01:32:36 -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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/octree.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** octree.inl 6 May 2004 16:21:24 -0000 1.4 --- octree.inl 10 Nov 2004 01:32:36 -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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/causticsphotontracer.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** causticsphotontracer.inl 6 May 2004 16:21:24 -0000 1.3 --- causticsphotontracer.inl 10 Nov 2004 01:32:35 -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: bsdf.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/bsdf.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bsdf.inl 6 May 2004 16:21:24 -0000 1.3 --- bsdf.inl 10 Nov 2004 01:32:35 -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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/scene.inl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** scene.inl 18 May 2004 00:42:24 -0000 1.6 --- scene.inl 10 Nov 2004 01:32:36 -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: regularsurfacesampler.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/regularsurfacesampler.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** regularsurfacesampler.inl 6 May 2004 16:21:24 -0000 1.2 --- regularsurfacesampler.inl 10 Nov 2004 01:32:36 -0000 1.3 *************** *** 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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iphotontracer.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** iphotontracer.inl 6 May 2004 16:21:24 -0000 1.3 --- iphotontracer.inl 10 Nov 2004 01:32:36 -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: iedf.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iedf.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** iedf.inl 18 May 2004 00:42:24 -0000 1.4 --- iedf.inl 10 Nov 2004 01:32:35 -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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/meshbuilder.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** meshbuilder.inl 6 May 2004 16:21:24 -0000 1.3 --- meshbuilder.inl 10 Nov 2004 01:32:36 -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: renderer.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/renderer.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** renderer.inl 6 May 2004 16:21:24 -0000 1.3 --- renderer.inl 10 Nov 2004 01:32:36 -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: photonmap.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/photonmap.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** photonmap.inl 6 May 2004 16:21:24 -0000 1.3 --- photonmap.inl 10 Nov 2004 01:32:36 -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: iboundedobject.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iboundedobject.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** iboundedobject.inl 6 May 2004 16:21:24 -0000 1.3 --- iboundedobject.inl 10 Nov 2004 01:32:35 -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: framebuffer.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/framebuffer.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** framebuffer.inl 6 May 2004 16:21:24 -0000 1.3 --- framebuffer.inl 10 Nov 2004 01:32:35 -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: ibdf.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/ibdf.inl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ibdf.inl 18 May 2004 00:42:24 -0000 1.5 --- ibdf.inl 10 Nov 2004 01:32:35 -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: surfacesamplerfactory.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/surfacesamplerfactory.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** surfacesamplerfactory.inl 6 May 2004 16:21:24 -0000 1.2 --- surfacesamplerfactory.inl 10 Nov 2004 01:32:36 -0000 1.3 *************** *** 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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/statistics.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** statistics.inl 6 May 2004 16:21:24 -0000 1.3 --- statistics.inl 10 Nov 2004 01:32:36 -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: mesh.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/mesh.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mesh.inl 6 May 2004 16:21:24 -0000 1.3 --- mesh.inl 10 Nov 2004 01:32:36 -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: surfacebasis.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/surfacebasis.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** surfacebasis.inl 6 May 2004 16:21:24 -0000 1.3 --- surfacebasis.inl 10 Nov 2004 01:32:36 -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: settings.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/settings.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** settings.inl 6 May 2004 16:21:24 -0000 1.3 --- settings.inl 10 Nov 2004 01:32:36 -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: randomsurfacesampler.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/randomsurfacesampler.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** randomsurfacesampler.inl 6 May 2004 16:21:24 -0000 1.2 --- randomsurfacesampler.inl 10 Nov 2004 01:32:36 -0000 1.3 *************** *** 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: pointlight.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/pointlight.inl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pointlight.inl 18 May 2004 00:42:24 -0000 1.5 --- pointlight.inl 10 Nov 2004 01:32:36 -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: iobject.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iobject.inl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** iobject.inl 6 May 2004 16:21:24 -0000 1.5 --- iobject.inl 10 Nov 2004 01:32:36 -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: globalphotontracer.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/globalphotontracer.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** globalphotontracer.inl 6 May 2004 16:21:24 -0000 1.3 --- globalphotontracer.inl 10 Nov 2004 01:32:35 -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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/imagetexture.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** imagetexture.inl 6 May 2004 16:21:24 -0000 1.3 --- imagetexture.inl 10 Nov 2004 01:32:35 -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: pinholecamera.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/pinholecamera.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pinholecamera.inl 6 May 2004 16:21:24 -0000 1.2 --- pinholecamera.inl 10 Nov 2004 01:32:36 -0000 1.3 *************** *** 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.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/context.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** context.inl 18 May 2004 00:42:24 -0000 1.4 --- context.inl 10 Nov 2004 01:32:35 -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: utilities.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/utilities.inl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** utilities.inl 6 May 2004 16:21:24 -0000 1.5 --- utilities.inl 10 Nov 2004 01:32:36 -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: constanttexture.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/constanttexture.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** constanttexture.inl 6 May 2004 16:21:24 -0000 1.3 --- constanttexture.inl 10 Nov 2004 01:32:35 -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. |
From: Jonathan P. <jp...@us...> - 2004-11-10 01:32:45
|
Update of /cvsroot/toxicengine/toxic/src/driver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2017/src/driver Modified Files: contextpool.inl driversettings.inl driversettingswrapper.inl error.inl helpers.inl objectrepository.inl parametermap.inl rendererpool.inl renderingjob.inl repository.inl scenebuilder.inl scenesettingswrapper.inl surfaceshaderrepository.inl Log Message: updated Copyright notice and contact information Index: error.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/error.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** error.inl 6 May 2004 16:21:23 -0000 1.2 --- error.inl 10 Nov 2004 01:32:35 -0000 1.3 *************** *** 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: repository.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/repository.inl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** repository.inl 12 May 2004 05:01:57 -0000 1.5 --- repository.inl 10 Nov 2004 01:32:35 -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: scenesettingswrapper.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/scenesettingswrapper.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** scenesettingswrapper.inl 6 May 2004 16:21:24 -0000 1.2 --- scenesettingswrapper.inl 10 Nov 2004 01:32:35 -0000 1.3 *************** *** 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: driversettingswrapper.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/driversettingswrapper.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** driversettingswrapper.inl 6 May 2004 16:21:23 -0000 1.2 --- driversettingswrapper.inl 10 Nov 2004 01:32:35 -0000 1.3 *************** *** 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: renderingjob.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/renderingjob.inl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** renderingjob.inl 2 Jun 2004 10:27:56 -0000 1.1 --- renderingjob.inl 10 Nov 2004 01:32:35 -0000 1.2 *************** *** 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: objectrepository.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/objectrepository.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** objectrepository.inl 6 May 2004 16:21:24 -0000 1.2 --- objectrepository.inl 10 Nov 2004 01:32:35 -0000 1.3 *************** *** 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: driversettings.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/driversettings.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** driversettings.inl 6 May 2004 16:21:23 -0000 1.3 --- driversettings.inl 10 Nov 2004 01:32:35 -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: scenebuilder.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/scenebuilder.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** scenebuilder.inl 6 May 2004 16:21:24 -0000 1.2 --- scenebuilder.inl 10 Nov 2004 01:32:35 -0000 1.3 *************** *** 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: surfaceshaderrepository.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/surfaceshaderrepository.inl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** surfaceshaderrepository.inl 6 May 2004 16:21:24 -0000 1.2 --- surfaceshaderrepository.inl 10 Nov 2004 01:32:35 -0000 1.3 *************** *** 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: contextpool.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/contextpool.inl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** contextpool.inl 2 Jun 2004 10:27:56 -0000 1.1 --- contextpool.inl 10 Nov 2004 01:32:35 -0000 1.2 *************** *** 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: rendererpool.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/rendererpool.inl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rendererpool.inl 2 Jun 2004 10:27:56 -0000 1.1 --- rendererpool.inl 10 Nov 2004 01:32:35 -0000 1.2 *************** *** 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: helpers.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/helpers.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** helpers.inl 6 May 2004 16:21:24 -0000 1.3 --- helpers.inl 10 Nov 2004 01:32:35 -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: parametermap.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/parametermap.inl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** parametermap.inl 12 May 2004 04:59:06 -0000 1.4 --- parametermap.inl 10 Nov 2004 01:32:35 -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. |
From: Jonathan P. <jp...@us...> - 2004-11-10 01:32:43
|
Update of /cvsroot/toxicengine/toxic/src/TEMPLATES In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2017/src/TEMPLATES Modified Files: INLINE_TEMPLATE.inl Log Message: updated Copyright notice and contact information Index: INLINE_TEMPLATE.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/TEMPLATES/INLINE_TEMPLATE.inl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** INLINE_TEMPLATE.inl 6 May 2004 16:21:23 -0000 1.3 --- INLINE_TEMPLATE.inl 10 Nov 2004 01:32:35 -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. |
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] |
From: Jonathan P. <jp...@us...> - 2004-11-10 00:04:54
|
Update of /cvsroot/toxicengine/toxic/src/TEMPLATES In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13681/src/TEMPLATES Modified Files: HEADER_TEMPLATE.h SOURCE_TEMPLATE.cpp Log Message: updated Copyright notice and contact information Index: SOURCE_TEMPLATE.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/TEMPLATES/SOURCE_TEMPLATE.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SOURCE_TEMPLATE.cpp 6 May 2004 16:21:23 -0000 1.3 --- SOURCE_TEMPLATE.cpp 10 Nov 2004 00:04:14 -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: HEADER_TEMPLATE.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/TEMPLATES/HEADER_TEMPLATE.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** HEADER_TEMPLATE.h 6 May 2004 16:21:23 -0000 1.3 --- HEADER_TEMPLATE.h 10 Nov 2004 00:04:13 -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. |
Update of /cvsroot/toxicengine/toxic/src/driver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13681/src/driver Modified Files: buildnumber.h clparser.cpp clparser.h contextpool.cpp contextpool.h driversettings.cpp driversettings.h driversettingswrapper.cpp driversettingswrapper.h error.cpp error.h helpers.cpp helpers.h main.cpp objectrepository.cpp objectrepository.h parametermap.cpp parametermap.h rendererpool.cpp rendererpool.h renderingjob.cpp renderingjob.h repository.cpp repository.h scenebuilder.h scenesettingswrapper.cpp scenesettingswrapper.h surfaceshaderrepository.cpp surfaceshaderrepository.h version.h Log Message: updated Copyright notice and contact information Index: contextpool.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/contextpool.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contextpool.cpp 5 Jun 2004 10:11:36 -0000 1.2 --- contextpool.cpp 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 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: main.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/main.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** main.cpp 9 Nov 2004 22:39:44 -0000 1.15 --- main.cpp 10 Nov 2004 00:04:21 -0000 1.16 *************** *** 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. *************** *** 82,90 **** using namespace toxic; ! namespace { void print_disclaimer() { cout << "toxic - A Global Illumination Renderer" << endl; ! cout << "Copyright (C) 2003-2004 Francois Beaune" << endl << endl; ! cout << "Visit http://toxicengine.sourceforge.net/ for more information." << endl; cout << endl; } --- 83,92 ---- using namespace toxic; ! namespace { void print_disclaimer() { cout << "toxic - A Global Illumination Renderer" << endl; ! cout << "Copyright (C) 2003-2004 Francois Beaune" << endl; ! cout << "Copyright (C) 2004 The toxic Project" << endl << endl; ! cout << "Visit http://www.toxicengine.org for more information." << endl; cout << endl; } Index: driversettingswrapper.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/driversettingswrapper.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** driversettingswrapper.h 5 Jun 2004 13:28:33 -0000 1.3 --- driversettingswrapper.h 10 Nov 2004 00:04:21 -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: helpers.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/helpers.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** helpers.h 5 Jun 2004 13:28:33 -0000 1.5 --- helpers.h 10 Nov 2004 00:04:21 -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: objectrepository.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/objectrepository.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** objectrepository.h 5 Jun 2004 13:28:33 -0000 1.3 --- objectrepository.h 10 Nov 2004 00:04:21 -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: error.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/error.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** error.h 5 Jun 2004 13:28:33 -0000 1.3 --- error.h 10 Nov 2004 00:04:21 -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: objectrepository.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/objectrepository.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** objectrepository.cpp 6 May 2004 16:21:24 -0000 1.2 --- objectrepository.cpp 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 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: rendererpool.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/rendererpool.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rendererpool.cpp 2 Jun 2004 10:27:56 -0000 1.1 --- rendererpool.cpp 10 Nov 2004 00:04:21 -0000 1.2 *************** *** 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: scenesettingswrapper.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/scenesettingswrapper.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** scenesettingswrapper.h 5 Jun 2004 13:28:33 -0000 1.4 --- scenesettingswrapper.h 10 Nov 2004 00:04:21 -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: buildnumber.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/buildnumber.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** buildnumber.h 9 Nov 2004 22:39:44 -0000 1.6 --- buildnumber.h 10 Nov 2004 00:04:15 -0000 1.7 *************** *** 1 **** ! const int BUILD_NUMBER = 2236; --- 1 ---- ! const int BUILD_NUMBER = 2238; Index: parametermap.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/parametermap.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** parametermap.h 5 Jun 2004 13:28:33 -0000 1.5 --- parametermap.h 10 Nov 2004 00:04:21 -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. *************** *** 46,50 **** std::string ParameterMap::GetValue<std::string>(const std::string &name) const throw(InvalidKeyException, sheep::StringUtils::ConversionErrorException); ! template<> bool ParameterMap::GetValue<bool>(const std::string &name) const --- 47,51 ---- std::string ParameterMap::GetValue<std::string>(const std::string &name) const throw(InvalidKeyException, sheep::StringUtils::ConversionErrorException); ! template<> bool ParameterMap::GetValue<bool>(const std::string &name) const Index: clparser.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/clparser.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** clparser.cpp 5 Jun 2004 10:09:18 -0000 1.7 --- clparser.cpp 10 Nov 2004 00:04:21 -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: driversettings.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/driversettings.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** driversettings.h 5 Jun 2004 13:28:33 -0000 1.10 --- driversettings.h 10 Nov 2004 00:04:21 -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: contextpool.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/contextpool.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contextpool.h 5 Jun 2004 13:28:33 -0000 1.2 --- contextpool.h 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 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: helpers.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/helpers.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** helpers.cpp 6 May 2004 16:21:23 -0000 1.5 --- helpers.cpp 10 Nov 2004 00:04:21 -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: driversettings.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/driversettings.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** driversettings.cpp 5 Jun 2004 10:11:36 -0000 1.6 --- driversettings.cpp 10 Nov 2004 00:04:21 -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: parametermap.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/parametermap.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** parametermap.cpp 6 May 2004 16:21:24 -0000 1.2 --- parametermap.cpp 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 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: scenebuilder.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/scenebuilder.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** scenebuilder.h 5 Jun 2004 13:28:33 -0000 1.10 --- scenebuilder.h 10 Nov 2004 00:04:21 -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: clparser.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/clparser.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** clparser.h 5 Jun 2004 13:28:33 -0000 1.7 --- clparser.h 10 Nov 2004 00:04:21 -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: renderingjob.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/renderingjob.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** renderingjob.h 5 Jun 2004 13:28:33 -0000 1.2 --- renderingjob.h 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 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: repository.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/repository.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** repository.cpp 6 May 2004 16:21:24 -0000 1.2 --- repository.cpp 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 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: scenesettingswrapper.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/scenesettingswrapper.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** scenesettingswrapper.cpp 5 Jun 2004 10:11:36 -0000 1.3 --- scenesettingswrapper.cpp 10 Nov 2004 00:04:21 -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: driversettingswrapper.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/driversettingswrapper.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** driversettingswrapper.cpp 5 Jun 2004 10:11:36 -0000 1.4 --- driversettingswrapper.cpp 10 Nov 2004 00:04:21 -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: rendererpool.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/rendererpool.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rendererpool.h 5 Jun 2004 13:28:33 -0000 1.2 --- rendererpool.h 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 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: version.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/version.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** version.h 9 Nov 2004 22:39:44 -0000 1.6 --- version.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. *************** *** 30,34 **** namespace toxic { ! const std::string VERSION = "1.0 alpha-4"; #include "buildnumber.h" --- 31,35 ---- namespace toxic { ! const std::string VERSION = "1.0 alpha-5"; #include "buildnumber.h" Index: surfaceshaderrepository.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/surfaceshaderrepository.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** surfaceshaderrepository.cpp 6 May 2004 16:21:24 -0000 1.2 --- surfaceshaderrepository.cpp 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 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: surfaceshaderrepository.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/surfaceshaderrepository.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** surfaceshaderrepository.h 5 Jun 2004 13:28:33 -0000 1.3 --- surfaceshaderrepository.h 10 Nov 2004 00:04:21 -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: repository.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/repository.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** repository.h 5 Jun 2004 13:28:33 -0000 1.4 --- repository.h 10 Nov 2004 00:04:21 -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: renderingjob.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/renderingjob.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** renderingjob.cpp 2 Jun 2004 10:27:56 -0000 1.1 --- renderingjob.cpp 10 Nov 2004 00:04:21 -0000 1.2 *************** *** 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: error.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/error.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** error.cpp 6 May 2004 16:21:23 -0000 1.2 --- error.cpp 10 Nov 2004 00:04:21 -0000 1.3 *************** *** 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. |
From: Jonathan P. <jp...@us...> - 2004-11-09 22:39:55
|
Update of /cvsroot/toxicengine/toxic/src/renderer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27055/src/renderer Modified Files: causticsphotontracer.cpp causticsphotontracer.h globalphotontracer.cpp globalphotontracer.h icamera.cpp icamera.h iphotontracer.cpp iphotontracer.h photonmap.cpp photonmap.h ray.inl scene.cpp scene.h thinlenscamera.cpp Log Message: dictoon's remaining changes : - ProgressMonitor renamed to IProgressMonitor - BinaryStream rewritten Index: scene.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/scene.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** scene.cpp 6 May 2004 16:21:24 -0000 1.3 --- scene.cpp 9 Nov 2004 22:39:44 -0000 1.4 *************** *** 23,26 **** --- 23,28 ---- #include "scene.h" // include first + using namespace sheep; + using namespace std; using namespace toxic; *************** *** 49,50 **** --- 51,64 ---- m_lights.push_back(light); } + + void Scene::GetObjectsContainingPoint(const Point3 &point, //!< World space. + vector<const IObject *> *objects) const + { + assert(m_root_object); + assert(objects); + + assert(!"Not implemented yet."); + /* + if(m_root_object->Contains(point)) + m_root_object->GetObjectsContainingPoint(point, objects);*/ + } Index: globalphotontracer.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/globalphotontracer.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** globalphotontracer.h 5 Jun 2004 13:28:35 -0000 1.6 --- globalphotontracer.h 9 Nov 2004 22:39:44 -0000 1.7 *************** *** 26,30 **** #include "globals.h" // include first - #include "common/misc/progressmonitor.h" #include "iphotontracer.h" --- 26,29 ---- Index: causticsphotontracer.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/causticsphotontracer.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** causticsphotontracer.h 5 Jun 2004 13:28:35 -0000 1.6 --- causticsphotontracer.h 9 Nov 2004 22:39:44 -0000 1.7 *************** *** 26,30 **** #include "globals.h" // include first - #include "common/misc/progressmonitor.h" #include "iphotontracer.h" --- 26,29 ---- Index: thinlenscamera.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/thinlenscamera.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** thinlenscamera.cpp 18 May 2004 00:42:24 -0000 1.3 --- thinlenscamera.cpp 9 Nov 2004 22:39:44 -0000 1.4 *************** *** 89,98 **** ray.m_direction.Normalize(); ! // Cast a ray through the scene to compute focal distance. If the ray ! // don't hit any object, throw an exception. Hit hit; ! if(scene->Trace(context, ray, &hit)) m_focal_distance = hit.m_abscissa; ! else { assert(!"Could not compute focal distance."); throw "Could not compute focal distance."; --- 89,98 ---- ray.m_direction.Normalize(); ! // Cast a ray through the scene to compute focal distance. Hit hit; ! if(scene->Trace(context, ray, &hit)) { m_focal_distance = hit.m_abscissa; ! } else { ! //!\todo Handle this case gracefully. assert(!"Could not compute focal distance."); throw "Could not compute focal distance."; Index: causticsphotontracer.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/causticsphotontracer.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** causticsphotontracer.cpp 5 Jun 2004 12:06:36 -0000 1.7 --- causticsphotontracer.cpp 9 Nov 2004 22:39:44 -0000 1.8 *************** *** 106,110 **** &scattereddir, &prob, ! &bsdf_value); const Vector3 world_scattereddir = surfacebasis.TransformToWorld(scattereddir); --- 106,111 ---- &scattereddir, &prob, ! &bsdf_value ! ); const Vector3 world_scattereddir = surfacebasis.TransformToWorld(scattereddir); Index: scene.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/scene.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** scene.h 5 Jun 2004 13:28:35 -0000 1.7 --- scene.h 9 Nov 2004 22:39:44 -0000 1.8 *************** *** 58,62 **** //! Ambient illumination. Default is none. ! //!\todo Move ambient illumination to a class derived from ILight. void SetAmbientIllumination(const Color3 &ambient); const Color3 &GetAmbientIllumination() const; --- 58,62 ---- //! Ambient illumination. Default is none. ! //!\todo Move ambient illumination to its own class derived from ILight. void SetAmbientIllumination(const Color3 &ambient); const Color3 &GetAmbientIllumination() const; *************** *** 77,80 **** --- 77,85 ---- ) const; + void GetObjectsContainingPoint( + const sheep::Point3 &point, //!< World space. + std::vector<const IObject *> *objects + ) const; + private: Color3 m_background_color; Index: iphotontracer.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iphotontracer.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** iphotontracer.cpp 18 May 2004 00:42:24 -0000 1.5 --- iphotontracer.cpp 9 Nov 2004 22:39:44 -0000 1.6 *************** *** 36,40 **** const Scene *scene, int photon_count, ! ProgressMonitor *progmon /*= 0*/) const { assert(photonmap); --- 36,40 ---- const Scene *scene, int photon_count, ! IProgressMonitor *progmon /*= 0*/) const { assert(photonmap); *************** *** 80,84 **** const ILight *light, int photon_count, ! ProgressMonitor *progmon /*= 0*/) const { assert(photonmap); --- 80,84 ---- const ILight *light, int photon_count, ! IProgressMonitor *progmon /*= 0*/) const { assert(photonmap); Index: photonmap.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/photonmap.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** photonmap.h 5 Jun 2004 13:28:35 -0000 1.6 --- photonmap.h 9 Nov 2004 22:39:44 -0000 1.7 *************** *** 29,33 **** #include "common/math/real.h" #include "common/math/vector3.h" ! #include "common/misc/progressmonitor.h" #include "common/misc/threadutils.h" #include "common/misc/types.h" --- 29,33 ---- #include "common/math/real.h" #include "common/math/vector3.h" ! #include "common/misc/iprogressmonitor.h" #include "common/misc/threadutils.h" #include "common/misc/types.h" *************** *** 124,128 **** sheep::Real max_dist, int max_photons, ! sheep::ProgressMonitor *progmon = 0 ); --- 124,128 ---- sheep::Real max_dist, int max_photons, ! sheep::IProgressMonitor *progmon = 0 ); *************** *** 154,158 **** bool WriteToFile( const std::string &filename, ! sheep::ProgressMonitor *progmon = 0 ) const; --- 154,158 ---- bool WriteToFile( const std::string &filename, ! sheep::IProgressMonitor *progmon = 0 ) const; *************** *** 162,166 **** Context *context, const std::string &filename, ! sheep::ProgressMonitor *progmon = 0 ); --- 162,166 ---- Context *context, const std::string &filename, ! sheep::IProgressMonitor *progmon = 0 ); Index: photonmap.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/photonmap.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** photonmap.cpp 5 Jun 2004 12:06:36 -0000 1.9 --- photonmap.cpp 9 Nov 2004 22:39:44 -0000 1.10 *************** *** 324,328 **** Real max_dist, int max_photons, ! ProgressMonitor *progmon /*= 0*/) { assert(spacing >= 1); --- 324,328 ---- Real max_dist, int max_photons, ! IProgressMonitor *progmon /*= 0*/) { assert(spacing >= 1); *************** *** 479,489 **** bool PhotonMap::WriteToFile(const string &filename, ! ProgressMonitor *progmon /*= 0*/) const { try { BinaryStream os( filename.c_str(), BinaryStream::OutputStream, ! BinaryStream::BigEndian // by convention, photon map files are written using big endian convention ); --- 479,490 ---- bool PhotonMap::WriteToFile(const string &filename, ! IProgressMonitor *progmon /*= 0*/) const { try { + // By convention, photon map files are written using big endian. BinaryStream os( filename.c_str(), BinaryStream::OutputStream, ! BinaryStream::BigEndian ); *************** *** 536,540 **** PhotonMap *PhotonMap::CreateFromFile(Context *context, const string &filename, ! ProgressMonitor *progmon /*= 0*/) { assert(context); --- 537,541 ---- PhotonMap *PhotonMap::CreateFromFile(Context *context, const string &filename, ! IProgressMonitor *progmon /*= 0*/) { assert(context); *************** *** 543,550 **** try { BinaryStream is( filename.c_str(), BinaryStream::InputStream, ! BinaryStream::BigEndian // by convention, photon map files are written using big endian convention ); --- 544,552 ---- try { + // By convention, photon map files are written using big endian. BinaryStream is( filename.c_str(), BinaryStream::InputStream, ! BinaryStream::BigEndian ); Index: icamera.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/icamera.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** icamera.cpp 6 May 2004 16:21:24 -0000 1.2 --- icamera.cpp 9 Nov 2004 22:39:44 -0000 1.3 *************** *** 45,46 **** --- 45,50 ---- m_w = m_ez * (-m_focal_length); } + + void ICamera::Finalize(Context *context, const Scene *scene) { + + } Index: icamera.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/icamera.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** icamera.h 5 Jun 2004 13:28:35 -0000 1.4 --- icamera.h 9 Nov 2004 22:39:44 -0000 1.5 *************** *** 63,67 **** Context *context, const Scene *scene ! ) {} //! Returns a ray whose origin is at camera location, and which --- 63,67 ---- Context *context, const Scene *scene ! ); //! Returns a ray whose origin is at camera location, and which *************** *** 80,83 **** --- 80,84 ---- protected: + //! Camera geometry. sheep::Point3 m_location; //!< Location of the camera, expressed in world space. sheep::Vector3 m_ex, m_ey, m_ez; //!< Basis vectors, expressed in world space. m_ex is scaled by the aspect ratio. Index: ray.inl =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/ray.inl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ray.inl 6 Jun 2004 12:22:47 -0000 1.5 --- ray.inl 9 Nov 2004 22:39:44 -0000 1.6 *************** *** 44,48 **** m_id(m_next_id++), m_origin(r.m_origin), ! m_direction(r.m_direction) { assert(m_id >= 0); --- 44,49 ---- m_id(m_next_id++), m_origin(r.m_origin), ! m_direction(r.m_direction), ! m_ior_stack(r.m_ior_stack) { assert(m_id >= 0); Index: globalphotontracer.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/globalphotontracer.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** globalphotontracer.cpp 5 Jun 2004 12:06:36 -0000 1.7 --- globalphotontracer.cpp 9 Nov 2004 22:39:44 -0000 1.8 *************** *** 113,117 **** &scattereddir, &prob, ! &bsdf_value); const Vector3 world_scattereddir = surfacebasis.TransformToWorld(scattereddir); --- 113,118 ---- &scattereddir, &prob, ! &bsdf_value ! ); const Vector3 world_scattereddir = surfacebasis.TransformToWorld(scattereddir); Index: iphotontracer.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/renderer/iphotontracer.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** iphotontracer.h 5 Jun 2004 13:28:35 -0000 1.7 --- iphotontracer.h 9 Nov 2004 22:39:44 -0000 1.8 *************** *** 26,30 **** #include "globals.h" // include first ! #include "common/misc/progressmonitor.h" namespace toxic { --- 26,30 ---- #include "globals.h" // include first ! #include "common/misc/iprogressmonitor.h" namespace toxic { *************** *** 48,52 **** const Scene *scene, int photon_count, ! sheep::ProgressMonitor *progmon = 0 ) const; --- 48,52 ---- const Scene *scene, int photon_count, ! sheep::IProgressMonitor *progmon = 0 ) const; *************** *** 58,62 **** const ILight *light, int photon_count, ! sheep::ProgressMonitor *progmon ) const; --- 58,62 ---- const ILight *light, int photon_count, ! sheep::IProgressMonitor *progmon ) const; |
From: Jonathan P. <jp...@us...> - 2004-11-09 22:39:55
|
Update of /cvsroot/toxicengine/toxic/tools/photonviewer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27055/tools/photonviewer Modified Files: photonviewer.cpp Log Message: dictoon's remaining changes : - ProgressMonitor renamed to IProgressMonitor - BinaryStream rewritten Index: photonviewer.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/tools/photonviewer/photonviewer.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** photonviewer.cpp 7 Oct 2004 23:34:41 -0000 1.2 --- photonviewer.cpp 9 Nov 2004 22:39:44 -0000 1.3 *************** *** 131,134 **** --- 131,137 ---- } + #include "common/math/point2.h" + #include "common/meshio/triangulator.h" + void PhotonViewer::Render() { glEnable(GL_DEPTH_TEST); *************** *** 137,142 **** --- 140,490 ---- glDisable(GL_COLOR_MATERIAL); + #if 0 + vector<Point3> polygon_vertices; + + /* polygon_vertices.push_back(Point3(-10.92, 12.035, -2.52)); + polygon_vertices.push_back(Point3(-9.34, 12.035, -2.52)); + polygon_vertices.push_back(Point3(-9.34, 12.04, -2.52)); + polygon_vertices.push_back(Point3(-8.26, 12.04, -2.52)); + polygon_vertices.push_back(Point3(-7.12, 14.45, -2.52)); + polygon_vertices.push_back(Point3(-7.12, 15.13, -2.52)); + polygon_vertices.push_back(Point3(-6.44, 15.13, -2.52)); + polygon_vertices.push_back(Point3(-6.44, 14.45, -2.52)); + polygon_vertices.push_back(Point3(-7.12, 14.45, -2.52)); + polygon_vertices.push_back(Point3(-8.26, 12.04, -2.52)); + polygon_vertices.push_back(Point3(-8.26, 12.035, -2.52)); + polygon_vertices.push_back(Point3(-4.94, 12.035, -2.52)); + polygon_vertices.push_back(Point3(-4.94, 12.04, -2.52)); + polygon_vertices.push_back(Point3(-3.86, 12.04, -2.52)); + polygon_vertices.push_back(Point3(-3.86, 12.035, -2.52)); + polygon_vertices.push_back(Point3(-0.54, 12.035, -2.52)); + polygon_vertices.push_back(Point3(-0.54, 12.04, -2.52)); + polygon_vertices.push_back(Point3(-0.0008, 12.04, -2.52)); + polygon_vertices.push_back(Point3(0, 15.4, -2.52)); + polygon_vertices.push_back(Point3(-2.04, 15.13, -2.52)); + polygon_vertices.push_back(Point3(-2.04, 14.45, -2.52)); + polygon_vertices.push_back(Point3(-2.72, 14.45, -2.52)); + polygon_vertices.push_back(Point3(-2.72, 15.13, -2.52)); + polygon_vertices.push_back(Point3(-2.04, 15.13, -2.52)); + polygon_vertices.push_back(Point3(0, 15.4, -2.52)); + polygon_vertices.push_back(Point3(-10.92, 15.4, -2.52));*/ + + /* polygon_vertices.push_back(Point3(0, 15.4, -2.52)); + polygon_vertices.push_back(Point3(2.04, 15.13, -2.52)); + polygon_vertices.push_back(Point3(2.72, 15.13, -2.52)); + polygon_vertices.push_back(Point3(2.72, 14.45, -2.52)); + polygon_vertices.push_back(Point3(2.04, 14.45, -2.52)); + polygon_vertices.push_back(Point3(2.04, 15.13, -2.52)); + polygon_vertices.push_back(Point3(0, 15.4, -2.52)); + polygon_vertices.push_back(Point3(0.0008, 12.04, -2.52)); + polygon_vertices.push_back(Point3(0.54, 12.04, -2.52)); + polygon_vertices.push_back(Point3(0.54, 12.035, -2.52)); + polygon_vertices.push_back(Point3(3.86, 12.035, -2.52)); + polygon_vertices.push_back(Point3(3.86, 12.04, -2.52)); + polygon_vertices.push_back(Point3(4.94, 12.04, -2.52)); + polygon_vertices.push_back(Point3(4.94, 12.035, -2.52)); + polygon_vertices.push_back(Point3(8.26, 12.035, -2.52)); + polygon_vertices.push_back(Point3(8.26, 12.04, -2.52)); + polygon_vertices.push_back(Point3(7.12, 14.45, -2.52)); + polygon_vertices.push_back(Point3(6.44, 14.45, -2.52)); + polygon_vertices.push_back(Point3(6.44, 15.13, -2.52)); + polygon_vertices.push_back(Point3(7.12, 15.13, -2.52)); + polygon_vertices.push_back(Point3(7.12, 14.45, -2.52)); + polygon_vertices.push_back(Point3(8.26, 12.04, -2.52)); + polygon_vertices.push_back(Point3(9.34, 12.04, -2.52)); + polygon_vertices.push_back(Point3(9.34, 12.035, -2.52)); + polygon_vertices.push_back(Point3(10.92, 12.035, -2.52)); + polygon_vertices.push_back(Point3(10.92, 15.4, -2.52));*/ + + /* polygon_vertices.push_back(Point3(0, 15.4, 2.52)); + polygon_vertices.push_back(Point3(-2.04, 15.13, 2.52)); + polygon_vertices.push_back(Point3(-2.72, 15.13, 2.52)); + polygon_vertices.push_back(Point3(-2.72, 14.45, 2.52)); + polygon_vertices.push_back(Point3(-2.04, 14.45, 2.52)); + polygon_vertices.push_back(Point3(-2.04, 15.13, 2.52)); + polygon_vertices.push_back(Point3(0, 15.4, 2.52)); + polygon_vertices.push_back(Point3(-0.0008, 12.04, 2.52)); + polygon_vertices.push_back(Point3(-0.54, 12.04, 2.52)); + polygon_vertices.push_back(Point3(-0.54, 12.035, 2.52)); + polygon_vertices.push_back(Point3(-3.86, 12.035, 2.52)); + polygon_vertices.push_back(Point3(-3.86, 12.04, 2.52)); + polygon_vertices.push_back(Point3(-4.94, 12.04, 2.52)); + polygon_vertices.push_back(Point3(-4.94, 12.035, 2.52)); + polygon_vertices.push_back(Point3(-8.26, 12.035, 2.52)); + polygon_vertices.push_back(Point3(-8.26, 12.04, 2.52)); + polygon_vertices.push_back(Point3(-7.12, 14.45, 2.52)); + polygon_vertices.push_back(Point3(-6.44, 14.45, 2.52)); + polygon_vertices.push_back(Point3(-6.44, 15.13, 2.52)); + polygon_vertices.push_back(Point3(-7.12, 15.13, 2.52)); + polygon_vertices.push_back(Point3(-7.12, 14.45, 2.52)); + polygon_vertices.push_back(Point3(-8.26, 12.04, 2.52)); + polygon_vertices.push_back(Point3(-9.34, 12.04, 2.52)); + polygon_vertices.push_back(Point3(-9.34, 12.035, 2.52)); + polygon_vertices.push_back(Point3(-10.92, 12.035, 2.52)); + polygon_vertices.push_back(Point3(-10.92, 15.4, 2.52));*/ + + /* polygon_vertices.push_back(Point3(10.92, 12.035, 2.52)); + polygon_vertices.push_back(Point3(9.34, 12.035, 2.52)); + polygon_vertices.push_back(Point3(9.34, 12.04, 2.52)); + polygon_vertices.push_back(Point3(8.26, 12.04, 2.52)); + polygon_vertices.push_back(Point3(7.12, 14.45, 2.52)); + polygon_vertices.push_back(Point3(7.12, 15.13, 2.52)); + polygon_vertices.push_back(Point3(6.44, 15.13, 2.52)); + polygon_vertices.push_back(Point3(6.44, 14.45, 2.52)); + polygon_vertices.push_back(Point3(7.12, 14.45, 2.52)); + polygon_vertices.push_back(Point3(8.26, 12.04, 2.52)); + polygon_vertices.push_back(Point3(8.26, 12.035, 2.52)); + polygon_vertices.push_back(Point3(4.94, 12.035, 2.52)); + polygon_vertices.push_back(Point3(4.94, 12.04, 2.52)); + polygon_vertices.push_back(Point3(3.86, 12.04, 2.52)); + polygon_vertices.push_back(Point3(3.86, 12.035, 2.52)); + polygon_vertices.push_back(Point3(0.54, 12.035, 2.52)); + polygon_vertices.push_back(Point3(0.54, 12.04, 2.52)); + polygon_vertices.push_back(Point3(0.0008, 12.04, 2.52)); + polygon_vertices.push_back(Point3(0, 15.4, 2.52)); + polygon_vertices.push_back(Point3(2.04, 15.13, 2.52)); + polygon_vertices.push_back(Point3(2.04, 14.45, 2.52)); + polygon_vertices.push_back(Point3(2.72, 14.45, 2.52)); + polygon_vertices.push_back(Point3(2.72, 15.13, 2.52)); + polygon_vertices.push_back(Point3(2.04, 15.13, 2.52)); + polygon_vertices.push_back(Point3(0, 15.4, 2.52)); + polygon_vertices.push_back(Point3(10.92, 15.4, 2.52));*/ + + ////////////////////////// + + /* polygon_vertices.push_back(Point3(2.0, 0.0, 0.0)); + polygon_vertices.push_back(Point3(2.0, 2.0, 0.0)); + polygon_vertices.push_back(Point3(0.0, 2.0, 0.0)); + polygon_vertices.push_back(Point3(0.0, 4.0, 0.0)); + polygon_vertices.push_back(Point3(-2.0, 4.0, 0.0)); + polygon_vertices.push_back(Point3(-2.0, 0.0, 0.0));*/ + + /* polygon_vertices.push_back(Point3(0,6,0)/2); + polygon_vertices.push_back(Point3(0,0,0)/2); + polygon_vertices.push_back(Point3(3,0,0)/2); + polygon_vertices.push_back(Point3(4,1,0)/2); + polygon_vertices.push_back(Point3(6,1,0)/2); + polygon_vertices.push_back(Point3(8,0,0)/2); + polygon_vertices.push_back(Point3(12,0,0)/2); + polygon_vertices.push_back(Point3(13,2,0)/2); + polygon_vertices.push_back(Point3(8,2,0)/2); + polygon_vertices.push_back(Point3(8,4,0)/2); + polygon_vertices.push_back(Point3(11,4,0)/2); + polygon_vertices.push_back(Point3(11,6,0)/2); + polygon_vertices.push_back(Point3(6,6,0)/2); + polygon_vertices.push_back(Point3(4,3,0)/2); + polygon_vertices.push_back(Point3(2,6,0)/2);*/ + + /* polygon_vertices.push_back(Point3(-11, 8.5271, -2.52)); + polygon_vertices.push_back(Point3(-10.9544, 8.66143, -2.52)); + polygon_vertices.push_back(Point3(-10.8589, 8.855, -2.52)); + polygon_vertices.push_back(Point3(-10.739, 9.03446, -2.52)); + polygon_vertices.push_back(Point3(-10.5967, 9.19673, -2.52)); + polygon_vertices.push_back(Point3(-10.4345, 9.33903, -2.52)); + polygon_vertices.push_back(Point3(-10.255, 9.45894, -2.52)); + polygon_vertices.push_back(Point3(-10.0614, 9.5544, -2.52)); + polygon_vertices.push_back(Point3(-9.83, 9.62916, -2.52)); + polygon_vertices.push_back(Point3(-9.59857, 9.5544, -2.52)); + polygon_vertices.push_back(Point3(-9.405, 9.45894, -2.52)); + polygon_vertices.push_back(Point3(-9.22554, 9.33903, -2.52)); + polygon_vertices.push_back(Point3(-9.06327, 9.19673, -2.52)); + polygon_vertices.push_back(Point3(-8.92097, 9.03446, -2.52)); + polygon_vertices.push_back(Point3(-8.80106, 8.855, -2.52)); + polygon_vertices.push_back(Point3(-8.8, 8.85285, -2.52)); + polygon_vertices.push_back(Point3(-8.79894, 8.855, -2.52)); + polygon_vertices.push_back(Point3(-8.67903, 9.03446, -2.52)); + polygon_vertices.push_back(Point3(-8.53673, 9.19673, -2.52)); + polygon_vertices.push_back(Point3(-8.37446, 9.33903, -2.52)); + polygon_vertices.push_back(Point3(-8.195, 9.45894, -2.52)); + polygon_vertices.push_back(Point3(-8.00143, 9.5544, -2.52)); + polygon_vertices.push_back(Point3(-7.77, 9.62916, -2.52)); + polygon_vertices.push_back(Point3(-7.53857, 9.5544, -2.52)); + polygon_vertices.push_back(Point3(-7.345, 9.45894, -2.52)); + polygon_vertices.push_back(Point3(-7.16554, 9.33903, -2.52)); + polygon_vertices.push_back(Point3(-7.00327, 9.19673, -2.52)); + polygon_vertices.push_back(Point3(-6.86097, 9.03446, -2.52)); + polygon_vertices.push_back(Point3(-6.74106, 8.855, -2.52)); + polygon_vertices.push_back(Point3(-6.6456, 8.66143, -2.52)); + polygon_vertices.push_back(Point3(-6.6, 8.5271, -2.52)); + polygon_vertices.push_back(Point3(-6.5544, 8.66143, -2.52)); + polygon_vertices.push_back(Point3(-6.45894, 8.855, -2.52)); + polygon_vertices.push_back(Point3(-6.33903, 9.03446, -2.52)); + polygon_vertices.push_back(Point3(-6.19673, 9.19673, -2.52)); + polygon_vertices.push_back(Point3(-6.03446, 9.33903, -2.52)); + polygon_vertices.push_back(Point3(-5.855, 9.45894, -2.52)); + polygon_vertices.push_back(Point3(-5.66143, 9.5544, -2.52)); + polygon_vertices.push_back(Point3(-5.43, 9.62916, -2.52)); + polygon_vertices.push_back(Point3(-5.19857, 9.5544, -2.52)); + polygon_vertices.push_back(Point3(-5.005, 9.45894, -2.52)); + polygon_vertices.push_back(Point3(-4.82554, 9.33903, -2.52)); + polygon_vertices.push_back(Point3(-4.66327, 9.19673, -2.52)); + polygon_vertices.push_back(Point3(-4.52097, 9.03446, -2.52)); + polygon_vertices.push_back(Point3(-4.40106, 8.855, -2.52)); + polygon_vertices.push_back(Point3(-4.4, 8.85285, -2.52)); + polygon_vertices.push_back(Point3(-4.39894, 8.855, -2.52)); + polygon_vertices.push_back(Point3(-4.27903, 9.03446, -2.52)); + polygon_vertices.push_back(Point3(-4.13673, 9.19673, -2.52)); + polygon_vertices.push_back(Point3(-3.97446, 9.33903, -2.52)); + polygon_vertices.push_back(Point3(-3.795, 9.45894, -2.52)); + polygon_vertices.push_back(Point3(-3.60143, 9.5544, -2.52)); + polygon_vertices.push_back(Point3(-3.37, 9.62916, -2.52)); + polygon_vertices.push_back(Point3(-3.13857, 9.5544, -2.52)); + polygon_vertices.push_back(Point3(-2.945, 9.45894, -2.52)); + polygon_vertices.push_back(Point3(-2.76554, 9.33903, -2.52)); + polygon_vertices.push_back(Point3(-2.60327, 9.19673, -2.52)); + polygon_vertices.push_back(Point3(-2.46097, 9.03446, -2.52)); + polygon_vertices.push_back(Point3(-2.34106, 8.855, -2.52)); + polygon_vertices.push_back(Point3(-2.2456, 8.66143, -2.52)); + polygon_vertices.push_back(Point3(-2.2, 8.5271, -2.52)); + polygon_vertices.push_back(Point3(-2.1544, 8.66143, -2.52)); + polygon_vertices.push_back(Point3(-2.05894, 8.855, -2.52)); + polygon_vertices.push_back(Point3(-1.93903, 9.03446, -2.52)); + polygon_vertices.push_back(Point3(-1.79673, 9.19673, -2.52)); + polygon_vertices.push_back(Point3(-1.63446, 9.33903, -2.52)); + polygon_vertices.push_back(Point3(-1.455, 9.45894, -2.52)); + polygon_vertices.push_back(Point3(-1.26143, 9.5544, -2.52)); + polygon_vertices.push_back(Point3(-1.03, 9.62916, -2.52)); + polygon_vertices.push_back(Point3(-0.79857, 9.5544, -2.52)); + polygon_vertices.push_back(Point3(-0.605, 9.45894, -2.52)); + polygon_vertices.push_back(Point3(-0.42554, 9.33903, -2.52)); + polygon_vertices.push_back(Point3(-0.26327, 9.19673, -2.52)); + polygon_vertices.push_back(Point3(-0.12097, 9.03446, -2.52)); + polygon_vertices.push_back(Point3(0, 8.85285, -2.52)); + polygon_vertices.push_back(Point3(-0.00106, 8.855, -2.52)); + polygon_vertices.push_back(Point3(0, 10.8, -2.52)); + polygon_vertices.push_back(Point3(-10.92, 10.8, -2.52));*/ + + /* polygon_vertices.push_back(Point3(-10.92, 12.035, -2.52)); + polygon_vertices.push_back(Point3(-9.34, 12.035, -2.52)); + polygon_vertices.push_back(Point3(-9.34, 12.04, -2.52)); + polygon_vertices.push_back(Point3(-8.26, 12.04, -2.52)); + polygon_vertices.push_back(Point3(-7.12, 14.45, -2.52)); + polygon_vertices.push_back(Point3(-7.12, 15.13, -2.52)); + polygon_vertices.push_back(Point3(-6.44, 15.13, -2.52)); + polygon_vertices.push_back(Point3(-6.44, 14.45, -2.52)); + polygon_vertices.push_back(Point3(-7.12, 14.45, -2.52)); + polygon_vertices.push_back(Point3(-8.26, 12.04, -2.52)); + polygon_vertices.push_back(Point3(-8.26, 12.035, -2.52)); + polygon_vertices.push_back(Point3(-4.94, 12.035, -2.52)); + polygon_vertices.push_back(Point3(-4.94, 12.04, -2.52)); + polygon_vertices.push_back(Point3(-3.86, 12.04, -2.52)); + polygon_vertices.push_back(Point3(-3.86, 12.035, -2.52)); + polygon_vertices.push_back(Point3(-0.54, 12.035, -2.52)); + polygon_vertices.push_back(Point3(-0.54, 12.04, -2.52)); + polygon_vertices.push_back(Point3(-0.0008, 12.04, -2.52)); + polygon_vertices.push_back(Point3(0, 15.4, -2.52)); + polygon_vertices.push_back(Point3(-2.04, 15.13, -2.52)); + polygon_vertices.push_back(Point3(-2.04, 14.45, -2.52)); + polygon_vertices.push_back(Point3(-2.72, 14.45, -2.52)); + polygon_vertices.push_back(Point3(-2.72, 15.13, -2.52)); + polygon_vertices.push_back(Point3(-2.04, 15.13, -2.52)); + polygon_vertices.push_back(Point3(0, 15.4, -2.52)); + polygon_vertices.push_back(Point3(-10.92, 15.4, -2.52));*/ + + /*polygon_vertices.push_back(Point3(0.410487, 0.802906, 0.000238)); + polygon_vertices.push_back(Point3(0.410487, 0.802905, -0.089214)); + polygon_vertices.push_back(Point3(0.52152, 0.827372, -0.089214)); + polygon_vertices.push_back(Point3(0.430198, 0.462238, 0.000137));*/ + + polygon_vertices.push_back(Point3(-2.95053, 0.824436, -0.654723)); + polygon_vertices.push_back(Point3(-2.95059, 0.824439, -0.559136)); + polygon_vertices.push_back(Point3(-2.90517, 0.808184, -0.559112)); + polygon_vertices.push_back(Point3(-3.06592, 0.808181, -0.6547)); + + //reverse(polygon_vertices.begin(), polygon_vertices.end()); + + glBegin(GL_LINE_LOOP); + for(vector<Point3>::const_iterator i = polygon_vertices.begin(), e = polygon_vertices.end(); i != e; ++i) { + glVertex3d(i->m_x, i->m_y, i->m_z); + } + glEnd(); + + glColor3d(1.0, 0.0, 0.0); glPointSize(3.0f); + glBegin(GL_POINTS); + for(vector<Point3>::const_iterator i = polygon_vertices.begin(), e = polygon_vertices.end(); i != e; ++i) { + glVertex3d(i->m_x, i->m_y, i->m_z); + } + glEnd(); + + /* const Vector3 normal(-0.57691254100933098, -0.23829445408953298, -0.78127311049102943); + + glColor3d(1.0, 1.0, 0.0); + glBegin(GL_LINES); + glVertex3d(0.0, 0.0, 0.0); + glVertex3d(normal.m_x * 10, normal.m_y * 10, normal.m_z * 10); + glEnd();*/ + + vector<int> triangles; + const bool success = TriangulatePolygon3(polygon_vertices, &triangles); + + if(success) { + srand(1); + + for(int i = 0; i < triangles.size(); i += 3) { + const Point3 &v0 = polygon_vertices[triangles[i]]; + const Point3 &v1 = polygon_vertices[triangles[i + 1]]; + const Point3 &v2 = polygon_vertices[triangles[i + 2]]; + + glColor3d(float(rand())/RAND_MAX, float(rand())/RAND_MAX, float(rand())/RAND_MAX); + + glBegin(GL_TRIANGLES); + glVertex3d(v0.m_x, v0.m_y, v0.m_z); + glVertex3d(v1.m_x, v1.m_y, v1.m_z); + glVertex3d(v2.m_x, v2.m_y, v2.m_z); + glEnd(); + } + } + + /* const Point2 a(1.0, 1.0); + const Point2 b(-1.0, 1.0); + const Point2 c(1.0, -1.0); + + glBegin(GL_LINE_LOOP); + glColor3d(1.0, 0.0, 0.0); + glVertex3d(a.m_x, a.m_y, 0.0); + glColor3d(0.0, 1.0, 0.0); + glVertex3d(b.m_x, b.m_y, 0.0); + glColor3d(0.0, 0.0, 1.0); + glVertex3d(c.m_x, c.m_y, 0.0); + glEnd(); + + srand(1); + glPointSize(2.0f); + glBegin(GL_POINTS); + for(int i = 0; i < 5000; ++i) { + const Point2 p(6*float(rand())/RAND_MAX-3, 6*float(rand())/RAND_MAX-3); + if(IsPointInsideTriangle2(a, b, c, p)) + glColor3d(0.0, 1.0, 0.0); + else glColor3d(1.0, 0.0, 0.0); + glVertex3d(p.m_x, p.m_y, 0.0); + } + glEnd();*/ + + /* srand(1); + //glPointSize(3.0f); + //glBegin(GL_POINTS); + const int m = 10; + const int n = 4 * m; + for(int j = 0; j < m; ++j) { + for(int i = 0; i < n; ++i) { + const Real xi1 = (j + float(rand())/RAND_MAX) / m; + const Real xi2 = (i + float(rand())/RAND_MAX) / n; + assert(xi1 >= 0.0 && xi1 <= 1.0); + assert(xi2 >= 0.0 && xi2 <= 1.0); + const Point3 p = UniformHemisphereSampling(xi1, xi2); + // glVertex3f(p.m_x, p.m_y, p.m_z); + } + } + //glEnd();*/ + + return; + #endif + + glPointSize(3.0f); + glBegin(GL_POINTS); + + glColor3f(1.0f, 1.0f, 0.0f); for(photonmap_vector_const_it i = m_pms.begin(), e = m_pms.end(); i != e; ++i) { |
From: Jonathan P. <jp...@us...> - 2004-11-09 22:39:54
|
Update of /cvsroot/toxicengine/toxic/src/driver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27055/src/driver Modified Files: buildnumber.h main.cpp version.h Log Message: dictoon's remaining changes : - ProgressMonitor renamed to IProgressMonitor - BinaryStream rewritten Index: buildnumber.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/buildnumber.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** buildnumber.h 19 Feb 2004 23:54:46 -0000 1.5 --- buildnumber.h 9 Nov 2004 22:39:44 -0000 1.6 *************** *** 1 **** ! const int BUILD_NUMBER = 0; --- 1 ---- ! const int BUILD_NUMBER = 2236; Index: main.cpp =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/main.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** main.cpp 5 Jun 2004 10:14:39 -0000 1.14 --- main.cpp 9 Nov 2004 22:39:44 -0000 1.15 *************** *** 694,698 **** progmon.Reset(" * Rendering"); progmon.SetPrecision(2); - progmon.SetUpdateResolution(0.0); progmon.StartJob(0.0, 1.0); --- 694,697 ---- Index: version.h =================================================================== RCS file: /cvsroot/toxicengine/toxic/src/driver/version.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** version.h 20 Apr 2004 11:12:29 -0000 1.5 --- version.h 9 Nov 2004 22:39:44 -0000 1.6 *************** *** 2,6 **** toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: be...@ai... This file is part of toxic. --- 2,6 ---- toxic - A Global Illumination Renderer Copyright (C) 2003-2004 Francois Beaune ! Contact: http://toxicengine.sourceforge.net/ This file is part of toxic. *************** *** 24,28 **** #define TOXIC_DRIVER_VERSION_H ! #include "renderer/globals.h" #include <string> --- 24,28 ---- #define TOXIC_DRIVER_VERSION_H ! #include "renderer/globals.h" // include first #include <string> *************** *** 30,34 **** namespace toxic { ! const std::string VERSION = "1.0 alpha-4 UNOFFICIAL VERSION"; #include "buildnumber.h" --- 30,34 ---- namespace toxic { ! const std::string VERSION = "1.0 alpha-4"; #include "buildnumber.h" |
From: Jonathan P. <jp...@us...> - 2004-10-30 19:16:36
|
Update of /cvsroot/toxicengine/website/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8330/include Modified Files: utils.inc.php Log Message: - use of CVS keywords - replaced useragent logging with referrer and IP logging Index: utils.inc.php =================================================================== RCS file: /cvsroot/toxicengine/website/include/utils.inc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** utils.inc.php 2 Oct 2004 01:44:46 -0000 1.1 --- utils.inc.php 30 Oct 2004 19:16:21 -0000 1.2 *************** *** 2,20 **** /* toxic - A Global Illumination Renderer ! Copyright (C) 2003-2004 Francois Beaune ! Contact: be...@ai... ! This file is part of toxic. ! toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ! toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software --- 2,20 ---- /* toxic - A Global Illumination Renderer ! Copyright (C) 2004 The toxic Project ! http://toxicengine.sourceforge.net ! This file is part of toxic. ! toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ! toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software *************** *** 23,28 **** function current_file() { ! $script_name = $_SERVER["SCRIPT_NAME"]; ! $parts = Explode('/', $script_name); return $parts[count($parts) - 1]; } --- 23,28 ---- function current_file() { ! $script_name = $_SERVER["SCRIPT_NAME"]; ! $parts = Explode('/', $script_name); return $parts[count($parts) - 1]; } *************** *** 61,64 **** --- 61,68 ---- } + function extract_rcs_header($header) { + return preg_replace('/^[^:]+:\s*(.*)\s*\$$/','$1',$header); + } + function output_document_info($author, $revision, $update_timestamp) { ?> *************** *** 66,70 **** <tr> <td class="postheader"> ! Author: <?php echo $author; ?><br> Revision: <?php echo $revision; ?><br> Last Update: <?php echo date('r', $update_timestamp); ?><br> --- 70,74 ---- <tr> <td class="postheader"> ! Latest author: <?php echo $author; ?><br> Revision: <?php echo $revision; ?><br> Last Update: <?php echo date('r', $update_timestamp); ?><br> *************** *** 85,122 **** function record_hit($admin, $page_id) { ! $identstring = addslashes($_SERVER['HTTP_USER_AGENT']); ! ! // Look for the browser's identification string into the 'useragents' database. ! $entry_vector = mysql_query( ! 'SELECT DISTINCT id ' . ! ' FROM useragents ' . ! ' WHERE identstring=\'' . $identstring . '\''); ! ! // Add a new entry to the 'useragents' database if the identification string of ! // this browser is unknown. ! if(mysql_num_rows($entry_vector) == 0) { ! mysql_query( ! 'INSERT INTO useragents VALUES (' . ! ' \'NULL\', ' . ! ' \'' . $identstring . '\')'); ! ! // Look (again) for the browser's identification string. ! $entry_vector = mysql_query( ! 'SELECT DISTINCT id ' . ! ' FROM useragents ' . ! ' WHERE identstring=\'' . $identstring . '\''); ! } ! ! assert(mysql_num_rows($entry_vector) == 1); ! $row = mysql_fetch_array($entry_vector); // Insert new hit record. mysql_query( ! 'INSERT INTO pagehits VALUES (' . ! ' \'NULL\', ' . ' \'' . mktime() . '\', ' . - ' \'' . $row['id'] . '\', ' . ' \'' . $page_id . '\', ' . ! ' \'' . $admin . '\')'); } ?> --- 89,107 ---- function record_hit($admin, $page_id) { ! // assuming magic_quotes_gpc==1 ! ! $referrer = $_SERVER['HTTP_REFERER']; ! $ip = $_SERVER['REMOTE_ADDR']; ! $host = gethostbyaddr($ip); // Insert new hit record. mysql_query( ! 'INSERT INTO pagehits ( timestamp, pageid, adminpage, referrer, ip, host ) VALUES (' . ' \'' . mktime() . '\', ' . ' \'' . $page_id . '\', ' . ! ' \'' . $admin . '\', ' . ! ' \'' . $referrer . '\', ' . ! ' \'' . $ip . '\', ' . ! ' \'' . addslashes($host) . '\')'); } + ?> |
From: Jonathan P. <jp...@us...> - 2004-10-30 19:16:36
|
Update of /cvsroot/toxicengine/website/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8330/documentation Modified Files: settingsfilesformat.php Log Message: - use of CVS keywords - replaced useragent logging with referrer and IP logging Index: settingsfilesformat.php =================================================================== RCS file: /cvsroot/toxicengine/website/documentation/settingsfilesformat.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** settingsfilesformat.php 30 Oct 2004 15:05:43 -0000 1.4 --- settingsfilesformat.php 30 Oct 2004 19:16:21 -0000 1.5 *************** *** 30,36 **** output_document_info( ! /* author */ '$Author$', ! /* revision */ '$Revision$', ! /* last update */ strtotime('$Date$') ); ?> --- 30,36 ---- output_document_info( ! /* author */ extract_rcs_header('$Author$'), ! /* revision */ extract_rcs_header('$Revision$'), ! /* last update */ strtotime(extract_rcs_header('$Date$')) ); ?> |
From: Jonathan P. <jp...@us...> - 2004-10-30 19:16:34
|
Update of /cvsroot/toxicengine/website/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8330/admin Modified Files: admin_statistics.php Log Message: - use of CVS keywords - replaced useragent logging with referrer and IP logging Index: admin_statistics.php =================================================================== RCS file: /cvsroot/toxicengine/website/admin/admin_statistics.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_statistics.php 21 Oct 2004 22:36:06 -0000 1.3 --- admin_statistics.php 30 Oct 2004 19:16:20 -0000 1.4 *************** *** 39,45 **** $page_hit_vector = mysql_query( ! 'SELECT useragentid, pageid ' . ' FROM pagehits ' . ! ' WHERE adminpage=\'0\''); $total_page_hits = mysql_num_rows($page_hit_vector); --- 39,45 ---- $page_hit_vector = mysql_query( ! 'SELECT pageid ' . ' FROM pagehits ' . ! ' WHERE adminpage=0'); $total_page_hits = mysql_num_rows($page_hit_vector); *************** *** 106,109 **** --- 106,112 ---- <p></p> + where + referrer!='' and referrer not like 'http://toxicengine.%' + <p class="title">Last 10 Hits</p> *************** *** 114,122 **** <tr class="tableheader"> <td>Page Title</td> ! <td>Last Hit</td> </tr> <?php $entry_vector = mysql_query( ! 'SELECT pageid, timestamp ' . ' FROM pagehits ' . ' WHERE adminpage=\'0\' ' . --- 117,128 ---- <tr class="tableheader"> <td>Page Title</td> ! <td>Date/time</td> ! <td>Referrer</td> ! <td>IP</td> ! <td>Host</td> </tr> <?php $entry_vector = mysql_query( ! 'SELECT pageid, timestamp, referrer, ip, host ' . ' FROM pagehits ' . ' WHERE adminpage=\'0\' ' . *************** *** 125,132 **** --- 131,142 ---- while($row = mysql_fetch_array($entry_vector)) { + $saferefr = htmlspecialchars($row['referrer']); ?> <tr class="tablerow"> <td><?php echo get_page_title($row['pageid']); ?></td> <td><?php echo date('r', $row['timestamp']); ?></td> + <td><a href="<?php echo $saferefr; ?>"><?php echo $saferefr; ?></a></td> + <td><?php echo $row['ip']; ?></td> + <td><?php echo $row['host']; ?></td> </tr> <?php *************** *** 137,198 **** <p></p> ! <p class="title">Browsers Popularity</p> <table width="100%" border="0" cellpadding="5"> <tr class="tableheader"> ! <td align="right">Rank</td> ! <td align="left">Browser</td> ! <td align="right">Hits</td> ! <td align="right">Percentage</td> </tr> <?php ! unset($page_hits); ! ! mysql_data_seek($page_hit_vector, 0); ! while($row = mysql_fetch_array($page_hit_vector)) { ! $user_agent_id = $row['useragentid']; ! ! if(isset($page_hits[$user_agent_id])) ! ++$page_hits[$user_agent_id]; ! else $page_hits[$user_agent_id] = 1; ! } ! ! arsort($page_hits); ! reset($page_hits); ! ! $full_browser_list = $_GET['fullbrowserlist']; ! ! $rank = 0; ! ! reset($page_hits); ! foreach($page_hits as $key => $value) { ! ++$rank; ! if(!$full_browser_list) { ! if($rank > 10) ! break; ! } ?> <tr class="tablerow"> ! <td align="right"><?php echo $rank; ?></td> ! <td align="left"><?php ! $result = mysql_query( ! 'SELECT identstring ' . ! ' FROM useragents ' . ! ' WHERE id=\'' . $key . '\''); ! ! assert(mysql_num_rows($result) == 1); ! $row = mysql_fetch_array($result); ! ! echo htmlspecialchars(stripslashes($row['identstring'])); ! ?></td> ! <td align="right"><?php echo $value; ?></td> ! <td align="right"><?php ! $percent = round($value / $total_page_hits * 100.0); ! ! if($percent < 1) ! echo '< 1 %'; ! else echo $percent . ' %'; ! ?></td> </tr> <?php --- 147,176 ---- <p></p> ! <p class="title">Top referrals</p> ! ! <p>Most recent hit appears first.</p> <table width="100%" border="0" cellpadding="5"> <tr class="tableheader"> ! <td>Referrer</td> ! <td>Count</td> ! <td>Latest hit</td> </tr> <?php ! $entry_vector = mysql_query( ! 'SELECT referrer, max( timestamp ) AS latest, COUNT(*) AS refcnt ' . ! ' FROM pagehits ' . ! ' WHERE adminpage=\'0\' AND referrer!=\'\' AND referrer NOT LIKE \'http://toxicengine.%\'' . ! ' GROUP BY referrer' . ! ' ORDER BY refcnt DESC, latest DESC ' . ! ' LIMIT 0, 50'); ! while($row = mysql_fetch_array($entry_vector)) { ! $saferefr = htmlspecialchars($row['referrer']); ?> <tr class="tablerow"> ! <td><a href="<?php echo $saferefr; ?>"><?php echo $saferefr; ?></a></td> ! <td><?php echo $row['refcnt']; ?></td> ! <td><?php echo date('r', $row['latest']); ?></td> </tr> <?php *************** *** 201,216 **** </table> ! <div align="right"> ! <?php ! if($full_browser_list) { ! ?> ! <a href="<?php echo $_SERVER['PHP_SELF']; ?>">View 10 First Entries</a> ! <?php ! } else { ! ?> ! <a href="<?php echo $_SERVER['PHP_SELF'] . '?fullbrowserlist=1'; ?>">View Full Table</a> ! <?php ! } ! ?> </div> --- 179,184 ---- </table> ! <p></p> ! </div> |
From: Jonathan P. <jp...@us...> - 2004-10-30 15:06:16
|
Update of /cvsroot/toxicengine/website/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21574/documentation Modified Files: settingsfilesformat.php Log Message: tentative use of CVS keywords Index: settingsfilesformat.php =================================================================== RCS file: /cvsroot/toxicengine/website/documentation/settingsfilesformat.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** settingsfilesformat.php 30 Oct 2004 14:57:30 -0000 1.3 --- settingsfilesformat.php 30 Oct 2004 15:05:43 -0000 1.4 *************** *** 30,36 **** output_document_info( ! /* author */ 'dictoon', ! /* revision */ '3', ! /* last update */ strtotime('16 April 2004 15:27:00 +0200') ); ?> --- 30,36 ---- output_document_info( ! /* author */ '$Author$', ! /* revision */ '$Revision$', ! /* last update */ strtotime('$Date$') ); ?> |
From: Jonathan P. <jp...@us...> - 2004-10-30 14:57:44
|
Update of /cvsroot/toxicengine/website/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19684/documentation Modified Files: settingsfilesformat.php Log Message: documentation update: RenderArea does not exist in the scene settings anymore Index: settingsfilesformat.php =================================================================== RCS file: /cvsroot/toxicengine/website/documentation/settingsfilesformat.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** settingsfilesformat.php 21 Oct 2004 22:36:08 -0000 1.2 --- settingsfilesformat.php 30 Oct 2004 14:57:30 -0000 1.3 *************** *** 89,94 **** <li>3.3 <a href="#scenesettings_output">Output Settings</a> <ul class="toclist"> ! <li>3.3.1 <a href="#scenesettings_output_renderarea">Render Area</a></li> ! <li>3.3.2 <a href="#scenesettings_output_gamma">Gamma Correction</a></li> </ul> </li> --- 89,93 ---- <li>3.3 <a href="#scenesettings_output">Output Settings</a> <ul class="toclist"> ! <li>3.3.1 <a href="#scenesettings_output_gamma">Gamma Correction</a></li> </ul> </li> *************** *** 743,772 **** inside the root element.</p> ! <!-- ### 3.3.1 Render Area --> ! <a name="scenesettings_output_renderarea" id="scenesettings_output_renderarea"></a> ! <div class="subsubtitle">3.3.1 Render Area</div> ! ! <p>Syntax:</p> ! ! <div class="codefragment"> ! <<span class="xmlverb-element-name">RenderArea</span> ! <span class="xmlverb-attr-name">x0</span>="<span class="xmlverb-attr-content">10</span>" ! <span class="xmlverb-attr-name">y0</span>="<span class="xmlverb-attr-content">10</span>" ! <span class="xmlverb-attr-name">x1</span>="<span class="xmlverb-attr-content">100</span>" ! <span class="xmlverb-attr-name">y1</span>="<span class="xmlverb-attr-content">100</span>" /> ! </div> ! ! <p>If present, the <<span class="xmlverb-element-name">RenderArea</span> /> element instructs <em>toxic</em> ! to render only a rectangular portion of the image. This rectangular area is defined by the coordinates of ! the top-left corner (<span class="xmlverb-attr-name">x0</span>, <span class="xmlverb-attr-name">y0</span>) ! and the bottom-right corner (<span class="xmlverb-attr-name">x1</span>, <span class="xmlverb-attr-name">y1</span>). ! All coordinates must be non-negative integer values.</p> ! ! <p>The <<span class="xmlverb-element-name">RenderArea</span> /> element can not appear ! more than once inside the <<span class="xmlverb-element-name">Output</span> /> element.</p> ! ! <!-- ### 3.3.2 Gamma Correction --> <a name="scenesettings_output_gamma" id="scenesettings_output_gamma"></a> ! <div class="subsubtitle">3.3.2 Gamma Correction</div> <p>Syntax:</p> --- 742,748 ---- inside the root element.</p> ! <!-- ### 3.3.1 Gamma Correction --> <a name="scenesettings_output_gamma" id="scenesettings_output_gamma"></a> ! <div class="subsubtitle">3.3.1 Gamma Correction</div> <p>Syntax:</p> |