|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::VolumeGridBuffer::accumulate | ( | const std::string & | name, |
| const Kinesis::VectorField & | field | ||
| ) |
Add sampled values into a vector field.
| name | Field name. Must have stride sizeof(glm::vec4). |
| field | Sampled at each cell centre in world space and added to the first three components. The fourth is left as found. |