reflect and refraction Oct 9 2025 8 minutes read (About 1197 words) 反射方向反射定律:$\theta_i = \theta_o$ Read More
shading model Oct 9 2025 4 minutes read (About 664 words) Lambert Model$$I_o = D * I_i\cos(\theta)$$ $$D = \frac{\rho_d}{\pi}$$ Read More
SRT represent's disadvantage Oct 9 2025 5 minutes read (About 676 words) $SRT$是指使用缩放,旋转,平移来表示变换矩阵 Read More
python 3 UnicodeDecodeError when pip install package Oct 9 2025 a few seconds read (About 90 words) Issue安装python库时报错,UnicodeDecodeError Read More
unity _WorldSpaceLightDir in forwardBase lightMode Oct 9 2025 2 minutes read (About 341 words) 现象将方向光的旋转全部设为0,此时方向光朝向+Z,因此方向光的朝向为(0,0,1) Read More
use hexo deploy github page Oct 9 2025 6 minutes read (About 872 words) Create Github PageCreate a new repo named <username>.github.io,<username> is your username on Github Create a new branch named source Read More
visual studio code convert tab to space Oct 9 2025 a few seconds read (About 47 words) 使用空格缩进打开VSCode控制面板,选择Indent Using Spaces Read More