Kai Smurf

capkai

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Using float for position information in VEX Aug. 13, 2021, 3:12 a.m.

I'm new to Houdini and trying to understand some things.I have a curve that doesn't rest in one plane and I want to flatten/align it in any plane.I found something in attribute wrangle to do this, but I couldn't understand it.

@P.x = f@fval; or@P.x = i@ival; //When I do this operation, the position information of the points in the x direction becomes zero.

//or
@P.x = 0 //or I can move it to that location by typing a value I want.


So how and why? why does it accept 0 when i don't give any value just equal to f@fval. How does she decide this?