source: trunk/environments/g4py/tests/gtest05/vrml/g4polyhedra.wrl @ 1358

Last change on this file since 1358 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 2.6 KB
Line 
1#VRML V2.0 utf8
2# Generated by VRML 2.0 driver of GEANT4
3
4
5#---------- CAMERA
6Viewpoint {
7        position 0 0 452.607
8}
9
10#---------- SOLID: dummy.0
11        Shape {
12                appearance Appearance {
13                        material Material {
14                                diffuseColor 0 1 0
15                                transparency 0.7
16                        }
17                }
18                geometry IndexedFaceSet {
19                        coord Coordinate {
20                                point [
21                                        123.607 0 350,
22                                        38.1966 117.557 350,
23                                        -100 72.6543 350,
24                                        -100 -72.6543 350,
25                                        38.1966 -117.557 350,
26                                        123.607 0 320,
27                                        38.1966 117.557 320,
28                                        -100 72.6543 320,
29                                        -100 -72.6543 320,
30                                        38.1966 -117.557 320,
31                                        49.4427 0 300,
32                                        15.2786 47.0228 300,
33                                        -40 29.0617 300,
34                                        -40 -29.0617 300,
35                                        15.2786 -47.0228 300,
36                                        49.4427 0 130,
37                                        15.2786 47.0228 130,
38                                        -40 29.0617 130,
39                                        -40 -29.0617 130,
40                                        15.2786 -47.0228 130,
41                                        185.41 0 80,
42                                        57.2949 176.336 80,
43                                        -150 108.981 80,
44                                        -150 -108.981 80,
45                                        57.2949 -176.336 80,
46                                        185.41 0 50,
47                                        57.2949 176.336 50,
48                                        -150 108.981 50,
49                                        -150 -108.981 50,
50                                        57.2949 -176.336 50,
51                                        0 0 0,
52                                        0 0 350,
53                                        0 0 320,
54                                        0 0 300,
55                                        0 0 130,
56                                        0 0 80,
57                                        0 0 50,
58                                ]
59                        }
60                        coordIndex [
61                                0, 5, 6, 1, -1,
62                                1, 6, 7, 2, -1,
63                                2, 7, 8, 3, -1,
64                                3, 8, 9, 4, -1,
65                                4, 9, 5, 0, -1,
66                                5, 10, 11, 6, -1,
67                                6, 11, 12, 7, -1,
68                                7, 12, 13, 8, -1,
69                                8, 13, 14, 9, -1,
70                                9, 14, 10, 5, -1,
71                                10, 15, 16, 11, -1,
72                                11, 16, 17, 12, -1,
73                                12, 17, 18, 13, -1,
74                                13, 18, 19, 14, -1,
75                                14, 19, 15, 10, -1,
76                                15, 20, 21, 16, -1,
77                                16, 21, 22, 17, -1,
78                                17, 22, 23, 18, -1,
79                                18, 23, 24, 19, -1,
80                                19, 24, 20, 15, -1,
81                                20, 25, 26, 21, -1,
82                                21, 26, 27, 22, -1,
83                                22, 27, 28, 23, -1,
84                                23, 28, 29, 24, -1,
85                                24, 29, 25, 20, -1,
86                                25, 30, 26, -1,
87                                26, 30, 27, -1,
88                                27, 30, 28, -1,
89                                28, 30, 29, -1,
90                                29, 30, 25, -1,
91                                31, 0, 1, -1,
92                                31, 1, 2, -1,
93                                31, 2, 3, -1,
94                                31, 3, 4, -1,
95                                31, 4, 0, -1,
96                        ]
97                        solid FALSE
98                }
99        }
100#---------- POLYLINE
101Shape {
102        appearance Appearance {
103                material Material {
104                        diffuseColor 1 0 0
105                        emissiveColor 1 0 0
106                }
107        }
108        geometry IndexedLineSet {
109                coord Coordinate {
110                        point [
111                                0 0 0,
112                                100 0 0,
113                        ]
114                }
115                coordIndex [
116                        0, 1, -1
117                ]
118        }
119}
120#---------- POLYLINE
121Shape {
122        appearance Appearance {
123                material Material {
124                        diffuseColor 0 1 0
125                        emissiveColor 0 1 0
126                }
127        }
128        geometry IndexedLineSet {
129                coord Coordinate {
130                        point [
131                                0 0 0,
132                                0 100 0,
133                        ]
134                }
135                coordIndex [
136                        0, 1, -1
137                ]
138        }
139}
140#---------- POLYLINE
141Shape {
142        appearance Appearance {
143                material Material {
144                        diffuseColor 0 0 1
145                        emissiveColor 0 0 1
146                }
147        }
148        geometry IndexedLineSet {
149                coord Coordinate {
150                        point [
151                                0 0 0,
152                                0 0 100,
153                        ]
154                }
155                coordIndex [
156                        0, 1, -1
157                ]
158        }
159}
160#End of file.
Note: See TracBrowser for help on using the repository browser.