From e05771ccb6bae2c5669c11a0a29da2adcc48fc5e Mon Sep 17 00:00:00 2001 From: Peter O Date: Wed, 29 Apr 2015 20:29:27 -0400 Subject: [PATCH] edit docs --- glutil.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glutil.js b/glutil.js index 9ed25b47..5851f665 100644 --- a/glutil.js +++ b/glutil.js @@ -813,7 +813,9 @@ Material.fromTexture=function(texture){ * Specifies a texture, which can serve as image data applied to * the surface of a shape, or even a 2-dimensional array of pixels * used for some other purpose, such as a depth map, a height map, -* a bump map, a reflection map, and so on. +* a bump map, a reflection map, and so on.

+* By default, texture coordinates go from (0,0) at the lower left corner +* to (1,1) at the upper right corner. * @class * @alias glutil.Texture * @param {string} name URL of the texture data. It will be loaded via