Hi,
I’m trying to make the card flip effect with perspective camera view and took strange behaviour of labels component.
Game Object has the back sprite and several labels with card parameters.
The some labels are blinking when GO is rotating. I quess they go behind to the sprite. But the other labels are not blinking.
Code of rotate animation:
go.set("hero","euler.y",-45) go.animate("hero","euler.y",go.PLAYBACK_LOOP_PINGPONG,45,go.EASING_LINEAR,5)
How it looks:
Perhaps what labels with some z-order are cutting by camera. But it’s so strange what label “def” works correct and not blinked with the same Z as other labels.
Any ideas?