Ver Fonte

Update HelioWebXRPolyfill.js

Morgan Villedieu há 6 anos atrás
pai
commit
dfe0eeafef
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      examples/js/vr/HelioWebXRPolyfill.js

+ 4 - 0
examples/js/vr/HelioWebXRPolyfill.js

@@ -1,3 +1,7 @@
+/**
+ * @author mvilledieu / http://github.com/mvilledieu
+ */
+
 if ('xr' in navigator && /(Helio)/g.test(navigator.userAgent)) {
 if ('xr' in navigator && /(Helio)/g.test(navigator.userAgent)) {
 
 
 	console.log('Helio WebXR Polyfill', navigator.xr);
 	console.log('Helio WebXR Polyfill', navigator.xr);