
.. py:module:: moderngl_window.scene

Node
====

.. autodata:: Node
   :annotation:

Methods
-------

.. automethod:: Node.__init__
.. automethod:: Node.add_child
.. automethod:: Node.draw
.. automethod:: Node.draw_bbox
.. automethod:: Node.draw_wireframe
.. automethod:: Node.calc_global_bbox
.. automethod:: Node.calc_model_mat

Attributes
----------

.. autoattribute:: Node.name
.. autoattribute:: Node.mesh
.. autoattribute:: Node.camera
.. autoattribute:: Node.matrix
.. autoattribute:: Node.matrix_global
.. autoattribute:: Node.children
