to make sure i understand what you are doing….
you have a layer (illustrator file), you make it 3d, create a new solid (for the back side) and make it 3d. parent those together an the rotate them on y axis to turn the page… or maybe there is a null involved to set the rotation anchor. but this is basically it, right?
if the back side is just a solid color (white perhaps), then you could use dan ebbert’s expression (found here) and the solid composite effect to effectively hide the illustration as the page flips. here’s what to do:
- bring you illustration into a comp and make it 3d
- add the solid composite effect (effects>channel>solid composite) and set a color for the back side of the page.
- option or alt click the source opacity stopwatch to enable expressions and enter if (toCompVec([0, 0, 1])[2] > 0 ) 100 else 0
- option or alt click the stopwatch for opacity (within the solid composite effect) and enter if (toCompVec([0, 0, 1])[2] > 0 ) 0 else 100
now if you rotate the layer on the y axis, as the layer faces away for mthe camera, the ‘front’ should hide and the solid color should show.
if you have many pages, you can make this a preset by selecting the effect in the effect controls, then choosing animation>save animation preset. then you can select multiple layer and choose animation>apply preset.. (or choose it from the effects & presets panel) to apply the effect and expressions to all selected layers.
Kevin Camp
Senior Designer
KCPQ, KMYQ & KRCW