コード例 #1
0
ファイル: state.py プロジェクト: Ademan/pygl
 def __set__(self, value):
     _gl.glMatrixMode(value)
コード例 #2
0
ファイル: state.py プロジェクト: adamlwgriffiths/pygl
 def __set__(self, value):
     _gl.glMatrixMode(value)
コード例 #3
0
ファイル: matrix_stack.py プロジェクト: Ademan/pygl
 def _set_mode(self):
     #TODO: query old mode?
     #TODO: optional direct state access?
     _gl.glMatrixMode(self._matrix_mode)
コード例 #4
0
 def _set_mode(self):
     #TODO: query old mode?
     #TODO: optional direct state access?
     _gl.glMatrixMode(self._matrix_mode)