blob: 06a7c0fb40bdb3d80c820eefa156383c0606b3d9 [file] [log] [blame]
{
"name": "MeshVertex",
"key": {
"int": 108,
"string": "meshvertex"
},
"extends": "shapes/vertex.json",
"properties": {
"u": {
"type": "double",
"initialValue": "0",
"group": "texture",
"key": {
"int": 215,
"string": "u"
},
"description": "U value for the texture coordinate of the vertex."
},
"v": {
"type": "double",
"initialValue": "0",
"group": "texture",
"key": {
"int": 216,
"string": "v"
},
"description": "V value for the texture coordinate of the vertex."
}
}
}