feat: Support for G2O v0.3.3
This commit is contained in:
@@ -11,6 +11,12 @@ function _message_call(data)
|
||||
data["data"]["y"] <- result.y;
|
||||
data["data"]["z"] <- result.z;
|
||||
}
|
||||
else if (className == "Vec2i")
|
||||
{
|
||||
data["data"] = {};
|
||||
data["data"]["x"] <- result.x;
|
||||
data["data"]["y"] <- result.y;
|
||||
}
|
||||
else if (className != null)
|
||||
{
|
||||
data["data"] = {};
|
||||
@@ -21,4 +27,4 @@ function _message_call(data)
|
||||
data["data"] = result;
|
||||
|
||||
_send("result", data["data"], data["uuid"]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user