WoW:API Texture SetTexCoordModifiesRect (source)
Revision as of 04:47, 15 August 2023
, 15 August 2023Move page script moved page API Texture SetTexCoordModifiesRect to WoW:API Texture SetTexCoordModifiesRect without leaving a redirect
(Added details of what this actually does) |
m (Move page script moved page API Texture SetTexCoordModifiesRect to WoW:API Texture SetTexCoordModifiesRect without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} {{removedapi|3.3.3|See [[#Notes]] below for work-around}} | ||
Set whether subsequent [[API Texture SetTexCoord|SetTexCoord()]] operations also modify the rendering rectangle of a Texture object to maintain texture scaling when the texture coordinates are modified. This adjustment is only implemented for rectangular regions and may yield undesirable results for rotation or shearing transformations. | Set whether subsequent [[API Texture SetTexCoord|SetTexCoord()]] operations also modify the rendering rectangle of a Texture object to maintain texture scaling when the texture coordinates are modified. This adjustment is only implemented for rectangular regions and may yield undesirable results for rotation or shearing transformations. | ||
| Line 56: | Line 56: | ||
|} | |} | ||
</div> | </div> | ||
== Notes == | |||
This API has been deprecated in 3.3.3 in favor of modified implementation to be made available in a future release. {{ref web |url=http://forums.worldofwarcraft.com/thread.html?topicId=20437376853&sid=1&pageNo=5#86 | title=Reason, and workaround }}<br/> | |||