Page 1 of 1
Examples?
Posted: Wed May 17, 2006 5:03 am
by stevev4v
Hi,
Are there any examples using the new 3D engine in PB4? Physics, shadows and what not?
Thanks!
Posted: Wed May 17, 2006 7:06 pm
by Comtois
Posted: Fri May 19, 2006 4:50 am
by stevev4v
Thanks for the demo... I am not seeing any shadows though I do have the latest Radeon drivers installed... any idea?
Posted: Fri May 19, 2006 1:30 pm
by Thalius
Works for me with shadows ... have you tried the otehr shadow Mode ?
WorldShadows(#PB_Shadow_Modulative) ?
Greets, Thalius
Posted: Fri May 19, 2006 3:32 pm
by stevev4v
I have tried the other mode and still no joy. weird.
Posted: Thu Jul 06, 2006 3:25 pm
by Invizix
The example provided in this posting does not seem to compile, it gives the following error...
Code: Select all
Line 35: Bad parameter type, number expected instead of string
Posted: Thu Jul 06, 2006 3:34 pm
by netmaestro
There's two OpenWindow statements in that source with the old parameter order. Just move the window name from the end of the line back to before the flags for those two lines and it'll work.