immersive-web/webvr-polyfill

Remove Cardboard middle white line

Vamoss opened this issue · 0 comments

Hi, we are looking for a way to remove the white line in the CardboardUI, in some cases were the cardboard does not fit perfectly to the smartphone, this lines interferes in the user experience.

image (10)

I understand the CardboardUI is a complex shader, but if we expose the kCenterLineThicknessDp variable, we can attribute a zero value to it:

var kCenterLineThicknessDp = 4;

Cheers,
Carlos