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 27 28 29
|
.. 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
|