# kanetaclouds **Repository Path**: wangfengdev/kanetaclouds ## Basic Information - **Project Name**: kanetaclouds - **Description**: cpu render study for kaneta clouds in shadertoy. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-11 - **Last Updated**: 2026-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # brief 使用cpu软渲染云学习,基于: https://www.shadertoy.com/view/WdXGRj https://www.shadertoy.com/view/7cy3Rd 重点讨论日光路径上光衰减和主路径上散射简单形式。考察尺寸与密度、消光系数的关系。 2026/8/9 # 软渲染入口代码 rasterizer.cpp static void RasterizeTriangles 函数中