탐색기, 라이브러리, 화면 객체 배치

This commit is contained in:
logonkhi
2025-12-18 20:38:38 +09:00
parent beca5f0da5
commit deeaa9a7ad
102 changed files with 4956 additions and 387 deletions

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 45aad235e36763f43aff0228dbb813a2
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 23704f1c0b1f4c04786c33b041aabe2b
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,16 +1,17 @@
{
"AGV": [
"list": [
{
"model": "SingleFork",
"label": "Single Fork",
"gltf": "AGV/SingleFork.glb",
"model": "AGV_CV",
"label": "AGV CV",
"gltf": "Model/AGV_CV.glb",
"image": "Model/AGV_CV.png",
"propertiesInfo": [
{
"section": "Root",
"modelPart": null,
"modelType": null,
"properties": [
{ "label": "주행 속도", "type": "Float", "value": 50, "unit": "cm/s" }
{ "label": "Driving speed", "type": "Float", "value": 50, "unit": "cm/s" }
]
},
{
@@ -18,33 +19,35 @@
"modelPart": "Frame",
"modelType": "General",
"properties": [
{ "label": "너비", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "높이", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "길이", "type": "Float", "value": 200, "unit": "cm" }
{ "label": "Width", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Height", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" }
]
},
{
"section": "Fork",
"modelPart": "Fork_01",
"modelType": "General",
"section": "CV Unit",
"modelPart": "CV_Unit",
"modelType": "Repeat",
"properties": [
{ "id": "length", "type": "Float", "label": "길이", "value": 200, "unit": "cm" },
{ "id": "lrSpacing", "type": "Float", "label": "L/R 간격", "value": 150, "unit": "cm" },
{ "id": "forwardSpeed", "type": "Float", "label": "전진 속도", "value": 30, "unit": "cm/s" },
{ "id": "backwardSpeed", "type": "Float", "label": "후진 속도", "value": 10, "unit": "cm/s" }
{ "label": "Repeat Spacing", "type": "Float", "value": 200, "unit": "cm" },
{ "label": "Repeat Axis", "type": "Float", "value": "0,0,1", "unit": "" },
{ "label": "Conveyor Speed", "type": "Float", "value": 200, "unit": "cm/s" },
{ "label": "Width", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Height", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" }
]
}
],
"statusInfo":{
"network":{
"section": "상위 통신 상태",
"section": "Higher network status",
"properties": [
{"label": "true", "stat":"connect", "value": "" },
{"label": "false", "stat":"disconnect", "value": "#696969" }
]
},
"equipment":{
"section": "설비 상태",
"section": "Equipment status",
"properties": [
{"label": "0", "stat":"normal", "value": "#FFFFFF" },
{"label": "1", "stat":"running", "value": "#228B22" },

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 1f714074a2e34234490524a1bc48854a
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 7630e404ceb37ce489b1371a83278f34
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 0e0f006d0f19e4b45859d179f8c75afd
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 73e2c74adf6b1db47917ff1dc5ea36ee
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: cac88ea42f3623e44aa5e9760eec6144
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 4fc9835107eada04f95c0e75dc6db0ed
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 2a8a12efa5539784daf96d85468b56ad
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,10 +1,10 @@
{
"AGV": [
"list": [
{
"model": "Rack_Single",
"label": "Rack Single",
"gltf": "Rack/Rack_Single.glb",
"image": "Rack/Rack_Single.png",
"gltf": "Model/Rack_Single.glb",
"image": "Model/Rack_Single.png",
"propertiesInfo": [
{
"section": "Root",
@@ -20,16 +20,16 @@
"modelPart": null,
"modelType": null,
"properties": [
{ "label": "너비", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "높이", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "길이", "type": "Float", "value": 200, "unit": "cm" }
{ "label": "Width", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Height", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" }
]
}
],
"statusInfo":{
"network":null,
"equipment":{
"section": "설비 상태",
"section": "Equipment status",
"properties": [
{"label": "0", "stat":"normal", "value": "#FFFFFF" },
{"label": "1", "stat":"altemate", "value": "#ADFF2F" },

View File

@@ -1,16 +1,17 @@
{
"stakerCrane": [
"list": [
{
"model": "SingleFork",
"label": "Single Fork",
"gltf": "staker_crane/SingleFork.glb",
"gltf": "Model/SC_SingleFork.glb",
"image": "Model/SC_SingleFork.png",
"propertiesInfo": [
{
"section": "Move",
"modelPart": "Move",
"modelType": "General",
"properties": [
{ "label": "주행 속도", "type": "Float", "value": 50, "unit": "cm/s" }
{ "label": "Driving speed", "type": "Float", "value": 50, "unit": "cm/s" }
]
},
{
@@ -18,9 +19,9 @@
"modelPart": "Frame",
"modelType": "Stretch",
"properties": [
{ "label": "너비", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "높이", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "길이", "type": "Float", "value": 200, "unit": "cm" }
{ "label": "Width", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Height", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" }
]
},
{
@@ -28,9 +29,9 @@
"modelPart": "Carriage_Body",
"modelType": "General",
"properties": [
{ "label": "너비", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "높이", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "길이", "type": "Float", "value": 200, "unit": "cm" }
{ "label": "Width", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Height", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" }
]
},
{
@@ -38,8 +39,8 @@
"modelPart": "Carriage",
"modelType": "General",
"properties": [
{ "label": "승강 속도", "type": "Float", "value": 30, "unit": "cm/s" },
{ "label": "하강 속도", "type": "Float", "value": 10, "unit": "cm/s" }
{ "label": "Lift Speed", "type": "Float", "value": 30, "unit": "cm/s" },
{ "label": "Lower Speed", "type": "Float", "value": 10, "unit": "cm/s" }
]
},
{
@@ -47,10 +48,10 @@
"modelPart": "Fork_01",
"modelType": "General",
"properties": [
{ "label": "길이", "type": "Float", "value": 200, "unit": "cm" },
{ "label": "L/R 간격", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "전진 속도", "type": "Float", "value": 30, "unit": "cm/s" },
{ "label": "후진 속도", "type": "Float", "value": 10, "unit": "cm/s" }
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" },
{ "label": "L/R Spacing", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Forward Speed", "type": "Float", "value": 30, "unit": "cm/s" },
{ "label": "Backward Speed", "type": "Float", "value": 10, "unit": "cm/s" }
]
},
{
@@ -58,13 +59,13 @@
"modelPart": "Rail",
"modelType": "Repeat",
"properties": [
{ "label": "반복 간격", "type": "Float", "value": 200, "unit": "cm" },
{ "label": "반복 축", "type": "Float", "value": "0,0,1", "unit": "" },
{ "label": "너비", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "높이", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "길이", "type": "Float", "value": 200, "unit": "cm" },
{ "label": "OP 위치", "type": "Float", "value": "0,0,0", "unit": "" },
{ "label": "HP 위치", "type": "Float", "value": "0,0,0", "unit": "" }
{ "label": "Repeat Spacing", "type": "Float", "value": 200, "unit": "cm" },
{ "label": "Repeat Axis", "type": "Float", "value": "0,0,1", "unit": "" },
{ "label": "Width", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Height", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" },
{ "label": "OP Position", "type": "Float", "value": "0,0,0", "unit": "" },
{ "label": "HP Position", "type": "Float", "value": "0,0,0", "unit": "" }
]
},
{
@@ -72,22 +73,22 @@
"modelPart": "Trolley",
"modelType": "General",
"properties": [
{ "label": "너비", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "높이", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "길이", "type": "Float", "value": 200, "unit": "cm" }
{ "label": "Width", "type": "Float", "value": 150, "unit": "cm" },
{ "label": "Height", "type": "Float", "value": 300, "unit": "cm" },
{ "label": "Length", "type": "Float", "value": 200, "unit": "cm" }
]
}
],
"statusInfo":{
"network":{
"section": "상위 통신 상태",
"section": "Higher network status",
"properties": [
{"label": "true", "stat":"connect", "value": "" },
{"label": "false", "stat":"disconnect", "value": "#696969" }
]
},
"equipment":{
"section": "설비 상태",
"section": "Equipment status",
"properties": [
{"label": "0", "stat":"normal", "value": "#FFFFFF" },
{"label": "1", "stat":"running", "value": "#228B22" },