Develop and Download Open Source Software

Browse Subversion Repository

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

1 ; źâ‰Ž “ěŠŮ
2 ; matusouth.scm Lat Lon Rot Altitude
3 ; 1 2 3 4
4
5 Area( 5 %1 %2 10 )
6 PerspectiveCall( :Sub )
7 ShadowCall( :Shadow )
8 Jump( : )
9
10 :Sub
11 Perspective
12 :Shadow
13 mif( %4 )
14 Refpoint( 2 :No_object 1 %1 %2 E= %4 V1= 8000 )
15 melse
16 Refpoint( 7 :No_object 1 %1 %2 V1= 8000 )
17 mifend
18
19 mif( %3 )
20 RotatedCall( :Object 0 0 %3 )
21 melse
22 Call( :Object )
23 mifend
24 :No_object
25 Return
26
27 :Object
28 Points( 0
29 20 0 -34 ; 0
30 20 0 34
31 -20 0 34
32 -20 0 -34
33 20 54 -34 ; 4
34 20 54 34
35 4 54 34
36 4 54 -34
37
38 4 20 -34 ; 8
39 4 20 34
40 -20 20 34
41 -20 20 -34
42 )
43 SurfaceColor( 04 F0 )
44
45 Poly( a 8 9 10 11 )
46 Poly( ai 8 9 6 7 )
47
48 ;Bitmap( nagtex3.bmp 0 0 0 0 )
49 LFNBitmapDayNight( "matust.bmp" "matust_lm.bmp" )
50 ShadedTexPoly( a
51 0 0 0
52 1 0x100 0
53 5 0x100 0x100
54 4 0 0x100
55 )
56
57 SurfaceColor( 04 F0 )
58 ConcavePoly
59 Poly( a 1 2 10 9 6 5 )
60 ConcavePoly
61 Poly( a 0 3 11 8 7 4 )
62 Poly( a 4 5 6 7 )
63 Poly( a 3 2 10 11 )
64 Return
65
66 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