mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Set gamma properly
This commit is contained in:
parent
bec3ba70eb
commit
d37de184d2
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class CameraFrame(Mobject):
|
|||
return self.set_rotation(phi=phi)
|
||||
|
||||
def set_gamma(self, gamma):
|
||||
return self.set_rotation(phi=phi)
|
||||
return self.set_rotation(gamma=gamma)
|
||||
|
||||
def increment_theta(self, dtheta):
|
||||
return self.set_rotation(theta=self.euler_angles[0] + dtheta)
|
||||
|
|
Loading…
Add table
Reference in a new issue