We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I generated a JSON with PROCTHOR, and the content is roughly as follows: How can I view this scene in Unity? { "doors": [ { "assetId": "Doorway_8", "assetOffset": { "x": 3.898050636053085e-05, "y": -0.0, "z": 0.036490656435489655 }, "boundingBox": { "max": { "x": 1.0797445359771904, "y": 2.0993974208831787, "z": 0 }, "min": { "x": 0.0292361560409721, "y": 0, "z": 0 } }, "id": "door|4|5", "openable": true, "openness": 1, "room0": "room|4", "room1": "room|5", "wall0": "wall|4|4.84|6.46|4.84|8.07", "wall1": "wall|5|4.84|6.46|4.84|8.07" },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I generated a JSON with PROCTHOR, and the content is roughly as follows: How can I view this scene in Unity?
{
"doors": [
{
"assetId": "Doorway_8",
"assetOffset": {
"x": 3.898050636053085e-05,
"y": -0.0,
"z": 0.036490656435489655
},
"boundingBox": {
"max": {
"x": 1.0797445359771904,
"y": 2.0993974208831787,
"z": 0
},
"min": {
"x": 0.0292361560409721,
"y": 0,
"z": 0
}
},
"id": "door|4|5",
"openable": true,
"openness": 1,
"room0": "room|4",
"room1": "room|5",
"wall0": "wall|4|4.84|6.46|4.84|8.07",
"wall1": "wall|5|4.84|6.46|4.84|8.07"
},
The text was updated successfully, but these errors were encountered: