You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When outline mode is enabled, the structure is rendered in black on the iPad. this is due to problems with the z-buffer. When disabling outline mode, everything works as expected. I've tried to play around with gl.depthRange() to work around the problem. Unfortunately this degrades visual fidelity on non iPad devices.
The text was updated successfully, but these errors were encountered:
I remember now, that I had to turn outline mode off for when opacity is set to zero.
Can you check if this is still the case?
From: Marco Biasini [notifications@github.com]
Sent: 29 November 2014 12:27
To: biasmv/pv
Subject: Re: [pv] when outline is on, structures are rendered in black on iPad (#62)
When outline mode is enabled, the structure is rendered in black on the iPad. this is due to problems with the z-buffer. When disabling outline mode, everything works as expected. I've tried to play around with gl.depthRange() to work around the problem. Unfortunately this degrades visual fidelity on non iPad devices.
The text was updated successfully, but these errors were encountered: