aws357
(aws357)
July 10, 2015, 8:27am
1
I was wondering if someone already managed to do skeletal animation of objects that do not have a single poly.
I have a cloud of point that I wish to deform in real time, it’s for some data visualization stuff.
Importing it as an FBX is not possible because it crashes UE.
But maybe someone managed it via scripting?
Thanks for any hints.
jmalaska
(jmalaska)
July 14, 2015, 1:59pm
2
Instead of only ‘importing’ vertices, you could try importing it as a connected mesh using polygons, and then writing a shader to display only the vertices.
A similar question was asked in the forums: Drawing point clouds - Rendering - Unreal Engine Forums
Also here: https://answers.unrealengine.com/questions/73347/can-i-import-a-pointcloud-into-ue4.html
I realize this is Unity, but it might be useful for reference: http://forum.unity3d.com/threads/pointcloud-shader-shader-that-renders-a-single-pixel-per-vertex-possible.113473/
aws357
(aws357)
July 15, 2015, 7:49am
3
Thanks for the answer. Google did not return anything, so maybe it’s how I phrased it…
The links give interesting ideas. I will be looking at how I can apply them to my problem.
jmalaska
(jmalaska)
July 23, 2015, 1:38pm
4
Cool, good luck! If this answer is acceptable feel free to mark it answered so we can close it out.