Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error displaying wrl files from KiCad #1450

Open
boromyr opened this issue Jun 3, 2024 · 4 comments
Open

Error displaying wrl files from KiCad #1450

boromyr opened this issue Jun 3, 2024 · 4 comments
Labels
source:VTK type:bug Something isn't working

Comments

@boromyr
Copy link

boromyr commented Jun 3, 2024

Describe the bug
The wrl files exported from KiCad are not being read correctly. These files are composed of other wrl files, and individually they are all displayed, but their position is wrong in the displayed file.

To Reproduce
Steps to reproduce the behavior:

  1. Open the file GPS02B.zip
    This is an example of a file generated by KiCad and how it is displayed:
    image
    The exact same file opens correctly in Rhino.
    image

F3D Information
F3D 2.4.0
Windows 11

@snoyer
Copy link
Contributor

snoyer commented Jun 4, 2024

but their position is wrong in the displayed file.

Colors are missing too

Meshlab agrees with Rhino
GPS02B-meshlab

@Meakk Meakk added type:bug Something isn't working source:VTK labels Jun 4, 2024
@Meakk
Copy link
Contributor

Meakk commented Jun 4, 2024

VRML importer code is located in VTK and can be found here: https://gitlab.kitware.com/vtk/vtk/-/blob/master/IO/Import/vtkVRMLImporter.cxx

@mwestphal
Copy link
Contributor

duplicate of #826 ?

@mwestphal
Copy link
Contributor

(FYI @jpouderoux )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
source:VTK type:bug Something isn't working
Projects
Status: Investigate
Development

No branches or pull requests

4 participants