show a different image on the back of a 3d object with curvature
I am trying to create a page turn without using the cc page turn effect (i don't like how it looks for this animation). I have my page set to animate as a 3d layer with curvature applied, and i want to show the next page on the back of it as it flips. i found a way to do this using the blend effect, putting the following expresion in "blend with original": toCompVec([0, 0, 1])[2] > 0 ? value : 0
The problem is that with the curvature, as the page flips, it doesn't show me the alternate image until it actually crosses the gutter of the book - until that point, it shows the image that's on the front of the page on the back side. I know there's a way to fix this, and I'm almost there. Does anyone have an answer?
This is what it's showing:

I want to show the next page on the back:

Thank you!
