Masoud Posted February 26, 2019 Share Posted February 26, 2019 Hi guys; I have a geometry in my scene that it's normal vectors length are in multiple values. How could I set their magnitude to a specific fixed value? Thanks. Quote Link to comment Share on other sites More sharing options...
bunker Posted February 26, 2019 Share Posted February 26, 2019 (edited) normalize them and multiply them by your magnitude. eg: v@v = normalize(v@v)*chf("magnitude"); Edited February 26, 2019 by bunker 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.