Pass:setCullMode

Edit

Sets whether the front or back faces of triangles are culled.



Arguments

NameTypeDescription
modeCullMode Whether front faces, back faces, or none of the faces should be culled.

Returns

Nothing

Disable face culling.

Arguments

None

Returns

Nothing

Notes

By default, face culling is disabled.

See also