mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 03:57:46 +00:00
Don't pass uv_func from SGroup
This commit is contained in:
parent
23b4e3e03b
commit
9249433144
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ class SGroup(Surface):
|
||||||
*parametric_surfaces: Surface,
|
*parametric_surfaces: Surface,
|
||||||
**kwargs
|
**kwargs
|
||||||
):
|
):
|
||||||
super().__init__(uv_func=None, resolution=(0, 0), **kwargs)
|
super().__init__(resolution=(0, 0), **kwargs)
|
||||||
self.add(*parametric_surfaces)
|
self.add(*parametric_surfaces)
|
||||||
|
|
||||||
def init_points(self):
|
def init_points(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue