|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Network::PointCloudNetwork::reinitialize | ( | size_t | count, |
| const glm::vec3 & | bounds_min, | ||
| const glm::vec3 & | bounds_max, | ||
| Kinesis::SpatialDistribution | mode | ||
| ) |
Reinitialize point cloud with new parameters.
| count | Number of points to generate |
| bounds_min | Minimum coordinate bounds |
| bounds_max | Maximum coordinate bounds |
| mode | How to distribute initial positions |
Definition at line 62 of file PointCloudNetwork.cpp.
References count, m_bounds, m_cached_vertices, m_init_mode, m_num_points, m_operator, MayaFlux::Kinesis::SamplerBounds::min, and reset().
Here is the call graph for this function: