mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
...
This commit is contained in:
parent
a71b9692bf
commit
7fe0f0650a
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ class Spotlight(VMobject):
|
|||
new_submob = self.new_sector(submob.inner_radius,dr,lower_angle,upper_angle)
|
||||
submob.points = new_submob.points
|
||||
submob.set_fill(opacity = 10 * self.opacity_function(submob.outer_radius))
|
||||
print "new opacity:", self.opacity_function(submob.outer_radius)
|
||||
# print "new opacity:", self.opacity_function(submob.outer_radius)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue