This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| gamedev:textureproperties:texcoord_scale [2019/05/08 20:12] – dragonlord | gamedev:textureproperties:texcoord_scale [2019/05/24 23:43] (current) – ↷ Links adapted because of a move operation dragonlord | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>dragengine | + | {{tag> |
| <WRAP youarehere> | <WRAP youarehere> | ||
| - | [[: | + | [[: |
| </ | </ | ||
| - | <WRAP boxheader> | + | ====== |
| - | ====== | + | |
| - | </ | + | Defines the scaling for texture coordinates. |
| - | <WRAP boxcontent> | + | |
| - | |Texture Property Name|texcoord.scale| | + | |
| - | |Description|Defines the scaling for texture coordinates| | + | |
| |Excepted Data Source|3 component value| | |Excepted Data Source|3 component value| | ||
| |Data Range|Greater than 0 for all components| | |Data Range|Greater than 0 for all components| | ||
| Line 15: | Line 13: | ||
| |Affected Modules|Graphic| | |Affected Modules|Graphic| | ||
| |Linked Properties|-| | |Linked Properties|-| | ||
| - | </ | ||
| ====== Description ====== | ====== Description ====== | ||
| + | |||
| The **texcoord.scale** texture property defines the scaling for texture coordinates. This texture property is useful to align individual materials of different detail scale. | The **texcoord.scale** texture property defines the scaling for texture coordinates. This texture property is useful to align individual materials of different detail scale. | ||
| Line 29: | Line 27: | ||
| ====== Examples ====== | ====== Examples ====== | ||
| + | |||
| ( TODO: example image ) | ( TODO: example image ) | ||