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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • zauonlok/rendererAvatar de zauonlok

    zauonlok/renderer

    2,745Voir sur GitHub↗

    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
    Voir sur GitHub↗2,745
  • daniilidis-group/neural_rendererAvatar de daniilidis-group

    daniilidis-group/neural_renderer

    1,165Voir sur GitHub↗

    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
    Voir sur GitHub↗1,165
  1. Home
  2. User Interface & Experience
  3. Texture Mapping
  4. Perspective-Correct Interpolations