andmotion Posted September 3, 2019 Share Posted September 3, 2019 (edited) Hey, I have this logic : int mypoints = pcopen(0,"P",@P,chf("Dist"),chi("MAxpoints")); @Cd = pcfilter(mypoints,"Cd"); working fine in wrangler BUT I would like to make it in VOP as a exercise and......:) Uploaded file showing my problem....How can I get Cd from attribfrommap and inside VOP support that info to the string input for PcFilter which I suppose is necessary to do. I did try change inside pcfilter to vector and put Cd but it's not working (for me at least) Thanks:) Edited September 3, 2019 by andmotion Quote Link to comment Share on other sites More sharing options...
anim Posted September 3, 2019 Share Posted September 3, 2019 (edited) Currently you are probably sampling the default geo that pcopen1 points to based on it's Point Cloud Texture parameter To use the first input geo as your vex example, connect OpInput1 to file input of your pcopen1 Edited September 3, 2019 by anim Quote Link to comment Share on other sites More sharing options...
andmotion Posted September 3, 2019 Author Share Posted September 3, 2019 Great anim that's it:) 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.