-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
JSON Texture format 4
dhritzkiv edited this page Dec 8, 2014
·
2 revisions
Work in progress.
"images": [
{
"uuid": "A430CF4-AD77-11E3-914E-00248C62C323",
"url": "concrete.co.png"
}
],
"textures" : [
{
"uuid": "F430CF4-AD77-11E3-914E-00248C62C323",
"image": "A430CF4-AD77-11E3-914E-00248C62C323",
"wrap": ["repeat", "repeat"],
"repeat": [2, 2]
}
],
"materials": [
{
"uuid": "5C5C9C6A-4453-4827-869D-187C0BD53BCB",
"name": "planeMAT",
"type": "MeshPhongMaterial",
"color": 16777215,
"ambient": 16777215,
"emissive": 0,
"specular": 1118481,
"shininess": 30,
"side": 2,
"opacity": 1,
"transparent": false,
"wireframe": false,
"map": "F430CF4-AD77-11E3-914E-00248C62C323"
},