Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/freesc/domstadm.scm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30 - (show annotations) (download)
Mon Feb 26 13:50:55 2007 UTC (17 years, 1 month ago) by tmurakam
File size: 1053 byte(s)
file moved

1 ; DOME stadium
2 ; dome.scm Lat Lon scale color1 color2 Altitude
3 ; 1 2 3 4 5 6
4
5
6 ; ** Poly number 1
7
8 Area( 5 %1 %2 10 )
9 PerspectiveCall( :PC01 )
10 ShadowCall( :Shadow )
11 Jump( :END01 )
12 :PC01
13 Perspective
14 :Shadow
15 mif ( %6 )
16 RefPoint( 2 :REF01 %3 %1 %2 E= %6 )
17 melse
18 RefPoint( 7 :REF01 %3 %1 %2 )
19 mifend
20 RotatedCall( :R0109 0 0 0 )
21 RotatedCall( :R0109 0 0 30 )
22 RotatedCall( :R0109 0 0 60 )
23 RotatedCall( :R0109 0 0 90 )
24 RotatedCall( :R0109 0 0 120 )
25 RotatedCall( :R0109 0 0 150 )
26 RotatedCall( :R0109 0 0 180 )
27 RotatedCall( :R0109 0 0 210 )
28 RotatedCall( :R0109 0 0 240 )
29 RotatedCall( :R0109 0 0 270 )
30 RotatedCall( :R0109 0 0 300 )
31 RotatedCall( :R0109 0 0 330 )
32 :REF01
33 Return
34
35 :R0109
36 VecPoints( p 0
37 107 0 0 45 90 ; 0
38 93 0 55 45 60
39
40 110 18 0 60 90 ; 2
41 95 18 56 60 60
42
43 70 40 0 70 90 ; 4
44 61 40 36 70 60
45
46 40 47 0 80 90 ; 6
47 35 47 21 80 60
48
49 0 52 0 90 0
50 )
51
52 ShadedColor( %4 f0 )
53 Poly( a 0 1 3 2 )
54 Poly( a 2 3 5 4 )
55 Poly( a 4 5 7 6 )
56 ShadedColor( %5 f0 )
57 Poly( a 6 7 8 )
58
59 Return
60 :END01
61 EndA

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26