Wobbly Sprite

Blitz3D Forums/Blitz3D Beginners Area/Wobbly Sprite

How come, when I rotate my sprite...it wobbles. No matter the size or if it's an even or odd width and height?

It might be too close to the camera.

or its to far from 0,0,0 and is generating zbuffer issues.

Hi G!

Hmmm...I may just have to live with a wobble...lol

Well, if it IS too close to the camera, and assuming you're using it for some kind of HUD/GUI, move it away from the camera and scale it up (so it still appears the same size), and also set it to be drawn last with EntityOrder.

A bit more info might be nice, or a code sample to demonstrate the effect.

Sorry for delay, Ross.

I have simply added a squeak sound effect. Looks quite effective with a wobbly sprite...LMAO!

I will include a source file next time I need a perfect rotating object though...cheers!