mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Don't disable clip plane
This commit is contained in:
parent
b0cca9e4b6
commit
e2421a650c
1 changed files with 0 additions and 2 deletions
|
@ -271,8 +271,6 @@ class Camera(object):
|
|||
def set_ctx_clip_plane(self, enable: bool = True) -> None:
|
||||
if enable:
|
||||
gl.glEnable(gl.GL_CLIP_DISTANCE0)
|
||||
else:
|
||||
gl.glDisable(gl.GL_CLIP_DISTANCE0)
|
||||
|
||||
def init_light_source(self) -> None:
|
||||
self.light_source = Point(self.light_source_position)
|
||||
|
|
Loading…
Add table
Reference in a new issue