Forum: Poser Python Scripting


Subject: Flipping Normals

redspark opened this issue on Jun 21, 2020 ยท 13 posts


redspark posted Mon, 22 June 2020 at 11:57 AM

adp001 posted at 1:51PM Mon, 22 June 2020 - #4392725

On the other side: We have direct access to normals:

for n in geom.Normals():
  print n.X(), n.Y(), n.Z()
  n.SetX(...)

Well, that would be a lot easier. Now, how do I figure out how to make the normal point in the opposite direction? Something to do with Slope?

J