Difference between revisions of "TXMT/Parameters/StdMatCullMode"
From SimsWiki
< TXMT | Parameters
(→Known designed values:) |
|||
| Line 23: | Line 23: | ||
* none | * none | ||
| − | : used to show texture on both the default side of mapping and the opposite side of mapped surface. May cause shadow-shading problem. | + | : used to show texture on both the default side of mapping and the opposite side of mapped surface. May cause shadow-shading problem for vertical surfaces. But, can be useful for transparent texturing. |
* cullClockwise | * cullClockwise | ||
: used to show texture on the default side of mapping | : used to show texture on the default side of mapping | ||
Revision as of 09:55, 12 February 2007
|
|
Contents |
(MATD/txmt) property parameter: standard material: StdMatCullMode
Parameter Type
[e] string / text
Known designed values:
- none
- used to show texture on both the default side of mapping and the opposite side of mapped surface. May cause shadow-shading problem for vertical surfaces. But, can be useful for transparent texturing.
- cullClockwise
- used to show texture on the default side of mapping
- cullCounterClockwise
- used to show texture on the opposite side of mapped surface
Common Notes
- "cullClockwise" is enough while "none" will use up twice amount of rendering resource for the same effect.
- Culling (usually back-face) of primitive rendering
Common Default Value(s)
cullClockwise