0%
M3
- computational backends (e.g., GPU, CPU)
scalar
: runs on CPU, using normal floating point
arithmetic, processing individual rays at a time
llvm
: runs on CPU, automatically parallelized over
cores and vector units
cuda
: runs on NVidia GPU in parallel
- color representations (e.g., RGB, spectral or polarized)
python 配置
1
| conda create -n mi3 python=3.8
|
Code
01-hello-world
02-edit-scenes
03-renderder
- 实现一个简单的渲染器
- depth viewer
- ambient occlusion
04-integrators
- 在 python 代码中使用内置 integrators
- 修改 XML 中指定的 integrator
- Arbitrary Output Variables integrator (aov)
05-caustics_optimization