Why does open3d behave differently on Windows, macOS and linux systems?
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
Hi, I used render_to_image code to run on Linux, macos and windows systems respectively, why is the result different?
on linux:
python 3.6
open3d 0.14.1
Ubuntu 20.04.3

on windows:
python 3.6
open3d 0.14.1
windows 10

on MacOS:
python 3.6
open3d 0.14.1
macOS Catalina 10.15.7

The results generated on the mac are completely invisible. Why?
The results generated on Linux have very unnatural light reflections. You can see that the reflected light in the upper left of the black object is white, which makes no sense. But the results generated on windows are more reasonable. Also the image framing is different between the two.
What could be the reason for these differences?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.