How to make the export image background become transparency.
Open
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
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?

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.