Git Product home page Git Product logo

Comments (3)

tksuoran avatar tksuoran commented on June 26, 2024

I have realized that I need better texture coordinates. Most likely this should solve the issue.

from mikktspace.

mmikk avatar mmikk commented on June 26, 2024

Sorry for the late response but I saw that you realized your issue. Indeed your UVs need to span an area.
Also are you using authored UVs or projected UVs? Projected UVs generally works very poorly at vertex level.

morten

from mikktspace.

tksuoran avatar tksuoran commented on June 26, 2024

Initially I used projected (spherical) UVs and indeed that did not work well.

I improved my cylinder primitive to generate proper texture coordinates for bases as well, but then I realized I can easily generate tangents directly as well. I still had other primitives, platonic solids for example, which did not have texture coordinates nor tangents. I ended up calculating per polygon projected texture coordinates like this:

texcoords

I know I probably could easily calculate tangents for these without going through texture coordinates. I still wanted to see how MikkTSpace handled these, as it is good to know if there is something that I can use as a generic solution. Then I noticed that only trinagles and quads are supported. So I virtually triangulated faces with centroid triangle fan. With that in place, I got this:

tangents

I don't have visualization for the virtual triangulation, but centroids are shown. There are now valid tangents everywhere, however, triangles in each face don't always agree on the tangent. Is this expected result?

I added post processing to pick a tangent that appears at least twice:

tangents2

Would it be possible to extent MikkTSpace to natively support faces with more than 4 corners?

from mikktspace.

Related Issues (4)

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.