Skip to content

Debug Reveals Missing .glsl files in Opengl #2156

@PaulCMurdoch

Description

@PaulCMurdoch

Description of bug / unexpected behavior

When you run debug on any opengl program it shows that .glsl files the code tries to access does not exist. For instance in #2155. vert.glsl, geom.glsl, and frag.glsl are said not to exist.The code trying to access these files is at: https://github.com/ManimCommunity/manim/blob/main/manim/renderer/shader_wrapper.py.

Expected behavior

How to reproduce the issue

Code for reproducing the problem
Paste your code here.

Additional media files

Images/GIFs

Logs

Terminal output
PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR

System specifications

System Details
  • OS (with version, e.g Windows 10 v2004 or macOS 10.15 (Catalina)):
  • RAM:
  • Python version (python/py/python3 --version):
  • Installed modules (provide output from pip list):
PASTE HERE
LaTeX details
  • LaTeX distribution (e.g. TeX Live 2020):
  • Installed LaTeX packages:
FFMPEG

Output of ffmpeg -version:

PASTE HERE

Additional comments

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue:bugSomething isn't working... For use in issuesopenglConcerning the OpenGL renderer.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions