1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
.. py:module:: moderngl_window.scene
Scene
=====
Methods
-------
.. automethod:: Scene.__init__
.. automethod:: Scene.draw
.. automethod:: Scene.draw_bbox
.. automethod:: Scene.draw_wireframe
.. automethod:: Scene.apply_mesh_programs
.. automethod:: Scene.calc_scene_bbox
.. automethod:: Scene.find_material
.. automethod:: Scene.find_node
.. automethod:: Scene.prepare
.. automethod:: Scene.destroy
.. automethod:: Scene.release
Attributes
----------
.. autoattribute:: Scene.ctx
.. autoattribute:: Scene.matrix
|