~ubuntu-branches/ubuntu/quantal/aqsis/quantal

« back to all changes in this revision

Viewing changes to examples/features/blobby/prman/blend.rib

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-08-06 04:53:26 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090806045326-z6xeaaao62idxcc6
Tags: 1.6.0-0ubuntu1
* New upstream release
* debian/control:
  - changed name of lib package to libaqsis1 instead of aqsis-libsc2a
  - changed name of dev package to libaqsis-dev instead of aqsis-libs-dev
  - Added aqsis-data package
  - Revised summary text according to that specified by the RISpec (Pixar)
* Moved examples installation from aqsis.install to aqsis-data.install
* debian/rules: 
  - added content to binary-indep target
* debian/rules: added explicit name of mime file to force dh_installmime
  to generate postinst and prerm scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
FrameBegin 0
 
2
Display "blend.tif" "tiff" "rgba"
 
3
Format 200 100 1
 
4
Clipping 1e-3 1e2
 
5
Projection "perspective" "fov" 20
 
6
LightSource "distantlight" 1 "from" [-7 10 -7] "intensity" [0.7]
 
7
LightSource "distantlight" 2 "from" [7 10 -7] "intensity" [0.7]
 
8
LightSource "ambientlight" 3 "intensity" [0.1]
 
9
Translate 0 0 7
 
10
WorldBegin
 
11
Imager "background" "color" [1 1 1]
 
12
Color [.2 .6 .1]
 
13
Surface "plastic"
 
14
ShadingInterpolation "smooth"
 
15
ShadingRate 1.0
 
16
Sides 2
 
17
TransformBegin
 
18
Translate 1.1 0 0
 
19
Rotate 10 0 1 0
 
20
Rotate 60 1 1 1
 
21
Blobby 6 [
 
22
                1001 0
 
23
                1001 16
 
24
                1001 32
 
25
                1001 48
 
26
                1001 64
 
27
                1001 80
 
28
                0 6 0 1 2 3 4 5
 
29
        ] [
 
30
                1 0 0 0  0 1 0 0  0 0 1 0   0.6 0   0   1
 
31
                1 0 0 0  0 1 0 0  0 0 1 0   0   0.6 0   1
 
32
                1 0 0 0  0 1 0 0  0 0 1 0   0   0   0.6 1
 
33
                1 0 0 0  0 1 0 0  0 0 1 0  -0.6 0   0   1
 
34
                1 0 0 0  0 1 0 0  0 0 1 0   0  -0.6 0   1
 
35
                1 0 0 0  0 1 0 0  0 0 1 0   0   0  -0.6 1
 
36
        ] [ "" ]
 
37
TransformEnd
 
38
TransformBegin
 
39
Translate -1.1 0 0
 
40
Rotate 10 0 1 0
 
41
Rotate 60 1 1 1
 
42
Blobby 6 [
 
43
                1001 0
 
44
                1001 16
 
45
                1001 32
 
46
                1001 48
 
47
                1001 64
 
48
                1001 80
 
49
                2 6 0 1 2 3 4 5
 
50
        ] [
 
51
                1 0 0 0  0 1 0 0  0 0 1 0   0.6 0   0   1
 
52
                1 0 0 0  0 1 0 0  0 0 1 0   0   0.6 0   1
 
53
                1 0 0 0  0 1 0 0  0 0 1 0   0   0   0.6 1
 
54
                1 0 0 0  0 1 0 0  0 0 1 0  -0.6 0   0   1
 
55
                1 0 0 0  0 1 0 0  0 0 1 0   0  -0.6 0   1
 
56
                1 0 0 0  0 1 0 0  0 0 1 0   0   0  -0.6 1
 
57
        ] [ "" ]
 
58
TransformEnd
 
59
WorldEnd
 
60
FrameEnd