-
Found error while running prepare_data.py
> `unable to load materials from: ./bust_long_c.obj.mtl
unable to load materials from: ./bust_long_c.obj.mtl
unable to load materials from: material.mtl
…
-
### Please explain the issue you're experiencing (with as much detail as possible):
When I run manim-slides Main I just get this error message
![image](https://github.com/jeertmans/manim-slides/ass…
-
Hi, I am on an Ubuntu 19.10 machine and having trouble running simple-3dviz. I installed everything using `pip3`, and I don't use any special repository on my machine for updating packages:
```
$ me…
-
### code
import moderngl
ctx = moderngl.create_context()
print(ctx)
### terminal output
(Viewer3D) (base) hyq@hyq-virtual-machine:~/3DViewer-master/3DViewer-master$ /home/hyq/anaconda3/envs/Viewe…
-
java.util.InputMismatchException
at java.util.Scanner.throwFor(Scanner.java:864)
at java.util.Scanner.next(Scanner.java:1485)
at java.util.Scanner.nextFloat(Scanner.java:2345)
at weath…
-
Hi. First of all I want to thank you for creating this, it looks very interesting. I tried it with a mountain model and when the geonodes preview appears, certain parts of geometry jump to infinite lo…
-
(diffuscene5) root@rtx6:/workspace/caitou/DiffuScene1/scripts# python preprocess_data.py /workspace/caitou/DiffuScene1/3d_front_processed/livingrooms_objfeats_32_64 /workspace/caitou/DiffuScene1/3D-FR…
-
Hello
When I use moderngl, below error happened. it seems to be from openGL context:
I tried to use python3.8, and python3.9
-------------------------------------------------------------- log…
-
Got this while executing on Linux:
python3 main.py
Traceback (most recent call last):
File "main.py", line 10, in
ctx = ModernGL.create_context()
AttributeError: module 'ModernGL' has no attrib…
-
We (myself and @minseungchoi) are updating a PyQt and moderngl application to use the more current PyQt QOpenGLWidget instead of the older, and now deprecated in PyQt6, QGLWidget.
Using the updated…