Proper sprite flipping and mirroring.

Just starting out? Need help? Post your questions and find answers here.
DaylightDreamer
User
User
Posts: 52
Joined: Wed Feb 04, 2009 8:11 am
Location: Armenia

Proper sprite flipping and mirroring.

Post by DaylightDreamer »

I did many attempts to flip my sprites. Any 3D or regular ones.

Seems there is no any proper functions to do so.
Only way is to re render the sprites using images.

Even if i try to do the flipping using TransformSprite3D the sprite is not visible anymore because its polygon is now looking the opposite direction.

Am i missing something here ? This should be standard function for gaming engine.
DaylightDreamer
User
User
Posts: 52
Joined: Wed Feb 04, 2009 8:11 am
Location: Armenia

Re: Proper sprite flipping and mirroring.

Post by DaylightDreamer »

I found some solutions disabling the back face culling on the DirectX level.
However this covers only windows system, how about Linux and Mac OS ?
Post Reply