Joshua Queck

MoonwalkJunkie

About Me

EXPERTISE
Student
INDUSTRY
Gamedev

Connect

LOCATION
Germany
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Intrinsic Rotation with UVsample onto a sphere Feb. 8, 2025, 10:02 p.m.

Dear Community,

I have attached a file with the following problem:
To later simulate a Chainmail, I use UV sample then transform multiple primitives to the position of another Object.
However when taking the Normal of the sphere and then using setprimintrinsic it is not rotation the objects correctly. All of the Toruses should lie flat on the Sphere instead of being tilted in some weird lerp-ish way.

Do you have any ideas on how to fix that?

Best regards

Editable Curve Outline visible in Game Mode June 30, 2023, 2:55 p.m.

Hi everyone,
I imported an HDA with a curve and everytime the curve outline (dont know what else to call it) is visible in the editor aswell as in the game mode.
I tripple checke that I dont accidentally generated geometry around it, and i also disabled the "Curve Editor enabled" option inside Unity.

Does anybody know why that is and how to get rid of the green "outlines"?

Greetings Moon

Vector Rotation around a Line between two vectors June 27, 2023, 1:10 p.m.

I had to normalize the dot product vectors, but now it is working perfectly! Thank you so much <3