awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zauonlok/rendererzauonlok 的头像

    zauonlok/renderer

    2,745在 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
    在 GitHub 上查看↗2,745
  • daniilidis-group/neural_rendererdaniilidis-group 的头像

    daniilidis-group/neural_renderer

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