diff --git a/src/core/textures/TextureUvs.js b/src/core/textures/TextureUvs.js index 853f33d..7d1e8b2 100644 --- a/src/core/textures/TextureUvs.js +++ b/src/core/textures/TextureUvs.js @@ -10,14 +10,14 @@ this.x0 = 0; this.y0 = 0; - this.x1 = 0; + this.x1 = 1; this.y1 = 0; - this.x2 = 0; - this.y2 = 0; + this.x2 = 1; + this.y2 = 1; this.x3 = 0; - this.y3 = 0; + this.y3 = 1; } module.exports = TextureUvs;