-
Double Sided Layer
Hey everyone,
I’ve been trying to make a magazine page turn video without any paid plugins and I have been pretty successful so far but I now have an issue with an expression which makes a layer double sided.
The expression I’m using is: toCompVec([0, 0, 1])[2] > 0 ? value : 0
Which I got from this website: https://www.motionscript.com/design-guide/invisible-facing-away.htmlIt works great but now I have applied curvature to the geometry of the layer you can see both sides of the layer at once which isn’t what this expression is designed for. From my understanding of this expression, it will only show the ‘side’ of the layer which is facing the camera so when both sides of the layer are on screen it uses which ever side is larger to be displayed on both sides.
I was wondering whether there is another expression anyone knows of or whether this expression could be adapted for the project I’m working on?
I have attached screenshots of the issue to help you understand what I’m trying to explain.
Thanks in advance. Matt
toCompVec([0, 0, 1])[2] > 0 ? value : 0

