Closed Robadob closed 1 year ago
auto pen = m_vis.newLineSketch(1, 1, 1, 1.0f); // white m_vis.activate();
Probably want to silently skip rendering empty sketches, or throw a proper exception.
Invalid, a proper exception is thrown.
Probably want to silently skip rendering empty sketches, or throw a proper exception.