
Heres the screenshot:
Code: Select all
textureMatrix
# for making it spin
name earth
shift -0.025 0
end
material
name earth
texture http://trepan.bzflag.bz/planets/earth.png
texmat earth
specular 0.25 0.25 0.5
shininess 64
end
define earth
# visible earth (high triangle count)
sphere
passable # don't want the physics
divisions 25
pos 0 0 0
size 6.3785 6.3785 6.3569
matref earth
texsize 1 1
end
# physical earth (lower triangle count)
sphere
color 0 0 0 0 # transparent
divisions 10
pos 0 0 0
size 6.3785 6.3785 6.3569
smoothbounce # fake a smooth surface for ricochets
end
enddef
group earth
spin 23.45 1 0 0 # tilt it
shift 0 0 20
end