source: trunk/environments/g4py/tests/gtest05/vrml/g4box.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: 1.4 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 1 0 0
15                                transparency 0.7
16                        }
17                }
18                geometry IndexedFaceSet {
19                        coord Coordinate {
20                                point [
21                                        -300 -400 -600,
22                                        300 -400 -600,
23                                        300 400 -600,
24                                        -300 400 -600,
25                                        -300 -400 600,
26                                        300 -400 600,
27                                        300 400 600,
28                                        -300 400 600,
29                                ]
30                        }
31                        coordIndex [
32                                0, 3, 2, 1, -1,
33                                4, 7, 3, 0, -1,
34                                7, 6, 2, 3, -1,
35                                6, 5, 1, 2, -1,
36                                5, 4, 0, 1, -1,
37                                4, 5, 6, 7, -1,
38                        ]
39                        solid FALSE
40                }
41        }
42#---------- POLYLINE
43Shape {
44        appearance Appearance {
45                material Material {
46                        diffuseColor 1 0 0
47                        emissiveColor 1 0 0
48                }
49        }
50        geometry IndexedLineSet {
51                coord Coordinate {
52                        point [
53                                0 0 0,
54                                100 0 0,
55                        ]
56                }
57                coordIndex [
58                        0, 1, -1
59                ]
60        }
61}
62#---------- POLYLINE
63Shape {
64        appearance Appearance {
65                material Material {
66                        diffuseColor 0 1 0
67                        emissiveColor 0 1 0
68                }
69        }
70        geometry IndexedLineSet {
71                coord Coordinate {
72                        point [
73                                0 0 0,
74                                0 100 0,
75                        ]
76                }
77                coordIndex [
78                        0, 1, -1
79                ]
80        }
81}
82#---------- POLYLINE
83Shape {
84        appearance Appearance {
85                material Material {
86                        diffuseColor 0 0 1
87                        emissiveColor 0 0 1
88                }
89        }
90        geometry IndexedLineSet {
91                coord Coordinate {
92                        point [
93                                0 0 0,
94                                0 0 100,
95                        ]
96                }
97                coordIndex [
98                        0, 1, -1
99                ]
100        }
101}
102#End of file.
Note: See TracBrowser for help on using the repository browser.