From: <ma...@us...> - 2003-05-22 22:17:47
|
Update of /cvsroot/jrman/drafts/sampleData In directory sc8-pr-cvs1:/tmp/cvs-serv27640/sampleData Modified Files: torus.rib unit.rib gumbo.rib Added Files: bezier.rib elephant.rib Log Message: Fixed bezier patches. --- NEW FILE: bezier.rib --- Format 480 360 1 PixelSamples 4 4 Exposure 1 2.5 Option "limits" "gridsize" 16384 Projection "perspective" "fov" 10 Surface "fakedlight" Translate 0 0 40 WorldBegin LightSource "distantlight" 1 "from" [0 1 0] "to" [0 0 0] "intensity" .7 LightSource "ambientlight" 2 "intensity" .2 Lightsource "spotlight" 3 "from" [0 6.5 0] "to" [0 0 0] "intensity" 30 LightSource "pointlight" 4 "from" [0 7.5 0] "intensity" 10 Illuminate 1 0 Illuminate 4 0 ShadingRate 1 AttributeBegin Color 1 1 1 Rotate -30 0 1 0 Rotate -90 1 0 0 #Rotate 45 0 1 0 Translate -1.5 -1.5 0 Scale .2 .2 .2 ReadArchive "gumbo.rib" Opacity .1 .1 .1 Patch "bicubic" "P" [ 0 0 0 1 0 0 2 0 0 3 0 0 0 1 0 1 1 0 2 1 0 3 1 0 0 2 0 1 2 0 2 2 0 3 2 0 0 3 0 1 3 0 2 3 0 3 3 0 ]"Cs" [1 0 0 0 1 0 0 0 1 1 1 0] Color 1 0 0 #Patch "bilinear" "P" [0 0 1 0 3 1 3 0 1 3 3 1] AttributeEnd WorldEnd --- NEW FILE: elephant.rib --- Format 1000 750 1 PixelSamples 16 16 Exposure 1 2.5 Display "Elephant" "framebuffer" "rgb" PixelFilter "box" 1 1 Projection "perspective" "fov" 10 Translate 0 0 60 Rotate -30 1 0 0 WorldBegin LightSource "spotlight" 1 "from" [0 8 -5] "to" [0 0 0] "lightcolor" [1 0 0] "intensity" 75 LightSource "spotlight" 2 "from" [-4 8 2] "to" [0 0 0] "lightcolor" [0 1 0] "intensity" 75 LightSource "spotlight" 3 "from" [4 8 2] "to" [0 0 0] "lightcolor" [0 0 1] "intensity" 75 # Floor AttributeBegin Color 1 1 1 Surface "matte" #Patch "bilinear" "P" [-50 0 -50 50 0 -50 -50 0 50 50 0 50] Rotate -90 1 0 0 Disk 0 50 360 AttributeEnd AttributeBegin Displacement "bumptest" Surface "metal" Color .3 .3 .3 Translate 0 0 -4 Rotate -120 0 1 0 Rotate -90 1 0 0 Scale .2 .2 .2 ReadArchive "gumbo.rib" AttributeEnd WorldEnd Index: torus.rib =================================================================== RCS file: /cvsroot/jrman/drafts/sampleData/torus.rib,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** torus.rib 22 May 2003 07:36:25 -0000 1.9 --- torus.rib 22 May 2003 22:17:43 -0000 1.10 *************** *** 1,3 **** ! Format 480 360 1 PixelSamples 4 4 Exposure 1 2.5 --- 1,4 ---- ! Format 1000 750 1 ! #Option "limits" "gridsize" 1024 PixelSamples 4 4 Exposure 1 2.5 *************** *** 58,65 **** AttributeEnd AttributeBegin Scale .3 .3 .3 ! Rotate -30 0 1 0 Rotate -90 1 0 0 ! Color .6 .6 .6 ReadArchive "gumbo.rib" AttributeEnd --- 59,68 ---- AttributeEnd AttributeBegin + Translate -5.5 -9 -3 Scale .3 .3 .3 ! Rotate -120 0 1 0 Rotate -90 1 0 0 ! Color .2 .2 .2 ! Surface "matte" ReadArchive "gumbo.rib" AttributeEnd *************** *** 69,72 **** --- 72,76 ---- Color 1 .2 .2 Surface "metal" + Translate 3 0 0 Cylinder 2 -2 2 360 AttributeEnd *************** *** 82,86 **** AttributeEnd AttributeBegin ! Translate 0 -2 0 Rotate 90 1 0 0 Color .2 .2 1 --- 86,90 ---- AttributeEnd AttributeBegin ! Translate 3 -2 0 Rotate 90 1 0 0 Color .2 .2 1 Index: unit.rib =================================================================== RCS file: /cvsroot/jrman/drafts/sampleData/unit.rib,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** unit.rib 18 May 2003 20:10:51 -0000 1.4 --- unit.rib 22 May 2003 22:17:43 -0000 1.5 *************** *** 1,2 **** ! #ReadArchive "torusSphereUnit.rib" ! ObjectInstance 1 --- 1,2 ---- ! ReadArchive "torusSphereUnit.rib" ! #ObjectInstance 1 Index: gumbo.rib =================================================================== RCS file: /cvsroot/jrman/drafts/sampleData/gumbo.rib,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gumbo.rib 8 Apr 2003 20:02:30 -0000 1.1 --- gumbo.rib 22 May 2003 22:17:43 -0000 1.2 *************** *** 124,128 **** AttributeBegin Color [0.75 .75 .75] ! Surface "plastic" TransformBegin Translate 7.29999 3.5 10 --- 124,129 ---- AttributeBegin Color [0.75 .75 .75] ! #Surface "plastic" ! Surface "matte" TransformBegin Translate 7.29999 3.5 10 |