We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f59429 commit e05771cCopy full SHA for e05771c
glutil.js
@@ -813,7 +813,9 @@ Material.fromTexture=function(texture){
813
* Specifies a texture, which can serve as image data applied to
814
* the surface of a shape, or even a 2-dimensional array of pixels
815
* used for some other purpose, such as a depth map, a height map,
816
-* a bump map, a reflection map, and so on.
+* a bump map, a reflection map, and so on.<p>
817
+* By default, texture coordinates go from (0,0) at the lower left corner
818
+* to (1,1) at the upper right corner.
819
* @class
820
* @alias glutil.Texture
821
* @param {string} name URL of the texture data. It will be loaded via
0 commit comments