home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
GFX
/
Raytracing
/
Tools
/
RIP_DUST.LHA
/
dust
/
newexamples
/
PExplodeGOOD.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1995-02-03
|
312 b
|
13 lines
#creating a nice particle-explosion
#this script is for professionals
#you will need about 50MB-100MB to store the objects and rendered frames
load(1,sphere.obj)
load(2,chesscube.sharp)
o2p(1,2,1,f)
scalep(1,0.8)
savep(1,cp)
PExplode(1,120,obj,9.5,-10.0,-0.0005,30,10,obj)
staging3(obj,1,120,1,120,ram:st)
exit