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