Camera¶
-
class
pythreejs.Camera[source]¶ Camera
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/cameras/Camera
Inherits
Object3D.Three.js docs: https://threejs.org/docs/#api/cameras/Camera
-
matrixWorldInverse¶ Matrix4(default_value=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]).tag(sync=True)
-
projectionMatrix¶ Matrix4(default_value=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]).tag(sync=True)
-
type¶ Unicode("Camera", allow_none=False).tag(sync=True)
-
matrixWorldInverse = Matrix4((1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)) a tuple of any type
-
projectionMatrix = Matrix4((1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)) a tuple of any type
-
type = Unicode('Camera') a unicode string
-