Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/freesc/dome2.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: 904 byte(s)
file moved

1 ; DOME
2 ; dome.scm Lat Lon scale color1 Altitude
3 ; 1 2 3 4 5
4
5
6 ; ** Poly number 1
7
8 Area( 5 %1 %2 20 )
9 PerspectiveCall( :PC01 )
10 ; ShadowCall( :Shadow )
11 Jump( :END01 )
12 :PC01
13 Perspective
14 :Shadow
15 mif ( %5 )
16 RefPoint( 2 :REF01 %3 %1 %2 E= %5 )
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( a 0
37 100 0 0 ; 0
38 87 0 50
39
40 87 50 0
41 75 50 43
42
43 50 87 0
44 43 87 25
45
46 0 100 0
47 )
48
49 ShadedColor( %4 f0 )
50 ShadedPoly( a 0 1 3 2 )
51 ShadedPoly( a 2 3 5 4 )
52 ShadedPoly( a 4 5 6 )
53
54 Return
55 :END01
56 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