b3dGetWireframeShowBackfaces

Gets wireframe backface visibility (1=both sides shown, 0=backfaces culled). Takes no parameters. Returns 1 if backfaces shown (both front and back triangles rendered), 0 if backfaces culled (only front-facing triangles rendered).

3D Graphics

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Int

Quick Summary

Gets wireframe backface visibility (1=both sides shown, 0=backfaces culled). Takes no parameters. Returns 1 if backfaces shown (both front and back triangles rendered), 0 if backfaces culled (only front-facing triangles rendered).

Technical Exegesis...

Gets wireframe backface visibility (1=both sides shown, 0=backfaces culled). Takes no parameters. Returns 1 if backfaces shown (both front and back triangles rendered), 0 if backfaces culled (only front-facing triangles rendered). Queries g_wireframeShowBackfaces global flag. Read-only state query.

This function retrieves backface visibility mode.

Example

Example.bam
; No example implemented yet