I made a quick update to the poly shape library in the showroom:
http://www.glbasic.com/showroom.php?game=AC3DPoly (http://www.glbasic.com/showroom.php?game=AC3DPoly)
That's the library I used for Dr. Shiver (http://drshiver.glbasic.com)
Thank you Gernot! =D
I just downloaded this to try it and for some reason I'm getting a syntax error in GLB 7 (with all the updates, haven't upgraded to 8 Beta yet) in the 'AC3D_intern_col_poly_poly' function here:
?IFDEF GLB_DEBUG
I'm guessing that it doesn't recognise 'GLB_DEBUG'? There certainly isn't anything that leaps out at me when I go through the code in that function and it does seem to think the error is in that one line.
Very strange. Just comment that part out then.
Well if it's a bug it's not worth looking at as v8 is the future. Just thought it was odd. :)
Yeah by the looks of it, it's having problems with all lines that use that command. Took them out and it all works fine.