google-ar / WebARonTango

A proposal to provide Augmented Reality (AR) capabilities to the web in the form of a prototype on top of WebVR built in Chromium.
Apache License 2.0
388 stars 48 forks source link

Render videoMesh on three.js r84 fails #16

Closed jeromeetienne closed 7 years ago

jeromeetienne commented 7 years ago

screen shot 2017-07-29 at 15 59 33

jeromeetienne commented 7 years ago

my guess is that it is around the videoMesh build and how it handle the Uniforms.

im stuck with no idea how to fix :( any hint ?

jeromeetienne commented 7 years ago

Possible workaround

judax commented 7 years ago

This issue has been resolved in threejs r86 as stated. Another possible option is to be able to modify ThreeJS as stated in the documentation.