mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-09 04:56:01 +10:00
Work-in-progress => do not merge yet. OBJ converter, JSONLoader, BinaryLoader and some examples are done. Still need to do Blender exporter, SceneLoader and more examples. Advantages: - faster parse times - bypass array initializer size limit in Firefox - no more crashes in Chrome 15 (caused by too many concurrently active workers) Disadvantages: - more browser UI freezing - multiple models tend to appear all at once with the last one (instead of popping up progressively)
31 lines
676 B
JavaScript
31 lines
676 B
JavaScript
{
|
|
|
|
"metadata" :
|
|
{
|
|
"formatVersion" : 3,
|
|
"sourceFile" : "WaltHead.obj",
|
|
"generatedBy" : "OBJConverter",
|
|
"vertices" : 8146,
|
|
"faces" : 16160,
|
|
"normals" : 8146,
|
|
"uvs" : 0,
|
|
"materials" : 1
|
|
},
|
|
|
|
"materials": [ {
|
|
"DbgColor" : 15658734,
|
|
"DbgIndex" : 0,
|
|
"DbgName" : "lambert2SG.001",
|
|
"colorAmbient" : [0.0, 0.0, 0.0],
|
|
"colorDiffuse" : [0.64, 0.64, 0.64],
|
|
"colorSpecular" : [0.25, 0.25, 0.25],
|
|
"illumination" : 2,
|
|
"opticalDensity" : 1.0,
|
|
"specularCoef" : 92.156863,
|
|
"transparency" : 1.0
|
|
}],
|
|
|
|
"buffers": "WaltHead_bin.bin"
|
|
|
|
}
|