Nnabiela
- Oct 14, 2024
- Joined Jun 20, 2024
Anthony Hi, We already know a few attributes like types, name, width, height ect. We want to know about normalizedPositions. Is the x,y,z follow the base grid (Unity xyz position) or floorplan that we made? Can you clarify these attributes in json, magnitude and sqrMagnitude?!
also if you look at the video I included, you can see where the floor plan exceeds the line border, can I know why this can happen, please assist me
https://drive.google.com/drive/folders/1UGhRnRmQHZzARSntcix2P048bVRQBWdw?usp=sharingAnthony Hi! We would like to request a meet at your earliest convenience to discuss some important details, particularly regarding API and touch input. Your insights would be invaluable to us. Alternatively, if that is inconvenient, could you please provide documentation on API and touch input? We look forward to your response.
Thank you for your response. I checked the json code. Some of the part in json I understand but need your help me to understand a part in json code after saved. Can you advise us for this part:-
"spaces": [
{
"type": "Room",
"name": "test",
"width": 1.0,
"height": 1.0,
"ypos": 1.0,
"hasWindow": false,
"windowFrameSize": 0.0,
"windowSizeH": 0.0,
"windowSizeV": 0.0,
"windowSubDivH": 0,
"windowSubDivV": 0,
"normalizedPositions": [
{
"x": -0.15,
"y": 2.9,
"z": 0.0,
"normalized": {
"x": -0.0516550876,
"y": 0.998665,
"z": 0.0,
"magnitude": 1.0,
"sqrMagnitude": 1.0
},
"magnitude": 2.90387678,
"sqrMagnitude": 8.432501
},
{
"x": -0.4,
"y": 2.3,
"z": 0.0,
"normalized": {
"x": -0.171341181,
"y": 0.9852118,
"z": 0.0,
"magnitude": 1.0,
"sqrMagnitude": 1.00000012
},
"magnitude": 2.33452344,
"sqrMagnitude": 5.45
},
{
"x": 0.1,
"y": 2.05,
"z": 0.0,
"normalized": {
"x": 0.048722554,
"y": 0.9988123,
"z": 0.0,
"normalized": {
"x": 0.0487225577,
"y": 0.9988124,
"z": 0.0,
"magnitude": 1.0,
"sqrMagnitude": 1.0
},
"magnitude": 0.99999994,
"sqrMagnitude": 0.99999994
},
"magnitude": 2.05243754,
"sqrMagnitude": 4.21249962
},
{
"x": 0.3,
"y": 2.65,
"z": 0.0,
"normalized": {
"x": 0.112489015,
"y": 0.993653,
"z": 0.0,
"magnitude": 1.0,
"sqrMagnitude": 1.00000012
},
"magnitude": 2.666927,
"sqrMagnitude": 7.11250067
}
],
"directions": [
{
"x": 0.0,
"y": 0.0,
"z": 0.0,
"magnitude": 0.0,
"sqrMagnitude": 0.0
},
{
"x": 0.0,
"y": 0.0,
"z": 0.0,
"magnitude": 0.0,
"sqrMagnitude": 0.0
},
{
"x": 0.0,
"y": 0.0,
"z": 0.0,
"magnitude": 0.0,
"sqrMagnitude": 0.0
},
{
"x": 0.0,
"y": 0.0,
"z": 0.0,
"magnitude": 0.0,
"sqrMagnitude": 0.0
}
]
}
]I have purchased your package bundle and am currently working on a project that involves handling 3D models and floor plan data. However, I noticed that there is no information on how to connect to a database or store this data. Could you please advise me on how to save 3D and floor plan data into a database, or provide relevant resources or documentation?