cansik / pointcloud-processing

A point cloud visualisation and analysis library for Processing.
23 stars 7 forks source link

Render to a PGraphics or other GL image buffer #5

Closed clementvalla closed 3 years ago

clementvalla commented 3 years ago

Thanks for this great library. Is there any way to render the pointcloud to an image - either a PGraphic Object or some other OpenGL image buffer? I'm trying to render a pointcloud as a small image and upscale the whole thing.

cansik commented 3 years ago

I have implement the offscreen rendering. Have a look at the example here.

cansik commented 3 years ago

And I released a pre-built version you can download here.

clementvalla commented 3 years ago

Works great! Thank you so much! I'll send you the finished result when I get there.