Coder Social home page Coder Social logo

Comments (2)

vpenades avatar vpenades commented on June 12, 2024 1

This is not a bug. The explanation is quite long, so I'll try to be as short as possible:

glTF is not an authoring format, it's a last mile format, that means that the vertex data is organized for fast rendering and not for easy editing. As a consequence, a vertex that has two adjacent polygons that share the same "vertex position" but have different UV coordinates is effectively duplicated. This is correct and there's no way to solve it from the glTF side.

Since glTF has become quite a standard, people is using it beyond its initial scope, and that's why you're having issues when importing it. I'm not an expert on blender, but the blender importer may have a checkbox to automatically weld vertices on import.

from sharpgltf.

mihail-hrushev avatar mihail-hrushev commented on June 12, 2024

Since glTF has become quite a standard, people is using it beyond its initial scope, and that's why you're having issues when importing it. I'm not an expert on blender, but the blender importer may have a checkbox to automatically weld vertices on import.

This is a briliant and clearest explanation!
With this context I see a way to work around for that subject.
You also right - blender has this import option.
Thank you so much!

from sharpgltf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.