Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

How to make the export image background become transparency.

Open as010101 opened this issue 1 year ago • 0 comments

I have tried many ways to make the background of the exported image transparent, such as use view->setBlendMode(View::BlendMode::TRANSLUCENT) and o3dscene->SetBackground({0.f, 0.f, 0.f, 0.f}) . still no effect on the background. it always alpha 255, how can I make the background alpha become 0 when export image?

1712128950000

as010101 avatar Apr 03 '24 07:04 as010101