Hi
I'm a beginner of Houdini as well as poor math ability,(but a true heart for FX:lol
I got a wired scenario of sine function
should be 0.5, but I got a negative result -0.988032
Could someone tell me why please~~
Regards,
jessica
wired_sine_function
1973 2 1- jessicalorence
- Member
- 8 posts
- Joined: 10月 2017
- Offline
- jon3de
- Member
- 22 posts
- Joined: 3月 2014
- Offline
- old_school
- スタッフ
- 2540 posts
- Joined: 7月 2005
- Offline
You can insert a deg_to_rad VOP inbetween the const1 Constant VOP and the sine2 Sine VOP to convert your degrees to radians as mentioned above.
Tip to remember is that anything to do with VOPs/VEX is always radians, while older school SOPs that use Houdini expressions are in degrees.
When you build tools in VOPs or VEX wranglers, always promote your rotation parameters using angles in degrees and not radians. No artist I have ever met worth their salt thinks of angles in radians.
That is why you use the Deg to Rad VOP.
Tip to remember is that anything to do with VOPs/VEX is always radians, while older school SOPs that use Houdini expressions are in degrees.
When you build tools in VOPs or VEX wranglers, always promote your rotation parameters using angles in degrees and not radians. No artist I have ever met worth their salt thinks of angles in radians.
That is why you use the Deg to Rad VOP.
Edited by old_school - 2018年5月17日 14:40:42
There's at least one school like the old school!
-
- Quick Links