mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-11 05:55:56 +10:00
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.
101 lines
3.2 KiB
JavaScript
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 );
|