tabu Posted December 8, 2020 Share Posted December 8, 2020 Hello people. I can't find a way, how I could keep normals pointing at the same angle for my scattered points on a simmed geometry. Maybe you could help me with that? I'll add photos to make it a bit more clear what I mean by that. Thank you Quote Link to comment Share on other sites More sharing options...
lyansart Posted December 17, 2020 Share Posted December 17, 2020 Hi, do you want to align the normals towards a specific point? Or just assign a constant normal? It can be as easy as defining the value you're looking for in vex ( @N= {0,1,0}; ) , or attribute create, Or if you're looking for them to orient towards a cross angle to what they have now, still doable in vex (have a look at the cross or dot function). 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.