lalamax3d Posted April 12, 2017 Share Posted April 12, 2017 Hi Everyone. while following a simple tutorial from Sir, Rohan Dalvi, i got stuck at point SOP. where he put color in vertices via bounding box. attached image shows his settings ( old point operator ) vs my attempt. any ideas. huge thanks in advance Quote Link to comment Share on other sites More sharing options...
f1480187 Posted April 12, 2017 Share Posted April 12, 2017 (edited) $BB[X-Z] are local variables defined on old Point nodes. They evaluate to point positions relative to bounding box of the input. For $BBY case, lowest point is 0.0, highest is 1.0, in-between points got values between 0.0 and 1.0. Since Attribute Expression (aliased as Point node in Tab-menu) uses VEX, this will be VEXpression equivalent of $BBY: relpointbbox(0, @P).y There is no local variables on Attribute Expression node documented. Using local variables from old Point node will not work. bby_alternative.hipnc Edited April 12, 2017 by f1480187 1 Quote Link to comment Share on other sites More sharing options...
lalamax3d Posted April 14, 2017 Author Share Posted April 14, 2017 thanks, i just checked, confirmed with source, add point node after and Cd to verify huge thanks again for source. 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.