MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ resampled()

Lattice3D MayaFlux::Kinesis::Lattice3D::resampled ( const glm::uvec3 &  res) const
inlinenoexcept

A lattice over the same bounds at a different resolution.

Parameters
resNew cell count per axis.

Extraction resolution independent of simulation resolution is this call.

Definition at line 103 of file Lattice.hpp.

104 {
105 return { .resolution = res, .bounds = bounds };
106 }
AABB3D bounds
Continuous extent subdivided.
Definition Lattice.hpp:27

References bounds, and resolution.

Referenced by MayaFlux::Buffers::VolumeGridBuffer::setup_processors().

+ Here is the caller graph for this function: