X86基础

Intel 8086/8088 CPU 基础。

jittor安装和踩坑

记录jittor的安装过程和遇到的问题。

DragGAN论文笔记

Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold (SIGGRAPH 23)

线段光栅化的'diamond-exit' rule

“diamond-exit” rule(菱形退出法则)是 OpenGL 在理想状态下线段光栅化的标准。

Möller–Trumbore算法

Möller–Trumbore 算法( Möller–Trumbore ray-triangle intersection algorithm )用于三维三维中射线和三角形的快速求交。Möller–Trumbore 算法计算量小,适用于实时渲染。

BVH文件和骨骼动画

BVH 是一种通用的人体骨骼动画文件格式,基于人体关节(Joint)的树状结构进行存储。