2009-03-12
10:56 AM
- last edited on
2023-05-24
10:57 AM
by
Rubia Torres
2009-03-12 04:59 PM
wid = A
high = ZZYZX
!!------------------------------------------------------------RENDER
100:
IF rendon = 1 THEN
SECT_FILL rfill, flbkpen,flpen, flcntpen
cprism_ rcol, rcol, rcol,
10, rdep,
0, 0, 15, !1 outside points
wid, 0, 15, !2
wid, high, 15, !3
0, high, 15, !4
0, 0, -1, !5
rthick, rthick, 15, !6 inside points
wid-rthick, rthick, 15, !7
wid-rthick, high-rthick, 15, !8
rthick, high-rthick, 15, !9
rthick, rthick, -1 !10
ENDIF
RETURN
You would be better off creating one yourself rather than me posting mine, as you will have your own specific requirements for a door.2009-03-12 05:05 PM