Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about vedo

Read more about vedo

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - vedo

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...
test-img

Daniel Jiang

python

pyqt

vtk

qvtkwidget

vedo

Votes: 0

Answers: 1

Latest Answer

This turns out to be an upstream bug in vtk, unrelated to vedo. After downgrading VTK to version 8.1.2 and Python to 3.7, the clicking issue disappeared when running the program on my laptop. Other pe...
test-img

Daniel Jiang

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...
test-img

Ali Ganjbakhsh

3d

vedo

Votes: 0

Answers: 1

Latest Answer

I'm not completely sure why that happens but depth peeling fixes it..: from vedo import * settings.useDepthPeeling = True msh = Mesh("normalized_model.obj").texture("texture.png") ...
test-img

mmusy

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved