Joshua Queck
MoonwalkJunkie
About Me
専門知識
Student
業界:
Gamedev
Connect
LOCATION
Germany
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Intrinsic Rotation with UVsample onto a sphere 2025年2月8日22:02
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
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 2023年6月30日14:55
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
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 2023年6月27日13:10
I had to normalize the dot product vectors, but now it is working perfectly! Thank you so much <3