second post: 3d object errors
// Project: glitchestest
// Created: 2015-01-18
// set window properties
SetWindowTitle( "glitchestest" )
SetWindowSize( 1024, 768, 0 )
// set display properties
SetVirtualResolution( 1024, 768 )
SetOrientationAllowed( 1, 1, 1, 1 )
setobjectimage(0,0,0)
do
a#=getobjectx(1)
b#=getobjecty(0)
print(a#)
print(b#)
Print( ScreenFPS() )
Sync()
loop
-i didnt even have an object loaded and this should crash n burn but doesnt
-i also again tried object 0 and it doesnt crash.
even agk v1 player catches these and stops the program.
edit:
did some more testing....it really just looks like error checking is completely off
i can rotate objects that dont exist
i can change objects positions that dont exist..
still runs fine!
is this going to be fixed aswell? I hope to see loading times fixed first with obj files.
www.sheldonscreations.com