一些零碎的知识
Siggraph索引:https://kesen.realtimerendering.com/
在线shell转bat:
- Spherical Harmonics:
- Chrono是c++11的一个时间库,可以用它来做程序运行时间的记录。
Warp是一个可以迁移拓扑并投影贴图的软件
TinyXML2是一个可以解析XML格式文件的库
- 三维制作软件中,基本都是右手坐标系,但需要注意默认朝上的轴,比如:
- Maya里面的坐标系是Y轴朝上
- Blender里面的坐标系是z轴朝上
- 所以模型导入blender会自动沿着x轴旋转90度
- py3nvml使用:
- git waring:LF will be replaced by CRLF in 2022/06/08/hello-world/index.html.
- cuDNN&cuBlas
- cuda深度神经网络库 CUDA Deep Neural Network (cuDNN)
- cuBLAS简介:CUDA基本线性代数子程序库(CUDA Basic Linear Algebra Subroutine library)
- Nsight System和Nsight Compute
- 将 CUDA API, GPU activity 的 tracing 与 kernel的profiling 分开,以便专门优化减小overhead,前者是 Nsight System,后者是 Nsight Compute。
- 拆开易扩展,Nsight System 可以监控 多进程、多核的 CPU backtrace; Nsight Compute 可以交互地debug 和 kernel profiling,它可以设置baseline,比较不同的kernel 执行。
- 欧几里德结构数据(Euclidean Structure Data) 以及非欧几里德结构数据(Non-Euclidean Structure Data)
- 如何制作雨中布料渲染效果
- https://www.youtube.com/watch?v=w3lwfMKkEwI
- https://youngjoongkwon.wordpress.com/2017/11/30/real-time-animation-of-rain-wet-cloth-material-2016/
- https://fastly.jsdelivr.net/gh/YaelCassini/Papers/TA/Wet%20cloth%20animation%20with%20vertex%20based%20adhesion%20force%20model.pdf
- https://fastly.jsdelivr.net/gh/YaelCassini/Papers/TA/Real-time%20Animation%20of%20Rain-wet%20Cloth%20Material.pdf
- Normal Mapping相关
- Parallax Occlusion Mapping POM 视差映射