From: <ma...@us...> - 2003-07-10 14:48:30
|
Update of /cvsroot/jrman/drafts/sampleData In directory sc8-pr-cvs1:/tmp/cvs-serv26926/sampleData Modified Files: TextureTest.rib aphrodite.rib DinningRoom.rib Log Message: Added file buckets option. Index: TextureTest.rib =================================================================== RCS file: /cvsroot/jrman/drafts/sampleData/TextureTest.rib,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TextureTest.rib 3 Jul 2003 17:57:52 -0000 1.5 --- TextureTest.rib 10 Jul 2003 14:48:26 -0000 1.6 *************** *** 23,27 **** WorldBegin LightSource "ambientlight" 1 "intensity" 1 ! ShadingRate .25 Surface "paintedplastic" Patch "bilinear" "P" [-1000 -5 0 --- 23,27 ---- WorldBegin LightSource "ambientlight" 1 "intensity" 1 ! ShadingRate 1 Surface "paintedplastic" Patch "bilinear" "P" [-1000 -5 0 Index: aphrodite.rib =================================================================== RCS file: /cvsroot/jrman/drafts/sampleData/aphrodite.rib,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** aphrodite.rib 26 Jun 2003 04:10:45 -0000 1.3 --- aphrodite.rib 10 Jul 2003 14:48:26 -0000 1.4 *************** *** 5,8 **** --- 5,9 ---- # scene definitions + Option "buckets" "file" 1 Display "aphrodite" "framebuffer" "rgb" PixelFilter "gaussian" 2 2 Index: DinningRoom.rib =================================================================== RCS file: /cvsroot/jrman/drafts/sampleData/DinningRoom.rib,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** DinningRoom.rib 3 Jul 2003 17:57:52 -0000 1.13 --- DinningRoom.rib 10 Jul 2003 14:48:26 -0000 1.14 *************** *** 1,10 **** ! #MakeTexture "brick.jpg" "brick.txr" "periodic" "periodic" "gaussian" 2 2 ! #MakeTexture "woo12.jpg" "woo12.txr" "periodic" "periodic" "gaussian" 2 2 ! #MakeTexture "rattan.gif" "rattan.txr" "periodic" "periodic" "gaussian" 2 2 ! #MakeTexture "mosaic.gif" "mosaic.txr" "periodic" "periodic" "gaussian" 2 2 ! #MakeTexture "gradient.png" "gradient.txr" "periodic" "periodic" "gaussian" 2 2 ! #MakeTexture "marb2.gif" "marb2.txr" "periodic" "periodic" "gaussian" 2 2 ! #MakeTexture "marble7.gif" "marble7.txr" "periodic" "periodic" "gaussian" 2 2 ! #MakeTexture "clay.gif" "clay.txr" "periodic" "periodic" "gaussian" 2 2 Display "TableReflection.png" "file" "rgba" --- 1,10 ---- ! MakeTexture "brick.jpg" "brick.txr" "periodic" "periodic" "gaussian" 2 2 ! MakeTexture "woo12.jpg" "woo12.txr" "periodic" "periodic" "gaussian" 2 2 ! MakeTexture "rattan.gif" "rattan.txr" "periodic" "periodic" "gaussian" 2 2 ! MakeTexture "mosaic.gif" "mosaic.txr" "periodic" "periodic" "gaussian" 2 2 ! MakeTexture "gradient.png" "gradient.txr" "periodic" "periodic" "gaussian" 2 2 ! MakeTexture "marb2.gif" "marb2.txr" "periodic" "periodic" "gaussian" 2 2 ! MakeTexture "marble7.gif" "marble7.txr" "periodic" "periodic" "gaussian" 2 2 ! MakeTexture "clay.gif" "clay.txr" "periodic" "periodic" "gaussian" 2 2 Display "TableReflection.png" "file" "rgba" *************** *** 268,272 **** PixelSamples 4 4 Exposure 1 2.2 ! Format 512 384 1 Projection "perspective" "fov" [40] PixelFilter "gaussian" 2 2 --- 268,272 ---- PixelSamples 4 4 Exposure 1 2.2 ! Format 1000 750 1 Projection "perspective" "fov" [40] PixelFilter "gaussian" 2 2 *************** *** 276,280 **** WorldBegin ! LightSource "ambientlight" 1 "intensity" [0.1] LightSource "spotlight" 2 "intensity" [2000] "lightcolor" [1 1 1] "from" [0 100 50] "to" [0 45 98] --- 276,280 ---- WorldBegin ! ShadingRate .25 LightSource "ambientlight" 1 "intensity" [0.1] LightSource "spotlight" 2 "intensity" [2000] "lightcolor" [1 1 1] "from" [0 100 50] "to" [0 45 98] |