Quan .

Quan

About Me

EXPERTISE
Animator
INDUSTRY
Advertising / Motion Graphics

Connect

LOCATION
China
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

[VEX ] How can I remap values without knowing the bounds? March 26, 2023, 4 a.m.

New to VEX.

I try to remap data generated from rand(@ptnum) to the bounds of 0 to 1 using the fit() function.
The fit() function requires original bounds to be input, then I get this idea, what if I don't know the bounds of original data, and just don't like to make it into an attribute and see the Geometry Spreadsheet?

Is there any way I can determine the bounds of data inside VEX code?