b3dSetWireframeMode

Sets wireframe rendering mode (1=edges only 0=solid, showBackfaces 1=both sides 0=cull). Takes enabled (0=solid rendering, non-zero=wireframe mode), showBackfaces (0=cull backfaces, non-zero=show both sides). Returns nothing.

3D Graphics

Parameters & Returns

Parameters

enabled Int
showBackfaces Int

Returns

Void

Quick Summary

Sets wireframe rendering mode (1=edges only 0=solid, showBackfaces 1=both sides 0=cull). Takes enabled (0=solid rendering, non-zero=wireframe mode), showBackfaces (0=cull backfaces, non-zero=show both sides). Returns nothing.

Technical Exegesis...

Sets wireframe rendering mode (1=edges only 0=solid, showBackfaces 1=both sides 0=cull). Takes enabled (0=solid rendering, non-zero=wireframe mode), showBackfaces (0=cull backfaces, non-zero=show both sides). Returns nothing. Sets g_wireframeMode flag (controls polygon fill mode), sets g_wireframeShowBackfaces flag (controls backface culling), affects all subsequent b3dRenderWorld calls. Debug visualization and technical inspection.

This function configures wireframe rendering.

Example

Example.bam
; No example implemented yet