I run into the following issue: <a-videosphere material="repeat: ..."
does not seam to work, while it works with a simple a-video
tag.
I'm trying to create a half sphere and map the left half on it of an Equirectangular Video.
material="side: back; shader: flat; repeat: 0.5 1;"
geometry="primitive: sphere; radius: 100; thetaStart: 0; thetaLength: 180; phiStart: 0; phiLength: 180; segmentsWidth: 64; segmentsHeight: 64"
Is material repeat not supported by videospheres? Is there any workaround?