wyy Posted October 18, 2022 Share Posted October 18, 2022 (edited) I try to make some leafs using copy to point node, but dont know how to set normals correctly. I use normal node, scatter some points, and when use copy to points node. But some are upside down or looking to other side. How to make so they all look up? Edited October 18, 2022 by wyy Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted October 18, 2022 Share Posted October 18, 2022 You would need another vector called "up" that points upwards, eg. v@up = {0,1,0}; 1 Quote Link to comment Share on other sites More sharing options...
wyy Posted October 18, 2022 Author Share Posted October 18, 2022 4 minutes ago, konstantin magnus said: You would need another vector called "up" that points upwards, eg. v@up = {0,1,0}; Thanks! 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.