MCPcopy Create free account
hub / github.com/ICE27182/Python-3D-renderer / stat

Method stat

pyrender.py:805–806  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

803
804
805 def stat(self) -> str:
806 return f"x={self.x}, y={self.y}, z={self.z}, yaw={self.yaw}, pitch={self.pitch}, roll={self.roll}, width={self.width}, height={self.height}, z_near={self.z_near}, z_far={self.z_far}, fov={self.fov}, fxaa={self.fxaa}, obj_buffer={self.obj_buffer}, mode={self.mode}"
807
808
809 def get_rotation_mat(self) -> tuple:

Callers 2

pymain.pyFile · 0.80
prefinal.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected