mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-08 16:59:59 +01:00
New Primitive LineLoop (and cleanup associated visitors)
This commit is contained in:
@@ -293,16 +293,6 @@ void SessionVisitor::visit(LineSquare &)
|
||||
|
||||
}
|
||||
|
||||
void SessionVisitor::visit(LineCircle &)
|
||||
{
|
||||
// Node of a different type
|
||||
xmlCurrent_->SetAttribute("type", "LineCircle");
|
||||
|
||||
// XMLElement *color = xmlDoc_->NewElement("color");
|
||||
// color->InsertEndChild( XMLElementFromGLM(xmlDoc_, n.getColor()) );
|
||||
// xmlCurrent_->InsertEndChild(color);
|
||||
}
|
||||
|
||||
void SessionVisitor::visit(Mesh &n)
|
||||
{
|
||||
// Node of a different type
|
||||
|
||||
Reference in New Issue
Block a user