taichi.ui.camera
¶
Module Contents¶
Classes¶
- class taichi.ui.camera.Camera(ptr)¶
- position(self, x, y, z)¶
- lookat(self, x, y, z)¶
- up(self, x, y, z)¶
- projection_mode(self, mode)¶
- fov(self, fov)¶
- left(self, left)¶
- right(self, right)¶
- top(self, top)¶
- bottom(self, bottom)¶
- z_near(self, z_near)¶
- z_far(self, z_far)¶
- track_user_inputs(self, window, movement_speed=1.0, yaw_speed=2, pitch_speed=2, hold_key=None)¶