Files
three.js/examples/obj/female02/Female02_bin.js
T
alteredq b31b8eebcd Changed exporters, converters and example models to use more proper JSON.
Single quote property names and hex numbers are not valid in JSON.
2011-03-26 06:05:46 +01:00

103 lines
3.1 KiB
JavaScript

// Converted from: ../../examples/obj/female02/female02.obj
// vertices: 3274
// faces: 6233
// materials: 6
//
// Generated with OBJ -> Three.js converter
// http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_three.py
var model = {
"version" : 1,
"materials": [ {
"DbgColor" : 15658734,
"DbgIndex" : 0,
"DbgName" : "_03_-_Default1noCulli__03_-_Default1noCulli",
"colorAmbient" : [0.0, 0.0, 0.0],
"colorDiffuse" : [0.64000000000000001, 0.64000000000000001, 0.64000000000000001],
"colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001],
"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.64000000000000001, 0.64000000000000001, 0.64000000000000001],
"colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001],
"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.80000000000000004, 0.80000000000000004, 0.80000000000000004],
"colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001],
"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.80000000000000004, 0.80000000000000004, 0.80000000000000004],
"colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001],
"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.64000000000000001, 0.64000000000000001, 0.64000000000000001],
"colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001],
"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.80000000000000004, 0.80000000000000004, 0.80000000000000004],
"colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001],
"illumination" : 2,
"mapDiffuse" : "01_-_Default1noCulling.JPG",
"opticalDensity" : 1.0,
"specularCoef" : 154.901961,
"transparency" : 1.0
}],
"buffers": "Female02_bin.bin"
};
postMessage( model );