python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Vedo Plotter in Qt - Mouse Click Event not registering at the correct position
I have tried several different things about the mouse clicks not registering correctly in my Qt mainwindow. When using only my QHD monitor, the program worked just fine (video). However, when using my...
Daniel Jiang
Votes: 0
Answers: 1
why some textures did not load correctly in vedo library in python?
I'm trying to load some .obj files with their texture by vedo lib:
from vedo import *
from transparent import *
mesh = Mesh("3d/gol1/raw_model.obj")#load 3d model
mesh.texture("3d/gol1...
Ali Ganjbakhsh
Votes: 0
Answers: 1