|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::GpuSync::PathGeneratorNode::draw_to | ( | const LineVertex & | vertex | ) |
Extend path with full LineVertex data.
| vertex | LineVertex containing target position, color, thickness |
Generates interpolated vertices between last added point and vertex.position. Appends generated vertices to existing geometry. No history awareness beyond last point.
Definition at line 174 of file PathGeneratorNode.cpp.
References append_line_segment(), m_draw_vertices, m_draw_window, and MayaFlux::Nodes::GpuSync::GeometryWriterNode::m_vertex_data_dirty.
Here is the call graph for this function: