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

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

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

3 个仓库

Awesome GitHub RepositoriesFrustum Clipping

Discards geometry outside the camera view volume to optimize rendering performance.

Distinct from Rendering Clipping Regions: Distinct from general clipping regions: focuses specifically on camera frustum-based culling for 3D rendering.

Explore 3 awesome GitHub repositories matching graphics & multimedia · Frustum Clipping. Refine with filters or upvote what's useful.

Awesome Frustum Clipping GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lettier/3d-game-shaders-for-beginnerslettier 的头像

    lettier/3d-game-shaders-for-beginners

    19,407在 GitHub 上查看↗

    This project is an educational platform and technical reference for learning real-time graphics programming through the development of custom shaders. It provides a comprehensive guide to the programmable graphics pipeline, offering a collection of tutorials and interactive examples that demonstrate how to manipulate coordinate spaces, manage buffer data, and implement complex rendering techniques in 3D environments. The repository distinguishes itself as a versatile toolkit for both photorealistic and non-photorealistic rendering. It includes modular implementations for stylized aesthetics s

    Discards vertices that fall outside the camera view volume to prevent rendering objects that are not visible.

    C++3d3d-graphicsgame-development
    在 GitHub 上查看↗19,407
  • brunosimon/folio-2019brunosimon 的头像

    brunosimon/folio-2019

    4,703在 GitHub 上查看↗

    该项目是一个创意编码展示和交互式 3D 作品集模板。它利用 JavaScript 和 ThreeJS 渲染一个可导航的浏览器环境,用于展示专业项目和数字艺术作品。 该项目实现了 WebGL 交互式画廊和沉浸式数字展示。这些环境使用硬件加速图形来提供 3D 导航和创意 Web 动画。 技术实现包括带有摄像机移动和灯光的 3D 场景,并由 GLTF 模型加载和基于射线投射(raycaster)的交互提供支持。该架构采用实体-组件-系统(ECS)模式和一个同步动画循环来管理三维对象的渲染。

    Employs frustum clipping to optimize performance by discarding geometry outside the camera view.

    JavaScript
    在 GitHub 上查看↗4,703
  • 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

    Removes hidden back-faces and clips primitives against homogeneous coordinates to optimize performance.

    C3d3d-graphicsc
    在 GitHub 上查看↗2,745
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Rendering
  5. Vector Rendering Pipelines
  6. Vector Graphics Renderers
  7. Rendering Clipping Regions
  8. Frustum Clipping