AntoineSfx Posted July 2, 2018 Share Posted July 2, 2018 You know.. s for string, f for float, inside wrangles.. I can't find a good query for this. I know it's there somewhere but I can't find it Quote Link to comment Share on other sites More sharing options...
ikoon Posted July 2, 2018 Share Posted July 2, 2018 (edited) Hi, it is described here, below I just copypaste the table: http://www.sidefx.com/docs/houdini/vex/snippets.html Also you can bind arrays by appending [], as in i[]@connected_pts = neighbours(0, @ptnum); ---------------------------------------------------- float f@name vector2 (2 floats) u@name vector (3 floats) v@name vector4 (4 floats) p@name int i@name matrix2 (2×2 floats) 2@name matrix3 (3×3 floats) 3@name matrix (4×4 floats) 4@name string s@name Edited July 2, 2018 by ikoon 1 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.