-
dan’s “Layer Invisible When Facing Away” expression quick question
if (toCompVec([0, 0, 4335])[2] > 0 ) value else 0
if (toCompVec([0, 0, 4335])[2] > 0 ) value else 0
i’m following Dan’s “Layer Invisible When Facing Away” expression, incredibly useful that it is!! Just have a quick question. Here’s the expression i’m referring to:
if (toCompVec([0, 0, 4335])[2] > 0 ) value else 0
i can understand each aspect of the expression, except for
[2] > 0
What is the 2 for? And what is the (presumably) Less Than Zero for?
Would really appreciate thoughts (especially ones for non-expression peoples like myself!)