awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesPerspective-Correct Interpolations

Methods for mapping surface coordinates across polygon faces with perspective correction during rasterisation.

Distinct from Texture Mapping: Distinct from general texture mapping: specifically performs perspective-correct interpolation of texture coordinates during rasterisation.

Explore 2 awesome GitHub repositories matching user interface & experience · Perspective-Correct Interpolations. Refine with filters or upvote what's useful.

Awesome Perspective-Correct Interpolations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • zauonlok/rendererAvatar von zauonlok

    zauonlok/renderer

    2,745Auf GitHub ansehen↗

    Renderer is a low-level software graphics engine implemented in standard C for educational and experimental real-time computer graphics. It functions as a CPU rasterizer that computes vertex transformations, clipping, texturing, and lighting entirely through software computation without requiring hardware acceleration. The software includes a geometry pipeline supporting depth and alpha testing, geometry clipping and culling, and perspective-correct attribute interpolation. Its lighting and shading subsystem provides advanced physical simulation including metallic-roughness and specular-gloss

    Performs perspective-correct interpolation of texture coordinates across polygon surfaces during software rasterisation.

    C3d3d-graphicsc
    Auf GitHub ansehen↗2,745
  • daniilidis-group/neural_rendererAvatar von daniilidis-group

    daniilidis-group/neural_renderer

    1,165Auf GitHub ansehen↗

    Neural renderer is a differentiable rendering library for PyTorch that projects three-dimensional meshes into two-dimensional images while maintaining continuous mathematical gradients for backpropagation. The framework enables gradient-based inverse rendering, allowing optimization of input parameters such as camera pose, vertex positions, and texture maps by propagating pixel-level reconstruction errors backward to the source geometry. The architecture incorporates approximate rasterisation gradients that substitute discontinuous edge derivatives with heuristic approximations to facilitate

    Maps surface texture coordinates across polygon faces using perspective-correct interpolation during rasterisation.

    Python
    Auf GitHub ansehen↗1,165
  1. Home
  2. User Interface & Experience
  3. Texture Mapping
  4. Perspective-Correct Interpolations