optas / latent_3d_points

Auto-encoding & Generating 3D Point-Clouds.
Other
506 stars 109 forks source link

How to draw point cloud like this paper? #4

Closed GitBoSun closed 6 years ago

GitBoSun commented 6 years ago

I'm interested in how to draw point cloud in 3D vision with shadow. I tried myself with OpenGL but failed. I'm appreciate if anyone can help me. Thanks!

optas commented 6 years ago

We used Mitsuba: https://www.mitsuba-renderer.org

saedrna commented 5 years ago

Is this done by first create a sphere geometry in mitsuba for every point? Or manually create sphere to a obj using point clouds?

Han

olkido commented 5 years ago

Hi Han, We created one sphere per point in front of a white background. We used scripts (MATLAB) to export Mitsuba .xml 's. Olga