33 lines
837 B
JSON
33 lines
837 B
JSON
{
|
|
"objects": [
|
|
{
|
|
"name": "Phone001",
|
|
"texturePath": "resources/w/dorm/phone001_tex001.png",
|
|
"meshPath": "resources/w/dorm/phone001.txt",
|
|
"rotationX": 0.0,
|
|
"rotationY": 0.0,
|
|
"rotationZ": 0.0,
|
|
"positionX": 5.8729,
|
|
"positionY": 1.04917,
|
|
"positionZ": -12.5262,
|
|
"scale": 1.0,
|
|
"interactionRadius": 0.3,
|
|
"activateFunction": "on_phone_pickup"
|
|
},
|
|
{
|
|
"name": "Journal001",
|
|
"texturePath": "resources/w/dorm/journal001_tex002.png",
|
|
"meshPath": "resources/w/dorm/journal001.txt",
|
|
"rotationX": 0.0,
|
|
"rotationY": 0.0,
|
|
"rotationZ": 0.0,
|
|
"positionX": 5.05146,
|
|
"positionY": 1.06711,
|
|
"positionZ": -12.4661,
|
|
"scale": 1.0,
|
|
"interactionRadius": 0.3,
|
|
"activateFunction": "on_journal_pickup"
|
|
}
|
|
]
|
|
}
|