Follyx Posted February 17, 2014 Share Posted February 17, 2014 Hi, found a really cool link but due to my learning status, I'm not really sure how to implement these expressions. https://sites.google.com/site/zwayorg/script-and-gizmo/houdini/isosurface Please could anyone show me the way on one example? Thanks in advance. Cheers Quote Link to comment Share on other sites More sharing options...
0rr Posted February 17, 2014 Share Posted February 17, 2014 (edited) You have to type these expressions into the Implicit Fuction field of the Isosurface node. But before you can simply copy and paste these strings you need to define some custom functions like the the guy who wrote them. To define these custom functions need go to Edit > Aliases and Variables and there into the Expression tab. Copy and paste the following into the textfield: #deg sin float sind(float val) { return sin(deg(val)); } #deg cos float cosd(float val) { return cos(deg(val)); } Hit Apply Changes and these two new expression function should be available. Now in SOPs you can lay down an Isosurface node and copy and paste the expression into the Implicit Function paramenter-field. Make sure to adjust the Bound and Division parameter accordingly. simpleIso.hip Edited February 17, 2014 by 0rr 1 Quote Link to comment Share on other sites More sharing options...
Follyx Posted February 18, 2014 Author Share Posted February 18, 2014 GREAT; THANK YOU SO MUCH 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.