faxingberlin Posted September 22, 2015 Share Posted September 22, 2015 I study vfl coding.. in http://opengl.jp/houdini/vex/#feedbackhere! But I cannot find STREE_feathery.h... OTL for any shader do i need a library STREE_feathery.h, where it can be found? Quote Link to comment Share on other sites More sharing options...
faxingberlin Posted November 4, 2015 Author Share Posted November 4, 2015 I find! float STREE_feathery(vector p; float freq, it;) { float sum = 0.; float size = 1.; float i; for (i = 0.; i < it; i += 1. ) { sum += (float) STREE_snoise((size*p) + (STREE_snoiseV(size*p)*freq))/size; size *= 2.; } return(sum*1.4); } 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.