guoguofish Posted April 23, 2010 Share Posted April 23, 2010 (edited) I am a beginer. I make a vex sop that manipulate a line ,make it sin curve. When I use a vexsop node,it's right.but two node,it does not work.why? sinC parameters == sinB parameters The image is at Vex sop network is at Edited April 23, 2010 by guoguofish Quote Link to comment Share on other sites More sharing options...
pencha Posted April 23, 2010 Share Posted April 23, 2010 (edited) It´s working fine, it returns the Y position based on the sin function, but I think you want to combine both sin waves, to do that you´d have to modify the VEX so that it adds the result of the function to the actual position, to get this behaviour just add an Add node, and pipe to it P from the global variables, and the result of floattovec1, the output of the Add should go to P on the output. Edited April 23, 2010 by pencha Quote Link to comment Share on other sites More sharing options...
guoguofish Posted April 26, 2010 Author Share Posted April 26, 2010 O,Ye, Great,Successful.Thanks a lot ^^ 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.