mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Remove use of gl_VertexID
This commit is contained in:
@ -1274,7 +1274,7 @@ class VMobject(Mobject):
|
||||
# Do we want this elsewhere? Say whenever points are refreshed or something?
|
||||
self.get_joint_angles()
|
||||
self.data["base_normal"][0::2] = self.data["point"][0]
|
||||
return [self.data, self.data[-1:]]
|
||||
return [self.data[self.get_outer_vert_indices()]]
|
||||
|
||||
|
||||
class VGroup(Group, VMobject, Generic[SubVmobjectType]):
|
||||
|
Reference in New Issue
Block a user