wateryfield Posted July 3, 2014 Share Posted July 3, 2014 (edited) Everyone. I get a simply problem. We can implement and operation with && , || mean or in expression. What sign can i take in vex. Such as: if (@P.x > 1 && @P.y >1 ) Forgive my dumb question. Thanks It just works well with && It is my mistake. Edited July 3, 2014 by wateryfield Quote Link to comment Share on other sites More sharing options...
eetu Posted July 3, 2014 Share Posted July 3, 2014 && and || should work. Check http://www.sidefx.com/docs/houdini13.0/vex/lang for the specification. 1 Quote Link to comment Share on other sites More sharing options...
wateryfield Posted July 3, 2014 Author Share Posted July 3, 2014 (edited) && and || should work. Check http://www.sidefx.com/docs/houdini13.0/vex/lang for the specification. Oh! . &&, It just works well, Sorry. It is my mistake. I shall take : if (@P.x > 3 && @P.z > 3 ), not @P.y I created a ZXplane. Edited July 3, 2014 by wateryfield 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.