JungWhoNam / ospray

An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization
http://ospray.org
Apache License 2.0
0 stars 0 forks source link

Rank-0 window of ```ospMPIMultiDisplays``` with ```rattler.json``` is completely black #10

Closed ghost closed 1 year ago

ghost commented 1 year ago

When I run ospMPIMultiDisplays with rattler.json, the rank-0 window is completely black. Moving the camera with a mouse seems to work fine. It looks like the camera view on the rank-0 is inverted.

ghost commented 1 year ago
image

A master, rank-0, window tries to show all the areas covered by other, non-zero ranked, windows. In rattler.json, a rank-0 window is the large display in front (see the above image). Since default camera local position in OSPRay is (0,0,0), for the rank-0, the camera has passed through its image plane. A correct camera position should be something like (0,0,-2).

I will update codes so one can specify camera positions for rank-0 displays.