Razr_123 Posted November 18, 2018 Share Posted November 18, 2018 Hello everyone, so I was trying to assign the different velocity channels to each Cd component, with a Point Wrangle like so: float velxCD = fit(@V.x, -0.5, 0.5, 0, 1); float velyCD = fit(@V.y, -0.5, 0.5, 0, 1); float velzCD = fit(@V.z, -0.5, 0.5, 0, 1); @Cd = set(velxCD, velyCD, velzCD); I have previously also created a Color node to cast the Cd attribute, but the effects of this wrangle do not appear or I get an error (I am still learning). It could also be the case (most likely) that there is something fundamental that I am missing. I hope any of you could guide me a bit on how to approach this issue. Thank you! Quote Link to comment Share on other sites More sharing options...
Noobini Posted November 18, 2018 Share Posted November 18, 2018 how did you set up @V ? should that be little v ? 1 Quote Link to comment Share on other sites More sharing options...
Razr_123 Posted November 18, 2018 Author Share Posted November 18, 2018 YES! How could I be so stupid, I changed the @V.x for @v.x and it works. Thank you so much! You cant imagine the headache I was going through 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.