MCPcopy Create free account

hub / github.com/StanislavPetrovV/Software_3D_engine / functions

Functions31 in github.com/StanislavPetrovV/Software_3D_engine

↓ 2 callersFunctionany_func
(arr, a, b)
object_3d.py:7
↓ 2 callersMethodcamera_pitch
(self, angle)
camera.py:49
↓ 2 callersMethodcamera_yaw
(self, angle)
camera.py:46
↓ 2 callersFunctionrotate_x
(a)
matrix_functions.py:15
↓ 2 callersFunctionrotate_y
(a)
matrix_functions.py:24
↓ 2 callersMethodrotate_y
(self, angle)
object_3d.py:62
↓ 1 callersMethodaxiiIdentity
(self)
camera.py:52
↓ 1 callersMethodcamera_matrix
(self)
camera.py:65
↓ 1 callersMethodcamera_update_axii
(self)
camera.py:57
↓ 1 callersMethodcontrol
(self)
camera.py:22
↓ 1 callersMethodcreate_objects
(self)
main.py:17
↓ 1 callersMethoddraw
(self)
main.py:34
↓ 1 callersMethodget_object_from_file
(self, filename)
main.py:23
↓ 1 callersMethodmovement
(self)
object_3d.py:27
↓ 1 callersMethodrotate_matrix
(self)
camera.py:78
↓ 1 callersFunctionrotate_z
(a)
matrix_functions.py:33
↓ 1 callersMethodrun
(self)
main.py:38
↓ 1 callersFunctionscale
(n)
matrix_functions.py:42
↓ 1 callersMethodscreen_projection
(self)
object_3d.py:31
↓ 1 callersFunctiontranslate
(pos)
matrix_functions.py:5
↓ 1 callersMethodtranslate
(self, pos)
object_3d.py:53
↓ 1 callersMethodtranslate_matrix
(self)
camera.py:69
Method__init__
(self, render, position)
camera.py:5
Method__init__
(self, render, vertices='', faces='')
object_3d.py:12
Method__init__
(self, render)
object_3d.py:70
Method__init__
(self, render)
projection.py:6
Method__init__
(self)
main.py:8
Methoddraw
(self)
object_3d.py:23
Methodrotate_x
(self, angle)
object_3d.py:59
Methodrotate_z
(self, angle)
object_3d.py:65
Methodscale
(self, scale_to)
object_3d.py:56