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

Vertex colors incorrect converting DXF to glTF #3411

Closed
aarongarvey opened this issue Oct 1, 2020 · 1 comment
Closed

Vertex colors incorrect converting DXF to glTF #3411

aarongarvey opened this issue Oct 1, 2020 · 1 comment
Labels
Bug Global flag to mark a deviation from expected behaviour DXF Bugs related to the DXF format.

Comments

@aarongarvey
Copy link

I'm a new user to Assimp, so I'm looking for some assistance in determining if something is wrong with Assimp, my workflow, or my source DXF file.

I have a 3D DXF file in which I require to be converted to glTF format. Assimp performs the conversion fine without error on the command line using assimp export test.dxf test.gltf however when I view the resulting glTF file, the vertex colors used on the exported model do not match the original source DXF model.

The first link shows how the DXF model is viewed within Sketchfab when the DXF model is imported.
Original DXF Colors

The second link shows how the converted glTF model is viewer within Sketchfab (note: I get the same result when viewing the converted glTF in three.js and babylon as well)
Converted glTF colors

Link to source DXF and glTF files

Is anyone able to help steer me in the right direction on this?

@kimkulling kimkulling added the Bug Global flag to mark a deviation from expected behaviour label Jan 22, 2021
@kimkulling
Copy link
Member

Closed by #5426

@kimkulling kimkulling added the DXF Bugs related to the DXF format. label Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Global flag to mark a deviation from expected behaviour DXF Bugs related to the DXF format.
Projects
Development

No branches or pull requests

2 participants