You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/api_en/textureMode.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ endShape();
45
45
<description><![CDATA[
46
46
Sets the coordinate space for texture mapping. The default mode is <b>IMAGE</b>, which refers to the actual coordinates of the image. <b>NORMALIZED</b> refers to a normalized space of values ranging from 0 to 1.<br/>
47
47
<br/>
48
-
With <b>IMAGE</b>, if an image is 100 x 200 pixels, mapping the image onto the entire size of a quad would require the points (0,0) (0,100) (100,200) (0,200). The same mapping in <b>NORMAL_SPACE</b> is (0,0) (0,1) (1,1) (0,1).
48
+
With <b>IMAGE</b>, if an image is 100 x 200 pixels, mapping the image onto the entire size of a quad would require the points (0,0) (0,100) (100,200) (0,200). The same mapping in <b>NORMALIZED</b> is (0,0) (0,1) (1,1) (0,1).
0 commit comments