[ Maverik Level 1 functions ]


mav_windowBackfaceCullSet

Summary

Set backface culling for a window.


Syntax

void mav_windowBackfaceCullSet(MAV_window *w, int v);


Description

This function sets backface culling for a window to be on (v = MAV_TRUE) or off (v = MAV_FALSE).


Back to the index page.