D3D Event Query Oct 15 2025 6 minutes 读完 (约 879 字) 使用方法事件查询步骤: pDeviceContext->Begin(pQuery) pDeviceContext->End(pQuery) pDeviceContext->GetData(pQuery , &queryData , sizeof(UINT64) , 0) 阅读更多
Disney BRDF Oct 15 2025 a few seconds 读完 (约 102 字) Disney Diffuse BRDF该模型为经验模型,目的是根据材质的roughness表现的不同,平滑的表面更暗一些,粗糙的表面亮一些 阅读更多
IBL Oct 15 2025 14 minutes 读完 (约 2035 字) Reflectance equation这里采用的反射模型如下:$$L_o(p,\omega_o) = \int_\Omega (k_d \frac{c}{\pi} + k_s \frac{DFG}{4(\omega_o \cdot n)(\omega_i \cdot n)})L_i(p,\omega_i)(n \cdot \omega_i) d\omega_i$$ 阅读更多