Develop and Download Open Source Software

Browse Subversion Repository

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

1 ; entou
2 ; entou.scm Lat Lon scale color1 Altitude
3 ; 1 2 3 4 5
4
5
6 ; ** Poly number 1
7
8 Area( 5 %1 %2 5 )
9 PerspectiveCall( :PC01 )
10 ShadowCall( :Shadow )
11 Jump( :END01 )
12
13 :PC01
14 Perspective
15 :Shadow
16 mif ( %5 )
17 RefPoint( 2 :REF01 %3 %1 %2 E= %5 )
18 melse
19 RefPoint( 7 :REF01 %3 %1 %2 )
20 mifend
21 RotatedCall( :R0109 0 0 0 )
22 RotatedCall( :R0109 0 0 30 )
23 RotatedCall( :R0109 0 0 60 )
24 RotatedCall( :R0109 0 0 90 )
25 RotatedCall( :R0109 0 0 120 )
26 RotatedCall( :R0109 0 0 150 )
27 RotatedCall( :R0109 0 0 180 )
28 RotatedCall( :R0109 0 0 210 )
29 RotatedCall( :R0109 0 0 240 )
30 RotatedCall( :R0109 0 0 270 )
31 RotatedCall( :R0109 0 0 300 )
32 RotatedCall( :R0109 0 0 330 )
33 :REF01
34 Return
35
36 :R0109
37 VecPoints( a 0
38 100 0 0 ; 0
39 87 50 0
40 )
41
42 ShadedColor( %4 f0 )
43 ShadedPoly( a 0 1 3 2 )
44 ShadedPoly( a 2 3 5 4 )
45 ShadedPoly( a 4 5 6 )
46
47 Return
48 :END01
49 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