Difference between revisions of "CD7FE87A"
From SimsWiki
m (Fixed link to old wiki and added category) |
|||
Line 1: | Line 1: | ||
− | {{OldWikiEntry}} Material Shaders | + | {{OldWikiEntry|MATSHAD}} |
+ | |||
+ | Material Shaders | ||
This isnt really a spec per se. But more of an idea of their purpose. | This isnt really a spec per se. But more of an idea of their purpose. | ||
Line 7: | Line 9: | ||
TXMT's have lists of properties. Those properties inherit function from the Material Shader definitions. | TXMT's have lists of properties. Those properties inherit function from the Material Shader definitions. | ||
− | The script is custom design by maxis but is often much like assembly code. [[Category:Modding]] | + | The script is custom design by maxis but is often much like assembly code. |
+ | |||
+ | [[Category:Modding]] | ||
+ | [[Category:InternalFormats]] |
Revision as of 20:11, 13 July 2006
This article is imported from the old MTS2 wiki. You can help Sims2Wiki by cleaning it up. It's original page with comments can be found at http://old_wiki.modthesims2.com/MATSHAD
Material Shaders
This isnt really a spec per se. But more of an idea of their purpose.
Generally speaking, they're just low level commands to the video card and assignments which the TXMT's can call on.
TXMT's have lists of properties. Those properties inherit function from the Material Shader definitions.
The script is custom design by maxis but is often much like assembly code.