Hello guys
I would like to make some crazy pointcloud deformations using the Fuse tools
This is what I have done so far ( nothing really )
I am using the PLY reader with some tiny mods to get the spread of xyz and rgb data out, and I am feeding that into buffers that I found on the Fuse examples patchs
I am not sure if this makes sense, but I can tell this is not effective at all…
This is a 100k pointcloud, and we can call this “small one”
Is there a better way of doing this?
I am using a “emitter” but I would like to have all the points present at all times and be able to play around with curl noise, or attractors
also, is there a way to read a file in chunks ? like the ReadFilePartial of vvvv beta ?
And is there a way to feed fuse with a… lets say spread of 1000 rgb and xzy data, and give it a lifetime of a few seconds, and “free” the memory in order to feed another chunk ?
I found that the app SiteScape ( ios iphone with lidar ) saves the pointcloud in the same order it was recorded, I need to upload a video to explain what I was doing in beta… but if this is possible, some cool animations will be super easy to make
any tip will be appreciated
PlyReader.zip (2.6 MB)