Commit d4d9c733 authored by Matthias Betz's avatar Matthias Betz
Browse files

fix issue with terrain intersection curves

parent 7cb48599
Pipeline #9202 passed with stages
in 11 seconds
......@@ -242,6 +242,8 @@ parser.onclosetag = function (node) {
currentState = State.SEARCH_FOR_SURFACE_OR_GEOMETRY;
} else if (tagName === "POS") {
coordinateString += " ";
} else if (tagName === "SOLID" || tagName === "MULTISURFACE") {
currentState = State.SEARCH_FOR_SURFACE_OR_GEOMETRY;
}
break;
case State.SEARCH_FOR_SURFACE_OR_GEOMETRY:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment