algorithmic modeling for Rhino
Tags:
You could just flip the surface before you pass it into the VB component - or you can add a line after line 133 in the first script:
from:
pNorm(i, j, k) = srf.NormalAt(p_UV(k, 0), p_UV(k, 1))
to:
pNorm(i, j, k) = srf.NormalAt(p_UV(k, 0), p_UV(k, 1))
pNorm(i, j, k).Reverse()
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by