Implementing Page Flipping Effect.

Howdy all,

i'm trying to script the page flipping script with unity3d and i have some questions regarding this.

if we assume the the single page would be a GUITexture, how would i be able to bend it inward ?

anyone can help me out with pointers to where to start my search, i have got some examples on Silverlight and Flash, and i'm going to inspect the math behind it, but any pointers would be greatly appreciated.

TIA

1 Answer

1

You can use animatet mesh for the page. (per vertex keyframe animation)

And go look at this tutorial on how to get your text on the texture with Unity: http://blog.almostlogical.com/2010/08/20/adding-text-to-texture-at-runtime-in-unity3d-without-using-render-texture/

p.s.

Other solution is to use Unity's 3DText, although it will be harder to achieve equally good effect.