Stina Flodström

stinzen

About Me

EXPERTISE
Freelancer
INDUSTRY
Gamedev

Connect

LOCATION
Denmark

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Houdini to Unreal Output Curves Point Rotation Jan. 4, 2024, 6:26 a.m.

Our coder found that Houdini Engine wasn't using the rotations for the spline output and submitted a fix:

https://github.com/sideeffects/HoudiniEngineForUnreal/pull/279/files [github.com]

Houdini to Unreal Output Curves Point Rotation Dec. 19, 2023, 2:11 p.m.

Hey,

I'm creating splines inside houdini and are outputting them to unreal with the unreal_output_curve attribute.

We want to use them to have an object moving along a spline but I'm having trouble with the orientation of the curve and the object ends up rotating in different directions on the spline.

I've been trying to use both the point normals and adding the @rot attribute as a quaternion on the spline points to control the orientation but it doesn't seam to do anything, is unreal calculating it's own tangents when it's creating the curve? I can see rotation values on the splines points in the detail panel in unreal but they don't seam to do anything.

Most posts I've found asking about rotations for input curves, I haven't been able to find anything for output curves.

Is there away to solve this with @N and @rot or is there another approach?



Vex intersect and remove points loop April 22, 2022, 5:33 a.m.

I managed to get it working in a feedback loop but not exactly like I want it, see comments in .hip file.