You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frommanimimport*classText3D(ThreeDScene):
defconstruct(self):
axes=ThreeDAxes()
self.set_camera_orientation(phi=75*DEGREES,theta=-45*DEGREES)
text=TextMobject("This is a 3D text")
self.add_fixed_in_frame_mobjects(text)
self.add(axes)
self.add(text)
self.wait()
I get the following error: AttributeError: 'tuple' object has no attribute 'sort'
I guess that is related to the z_index implementation, #122 , @PgBiel ?
The text was updated successfully, but these errors were encountered:
When running this:
I get the following error:
AttributeError: 'tuple' object has no attribute 'sort'
I guess that is related to the z_index implementation, #122 , @PgBiel ?
The text was updated successfully, but these errors were encountered: