WoW:API Texture SetTexCoordModifiesRect (source)
Revision as of 01:44, 29 March 2010
, 29 March 2010section pointer from banner template to relevant information in Notes section at bottom of article
m (tag order) |
(section pointer from banner template to relevant information in Notes section at bottom of article) |
||
| Line 1: | Line 1: | ||
{{widgetmethod}} {{removedapi|3.3.3}} | {{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/> | |||