|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::GpuSync::SDFNode::set_resolution | ( | uint32_t | res_x, |
| uint32_t | res_y, | ||
| uint32_t | res_z | ||
| ) |
Replace the grid resolution and mark dirty.
| res_x | Cell count along X. Clamped to minimum 1. |
| res_y | Cell count along Y. Clamped to minimum 1. |
| res_z | Cell count along Z. Clamped to minimum 1. |
Definition at line 42 of file SDFNode.cpp.