Hi guys,
I'd like to export a static mesh with multiple pivot points. The goal is to be able to rotate and/or move each one independently by vertex shader inside UE4. Do you know how to store those datas by using vertex color and/or uv channel inside Houdini and then extract them into the unreal engine shader?
Thank you!
I paste a youtube video for more clarification of what I'd like to achieve.
https://www.youtube.com/watch?v=xfiFQ8dOo5Y [youtube.com]
Multiple Pivot Points Stored in Vertex Color/UV Channel
5180 3 2-
- antoniocappiello_fx
- Member
- 24 posts
- Joined: 6月 2016
- Offline
-
- digitallysane
- Member
- 1192 posts
- Joined: 7月 2005
- Offline
What you want is to use the Pivot Painter shader functions in UE, and to emulate the PivotPainter toolset they offer for MAX.
We just RFE's that, RFE ID 79888.
https://docs.unrealengine.com/latest/INT/Engine/Rendering/Materials/Functions/Reference/PivotPainter/ [docs.unrealengine.com]
https://docs.unrealengine.com/latest/INT/Engine/Content/Tools/PivotPainter/ [docs.unrealengine.com]
We just RFE's that, RFE ID 79888.
https://docs.unrealengine.com/latest/INT/Engine/Rendering/Materials/Functions/Reference/PivotPainter/ [docs.unrealengine.com]
https://docs.unrealengine.com/latest/INT/Engine/Content/Tools/PivotPainter/ [docs.unrealengine.com]
-
- chrisgreb
- Member
- 603 posts
- Joined: 9月 2016
- Offline
-
- antoniocappiello_fx
- Member
- 24 posts
- Joined: 6月 2016
- Offline
Hey there!
Thx so much, I'm going to try your solutions!
In the while I solved it by assigning randomly to each sub-mesh group an RGB channel and then I could be able to move each group separately by the vertex color node inside UE4.
Can't wait to test your methods =]
Thx so much, I'm going to try your solutions!

In the while I solved it by assigning randomly to each sub-mesh group an RGB channel and then I could be able to move each group separately by the vertex color node inside UE4.
Can't wait to test your methods =]
Edited by antoniocappiello_fx - 2017年1月19日 06:31:31
-
- Quick Links