Ответ: помогите плиз с анимацией
Graphics3D 800,600
SetBuffer BackBuffer()
camera=CreateCamera()
light=CreateLight()
bot=LoadAnimMesh("mesh/bot.x" )
Animate bot,2,10,1,0
AnimTime#(bot)
Animating(bot)
PositionEntity bot,0,0,10
ScaleEntity bor,0.03,0.03,0.03
While Not KeyHit(1)
UpdateWorld
RenderWorld
Flip
Wend
End
так можно?
|