|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nodes::GpuSync::PathGeneratorNode::PathGeneratorNode | ( | CustomPathFunction | custom_func, |
| Eigen::Index | samples_per_segment = 32, |
||
| size_t | max_control_points = 64 |
||
| ) |
Create path generator with custom interpolation function.
| custom_func | User-provided interpolation function |
| samples_per_segment | Vertices per segment |
| max_control_points | Maximum control points in history |
Definition at line 80 of file PathGeneratorNode.cpp.
References MayaFlux::Kakshya::VertexLayout::for_lines(), m_vertices, MF_DEBUG, MayaFlux::Journal::NodeProcessing, MayaFlux::Journal::Nodes, MayaFlux::Nodes::GpuSync::GeometryWriterNode::set_vertex_layout(), and MayaFlux::Nodes::GpuSync::GeometryWriterNode::set_vertex_stride().
Here is the call graph for this function: