Got image mobject to conv3d transformation working (not great, but passable)

This commit is contained in:
Alec Helbling
2022-12-29 22:45:15 -05:00
parent 245ce9424b
commit ff4c1ffded
2 changed files with 49 additions and 2 deletions

View File

@ -20,6 +20,8 @@ class GriddedRectangle(VGroup):
self.grid_stroke_opacity = grid_stroke_opacity
self.stroke_width = stroke_width
self.rotation_angles = [0, 0, 0]
self.rectangle_width = width
self.rectangle_height = height
# Make rectangle
self.rectangle = Rectangle(
width=width,