7 changed files with 196 additions and 3 deletions
Binary file not shown.
@ -0,0 +1,183 @@
|
||||
{ |
||||
"asset": { |
||||
"version": "2.0", |
||||
"generator": "babylon.js glTF exporter for 3dsmax 2020 v20201214.2" |
||||
}, |
||||
"scene": 0, |
||||
"scenes": [ |
||||
{ |
||||
"nodes": [ |
||||
0 |
||||
] |
||||
} |
||||
], |
||||
"nodes": [ |
||||
{ |
||||
"mesh": 0, |
||||
"translation": [ |
||||
33.9399452, |
||||
158.461441, |
||||
35.7631378 |
||||
], |
||||
"rotation": [ |
||||
0.5688382, |
||||
2.48647058e-8, |
||||
0.8224495, |
||||
3.59504071e-8 |
||||
], |
||||
"scale": [ |
||||
0.385688841, |
||||
0.385688871, |
||||
1.14512515 |
||||
], |
||||
"name": "GaoDu", |
||||
"extras": { |
||||
"mr displacement use global settings": true, |
||||
"mr displacement view dependent": true, |
||||
"mr displacement method": 6, |
||||
"mr displacement smoothing on": true, |
||||
"mr displacement edge length": 2, |
||||
"mr displacement max displace": 20, |
||||
"mr displacement parametric subdivision level": 5 |
||||
} |
||||
} |
||||
], |
||||
"meshes": [ |
||||
{ |
||||
"primitives": [ |
||||
{ |
||||
"attributes": { |
||||
"POSITION": 1, |
||||
"TANGENT": 2, |
||||
"NORMAL": 3, |
||||
"TEXCOORD_0": 4 |
||||
}, |
||||
"indices": 0, |
||||
"material": 0, |
||||
"mode": 4, |
||||
"extensions": { |
||||
"KHR_draco_mesh_compression": { |
||||
"bufferView": 0, |
||||
"attributes": { |
||||
"POSITION": 0, |
||||
"TANGENT": 1, |
||||
"NORMAL": 2, |
||||
"TEXCOORD_0": 3 |
||||
} |
||||
} |
||||
} |
||||
} |
||||
], |
||||
"name": "GaoDu" |
||||
} |
||||
], |
||||
"accessors": [ |
||||
{ |
||||
"componentType": 5123, |
||||
"count": 20832, |
||||
"type": "SCALAR", |
||||
"name": "accessorIndices" |
||||
}, |
||||
{ |
||||
"componentType": 5126, |
||||
"count": 19248, |
||||
"max": [ |
||||
35.525958153932585, |
||||
411.2544466350758, |
||||
0.6266869361514412 |
||||
], |
||||
"min": [ |
||||
-38.73667433507572, |
||||
-411.2543856350757, |
||||
-0.5775719690757206 |
||||
], |
||||
"type": "VEC3", |
||||
"name": "accessorPositions" |
||||
}, |
||||
{ |
||||
"componentType": 5126, |
||||
"count": 19248, |
||||
"type": "VEC4", |
||||
"name": "accessorTangents" |
||||
}, |
||||
{ |
||||
"componentType": 5126, |
||||
"count": 19248, |
||||
"type": "VEC3", |
||||
"name": "accessorNormals" |
||||
}, |
||||
{ |
||||
"componentType": 5126, |
||||
"count": 19248, |
||||
"type": "VEC2", |
||||
"name": "accessorUVs" |
||||
} |
||||
], |
||||
"bufferViews": [ |
||||
{ |
||||
"buffer": 0, |
||||
"byteOffset": 0, |
||||
"byteLength": 307722 |
||||
} |
||||
], |
||||
"buffers": [ |
||||
{ |
||||
"name": "GD", |
||||
"byteLength": 307724, |
||||
"uri": "GD.bin" |
||||
} |
||||
], |
||||
"materials": [ |
||||
{ |
||||
"pbrMetallicRoughness": { |
||||
"baseColorTexture": { |
||||
"index": 0, |
||||
"texCoord": 0 |
||||
}, |
||||
"metallicFactor": 0, |
||||
"roughnessFactor": 0.450053632, |
||||
"baseColorFactor": [ |
||||
1, |
||||
1, |
||||
1, |
||||
1 |
||||
] |
||||
}, |
||||
"name": "GD", |
||||
"emissiveFactor": [ |
||||
0, |
||||
0, |
||||
0 |
||||
], |
||||
"alphaMode": "OPAQUE", |
||||
"doubleSided": false |
||||
} |
||||
], |
||||
"textures": [ |
||||
{ |
||||
"sampler": 0, |
||||
"source": 0, |
||||
"name": "GD.jpg" |
||||
} |
||||
], |
||||
"images": [ |
||||
{ |
||||
"name": "GD", |
||||
"uri": "GD.jpg" |
||||
} |
||||
], |
||||
"samplers": [ |
||||
{ |
||||
"magFilter": 9729, |
||||
"minFilter": 9987, |
||||
"wrapS": 10497, |
||||
"wrapT": 10497 |
||||
} |
||||
], |
||||
"extensionsRequired": [ |
||||
"KHR_draco_mesh_compression" |
||||
], |
||||
"extensionsUsed": [ |
||||
"KHR_draco_mesh_compression" |
||||
] |
||||
} |
@ -0,0 +1,5 @@
|
||||
{ |
||||
"version" : 1, |
||||
"enableSceneOffline" : true, |
||||
"enableTexturesOffline" : true |
||||
} |
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in new issue