PyMaterialXRender.Camera¶
- class Camera¶
Bases:
pybind11_objectA simple camera class, supporting transform matrices and arcball functionality for object-viewing applications.
Methods
__init__(*args, **kwargs)create()createOrthographicMatrix(arg0, arg1, arg2, ...)createPerspectiveMatrix(arg0, arg1, arg2, ...)createViewMatrix(arg0, arg1, arg2)getProjectionMatrix(self)getViewDirection(self)getViewMatrix(self)getViewPosition(self)getViewportSize(self)getWorldMatrix(self)getWorldViewProjMatrix(self)projectToViewport(self, arg0)setProjectionMatrix(self, arg0)setViewMatrix(self, arg0)setViewportSize(self, arg0)setWorldMatrix(self, arg0)transformPointPerspective(arg0, arg1)unprojectFromViewport(self, arg0)Methods¶
- __init__(*args, **kwargs)¶
- static createOrthographicMatrix(arg0: float, arg1: float, arg2: float, arg3: float, arg4: float, arg5: float) Matrix44¶