Posted: 19th Dec 2002 9:56
Not horribly amazing but a cool trick nonetheless.

+ Code Snippet
sync on: sync rate 60

make object sphere 1,10
make object plain 2,80,80
position object 2,0,-6,0
pitch object up 2, 90
make object plain 3,80,80
position object 3,0,-5.8,0
fade object 3,50
color object 3, rgb(255,0,0)
pitch object up 3, 90
ghost object on 3
set reflection shading on 2

position camera 0,3,-50
do

sync
loop