UV Animations: Difference between revisions
Jump to navigation
Jump to search
Minor Mode6 translation scale fix
imported>Antidote |
imported>Jackoalan (Minor Mode6 translation scale fix) |
||
Line 237: | Line 237: | ||
The texture matrix is simply the model matrix, with the translation values set to 0. The post-transform matrix is set to the following: | The texture matrix is simply the model matrix, with the translation values set to 0. The post-transform matrix is set to the following: | ||
<pre>0.5, 0.0, 0.0, ModelMatrix[0][3] * 0. | <pre>0.5, 0.0, 0.0, ModelMatrix[0][3] * 0.050000001, | ||
0.0, 0.0, 0.5, ModelMatrix[1][3] * 0. | 0.0, 0.0, 0.5, ModelMatrix[1][3] * 0.050000001</pre> | ||
==== Mode 7: Cylinder Environment ==== | ==== Mode 7: Cylinder Environment ==== |