Atom Posted March 7, 2018 Share Posted March 7, 2018 (edited) I have a grid like surface that I have rayed onto a sphere like surface. My point normals on the grid do not conform to the surface, but I can see that the primitive normals are what I want. When I try to promote the primitive normals to points I get an error because they don't actually exists. Is there anyway to get these fake primitive normals shown in the viewport onto my geometry as a real attribute? OR Is there a way to make the blue normals follow the direction of the magenta normals shown in the image? Edited March 8, 2018 by Atom Quote Link to comment Share on other sites More sharing options...
acey195 Posted March 8, 2018 Share Posted March 8, 2018 wrangle over prims: ///// v@primNormal = prim_normal(0, @primnum, {0.5, 0.5, 0.5}); ///// then promote the attrib to points like you tried before 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.