This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Context: | |
# | |
# Although ThreeDScene has the method `self.add_fixed_in_frame_mobjects()` | |
# it doesnt work as expected if you want to have transforms that happen | |
# in the frame coordinates, instead of in 3D coordinates | |
# | |
# See https://discord.com/channels/581738731934056449/1120217688728424549/1120217688728424549 | |
# | |
# This fix fixes the fixed objects in a different way that works under transforms |