Hi
I have found how to reproduce the bug :
it's with :
LoadObjectWithChildren(1, "soldier1.x")
SetObjectLightMode(1,0)
SetSunActive(1)
With this code, you can see the bug , even with the soldier (.x) in the bone example :
SetErrorMode(2)
SetWindowTitle( "3DagkAnimation" )
SetWindowSize( 1024, 768, 0 )
SetVirtualResolution( 1024, 768 ) // doesn't have to match the window
SetAntialiasMode(1)
LoadObjectWithChildren(1, "soldier1.x")
LoadImage(1, "soldier1.jpg")
SetObjectImage(1, 1, 0 )
/*
u as float
u = 0.5
SetObjectScalePermanent(1, u, u, u)
*/
PlayObjectAnimation(1, "", 0, -1, 1, 0)
SetObjectLightMode(1,0)
SetSunActive(1)
SetFogMode(1)
do
Print( ScreenFPS() )
Sync()
loop
AGK2 tier1 - http://www.dracaena-studio.com