Juzwa Posted March 20, 2015 Share Posted March 20, 2015 Hi, I'd like to create normals according to my deformed geometry, this is what I mean: This is very simple, right? But I'm gettig a completely different vector. What am I missing here? temp.hipnc Quote Link to comment Share on other sites More sharing options...
pbarua Posted March 20, 2015 Share Posted March 20, 2015 Problem with your file is that you multiplied float(constant vop) by vector(@P2 - @P1) and feed the result to vector (@N) which makes all the three component of N vector the same. Just reverse the inputs of multiply vop. Quote Link to comment Share on other sites More sharing options...
Juzwa Posted March 20, 2015 Author Share Posted March 20, 2015 You are right, I did not see that. Thank you! 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.