我是 Three.js 的新手。我需要使用 Three.js 的 JSONLoader 从 JSON 文件中获取“DbgName”:“mtl”。这是我的示例 three.js 的 JSON 文件
{"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
}
]}
任何人都可以给出一些相同的建议..谢谢