wandersonp Posted January 10, 2015 Share Posted January 10, 2015 How to acess/modify volume data in VolumeWrangle? I got error when I try that vex code. Quote Link to comment Share on other sites More sharing options...
fathom Posted January 10, 2015 Share Posted January 10, 2015 try "v@vel.x" instead of just "@vel.x". by default, "@" will assume a float type instead of a vector. you could also do "v@vel = {0,1,0};" Quote Link to comment Share on other sites More sharing options...
wandersonp Posted January 11, 2015 Author Share Posted January 11, 2015 Thanks fathom 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.