我是Three.js的新手。我的需要是使用Three.js的JSONLoader從JSON文件中獲取「DbgName」:「mtl」。 這裏我的樣品three.js所的JSON文件解析JSON中的字符串three.js
{"metadata" :
{"formatVersion" : 3.1,
"sourceFile" : "json",
"generatedBy" : "json",
"vertices" : 20,
"faces" : 81,
"normals" : 0,
"colors" : 0,
"uvs" : 0,
"materials" : 4},
"scale" : 1.000000,
"materials": [{
"DbgColor" : 15658734,
"DbgIndex" : 0,
"DbgName" : "mtl1",
"colorAmbient" : [0.0, 0.0, 0.0],
"colorDiffuse" : [0.64, 0.64, 0.64],
"colorSpecular" : [0.165, 0.165, 0.165],
"illumination" : 2,
"opticalDensity" : 1.0,
"specularCoef" : 154.901961,
"transparency" : 1.0
}
]}
可以在任何一個給一些建議,爲same..Thanks
請您編輯您的帖子,檢查代碼的格式。這又是可怕的。 – RvdK 2013-03-08 16:45:51