Files
three.js/examples/obj/female02/Female02_bin.js
T
alteredq ccdff87382 Changed also JSON model files and exporters/converters to use CamelCase property names.
Only Blender 2.56 exporter and OBJ converter were tested. If somebody is using other ones, please reexport some files to be sure they work.
2011-03-02 05:55:29 +01:00

101 lines
3.2 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_threejs_slim.py
var model = {
'materials': [ {
"DbgColor" : 0xeeeeee,
"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" : 0xee0000,
"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" : 0x00ee00,
"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" : 0x0000ee,
"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" : 0xeeee00,
"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" : 0x00eeee,
"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',
'end': (new Date).getTime()
}
postMessage( model );