GLBasic forum

Main forum => Announcements => Topic started by: Kitty Hello on 2010-Jan-05

Title: AC3D loader for 2D polygon shapes
Post by: Kitty Hello on 2010-Jan-05
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)
Title: Re: AC3D loader for 2D polygon shapes
Post by: bigsofty on 2010-Jan-06
Thank you Gernot!  =D
Title: Re: AC3D loader for 2D polygon shapes
Post by: Hatonastick on 2010-Jul-15
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:
Code (glbasic) Select
?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.
Title: Re: AC3D loader for 2D polygon shapes
Post by: Kitty Hello on 2010-Jul-15
Very strange. Just comment that part out then.
Title: Re: AC3D loader for 2D polygon shapes
Post by: Hatonastick on 2010-Jul-15
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.