**openGL** =================================== .. py:module:: optimeed.visualize.openGL .. toctree:: :titlesonly: :maxdepth: 1 contextHandler/index.rst deviceDrawerInterface/index.rst materials/index.rst openGL_library/index.rst quaternions/index.rst triangulate_polygon/index.rst Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: optimeed.visualize.openGL.DeviceDrawerInterface optimeed.visualize.openGL.MaterialRenderingProperties Attributes ~~~~~~~~~~ .. autoapisummary:: optimeed.visualize.openGL.Emerald_material optimeed.visualize.openGL.Yellow_Emerald_material optimeed.visualize.openGL.Brass_material optimeed.visualize.openGL.Bronze_material optimeed.visualize.openGL.Silver_material optimeed.visualize.openGL.Steel_material optimeed.visualize.openGL.Copper_material optimeed.visualize.openGL.Chrome_material optimeed.visualize.openGL.Blue_material optimeed.visualize.openGL.Red_material optimeed.visualize.openGL.Green_material optimeed.visualize.openGL.Cyan_material optimeed.visualize.openGL.Pink_material .. py:class:: DeviceDrawerInterface .. py:method:: draw(theDevice) :abstractmethod: .. py:method:: get_init_camera(theDevice) :abstractmethod: .. py:method:: keyboard_push_action(theKey) .. py:method:: get_colour_scalebar() .. py:method:: get_colour_background() .. py:method:: get_opengl_options() .. py:class:: MaterialRenderingProperties(amb3, dif3, spec3, shin) .. py:attribute:: __spec3__ :value: [0, 0, 0, 0] .. py:attribute:: __dif3__ :value: [0, 0, 0, 0] .. py:attribute:: __amb3__ :value: [0, 0, 0, 0] .. py:attribute:: __shin__ :value: 0 .. py:method:: getSpec3() .. py:method:: getDif3() .. py:method:: getAmb3() .. py:method:: getShin() .. py:method:: activateMaterialProperties(alpha=1) .. py:data:: Emerald_material .. py:data:: Yellow_Emerald_material .. py:data:: Brass_material .. py:data:: Bronze_material .. py:data:: Silver_material .. py:data:: Steel_material .. py:data:: Copper_material .. py:data:: Chrome_material .. py:data:: Blue_material .. py:data:: Red_material .. py:data:: Green_material .. py:data:: Cyan_material .. py:data:: Pink_material