LiangliangNan / Easy3D

A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data
GNU General Public License v3.0
1.37k stars 245 forks source link

[Question]: Volumetric Rendering #186

Closed jacquesvaneeden closed 4 months ago

jacquesvaneeden commented 4 months ago

For our current project we need to render some point cloud data attributes in different colours and transparency, as image below shows Can Easy3D have an alpha / transparency per point? From examples provided I can only see colour not transparency

Screenshot 2024-06-11 071159

LiangliangNan commented 4 months ago

Currently, Easy3D doesn't support volumetric rendering. It is true that the rendering functionalities are not its strength, but many good open-source software packages (e.g., VTK) are handy to use. Since the purpose of this library is for fast prototyping of geometry processing algorithms (for meshes and point clouds), it is intended to keep it thin :-)