repo: janusweb action: commit revision: path_from: revision_from: 57d4edea5396bcec233b508e15bc506ed9d8268f: path_to: revision_to:
commit 57d4edea5396bcec233b508e15bc506ed9d8268f Author: James BaicoianuDate: Mon Apr 19 00:08:36 2021 -0700 Don't force texture repeat to 1,1 diff --git a/scripts/object.js b/scripts/object.js
--- a/scripts/object.js
+++ b/scripts/object.js
@@ -184,7 +184,7 @@ elation.require(['janusweb.janusbase', 'janusweb.websurface'], function() {
//texture.repeat.set(1, 0.5);
this.texture_repeat.set(1, 0.5);
} else {
- this.texture_repeat.set(1, 1);
+ //this.texture_repeat.set(1, 1);
}
if (videoasset.loop || this.properties.loop) {
texture.image.loop = true;
-----END OF PAGE-----