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)
102 lines
2.6 KiB
JavaScript
102 lines
2.6 KiB
JavaScript
{
|
|
|
|
"metadata" :
|
|
{
|
|
"formatVersion" : 3,
|
|
"sourceFile" : "female02.obj",
|
|
"generatedBy" : "OBJConverter",
|
|
"vertices" : 3274,
|
|
"faces" : 6233,
|
|
"normals" : 3292,
|
|
"uvs" : 4935,
|
|
"materials" : 6
|
|
},
|
|
|
|
"materials": [ {
|
|
"DbgColor" : 15658734,
|
|
"DbgIndex" : 0,
|
|
"DbgName" : "_03_-_Default1noCulli__03_-_Default1noCulli",
|
|
"colorAmbient" : [0.0, 0.0, 0.0],
|
|
"colorDiffuse" : [0.64, 0.64, 0.64],
|
|
"colorSpecular" : [0.165, 0.165, 0.165],
|
|
"illumination" : 2,
|
|
"mapDiffuse" : "03_-_Default1noCulling.JPG",
|
|
"opticalDensity" : 1.0,
|
|
"specularCoef" : 154.901961,
|
|
"transparency" : 1.0
|
|
},
|
|
|
|
{
|
|
"DbgColor" : 15597568,
|
|
"DbgIndex" : 1,
|
|
"DbgName" : "_02_-_Default1noCulli__02_-_Default1noCulli",
|
|
"colorAmbient" : [0.0, 0.0, 0.0],
|
|
"colorDiffuse" : [0.64, 0.64, 0.64],
|
|
"colorSpecular" : [0.165, 0.165, 0.165],
|
|
"illumination" : 2,
|
|
"mapDiffuse" : "02_-_Default1noCulling.JPG",
|
|
"opticalDensity" : 1.0,
|
|
"specularCoef" : 154.901961,
|
|
"transparency" : 1.0
|
|
},
|
|
|
|
{
|
|
"DbgColor" : 60928,
|
|
"DbgIndex" : 2,
|
|
"DbgName" : "FrontColorNoCullingID__02_-_Default1noCulli",
|
|
"colorAmbient" : [0.0, 0.0, 0.0],
|
|
"colorDiffuse" : [0.8, 0.8, 0.8],
|
|
"colorSpecular" : [0.165, 0.165, 0.165],
|
|
"illumination" : 2,
|
|
"mapDiffuse" : "02_-_Default1noCulling.JPG",
|
|
"opticalDensity" : 1.0,
|
|
"specularCoef" : 154.901961,
|
|
"transparency" : 1.0
|
|
},
|
|
|
|
{
|
|
"DbgColor" : 238,
|
|
"DbgIndex" : 3,
|
|
"DbgName" : "FrontColorNoCullingID__03_-_Default1noCulli",
|
|
"colorAmbient" : [0.0, 0.0, 0.0],
|
|
"colorDiffuse" : [0.8, 0.8, 0.8],
|
|
"colorSpecular" : [0.165, 0.165, 0.165],
|
|
"illumination" : 2,
|
|
"mapDiffuse" : "03_-_Default1noCulling.JPG",
|
|
"opticalDensity" : 1.0,
|
|
"specularCoef" : 154.901961,
|
|
"transparency" : 1.0
|
|
},
|
|
|
|
{
|
|
"DbgColor" : 15658496,
|
|
"DbgIndex" : 4,
|
|
"DbgName" : "_01_-_Default1noCulli__01_-_Default1noCulli",
|
|
"colorAmbient" : [0.0, 0.0, 0.0],
|
|
"colorDiffuse" : [0.64, 0.64, 0.64],
|
|
"colorSpecular" : [0.165, 0.165, 0.165],
|
|
"illumination" : 2,
|
|
"mapDiffuse" : "01_-_Default1noCulling.JPG",
|
|
"opticalDensity" : 1.0,
|
|
"specularCoef" : 154.901961,
|
|
"transparency" : 1.0
|
|
},
|
|
|
|
{
|
|
"DbgColor" : 61166,
|
|
"DbgIndex" : 5,
|
|
"DbgName" : "FrontColorNoCullingID__01_-_Default1noCulli",
|
|
"colorAmbient" : [0.0, 0.0, 0.0],
|
|
"colorDiffuse" : [0.8, 0.8, 0.8],
|
|
"colorSpecular" : [0.165, 0.165, 0.165],
|
|
"illumination" : 2,
|
|
"mapDiffuse" : "01_-_Default1noCulling.JPG",
|
|
"opticalDensity" : 1.0,
|
|
"specularCoef" : 154.901961,
|
|
"transparency" : 1.0
|
|
}],
|
|
|
|
"buffers": "Female02_bin.bin"
|
|
|
|
}
|