I wanted to see if I could get objects to cast realtime shadows, so I tried using the Set Shadow Shading On command here:
`=====LUCAS'S CUBE=====
lucas_cube=NextIDNumber()
load object "lucas_cube.x",lucas_cube
set object specular lucas_cube,rgb(0,0,0)
set shadow shading on lucas_cube
scale object lucas_cube,50,50,50
position object lucas_cube,0,30,-10
phy make rigid body dynamic box lucas_cube
`=====LUCAS'S CUBE=====
First, I want to confirm that this makes the object CAST a shadow like I think it does. And is it realtime?
I have an ATI Mobility Radeon 9000 which SHOULD have PS and VS 1.4. The program runs fine, just no shadow as far as I can tell...
Any help?