render.CullMode
From GMod Wiki
Function | |
Syntax |
render.CullMode( Enum mode ) Where is this used? |
Description: | |
Changes the direction which the engine culls triangles of models, etc. | |
Returns: | nil |
Part of Library: | render |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Render.CullMode]Render.CullMode [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- These are the enumerations you can use with this function :
MATERIAL_CULLMODE_CW - Clockwise culling of triangles MATERIAL_CULLMODE_CCW - Counter-clockwise culling of triangles