mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-06-23 23:31:46 +08:00
Got image mobject to conv3d transformation working (not great, but passable)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user