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.
30 lines
753 B
JavaScript
30 lines
753 B
JavaScript
// Converted from: ../../examples/obj/walt/WaltHead.obj
|
|
// vertices: 8146
|
|
// faces: 16160
|
|
// materials: 1
|
|
//
|
|
// 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" : "lambert2SG.001",
|
|
"colorAmbient" : [0.0, 0.0, 0.0],
|
|
"colorDiffuse" : [0.64000000000000001, 0.64000000000000001, 0.64000000000000001],
|
|
"colorSpecular" : [0.25, 0.25, 0.25],
|
|
"illumination" : 2,
|
|
"opticalDensity" : 1.0,
|
|
"specularCoef" : 92.156863,
|
|
"transparency" : 1.0
|
|
}],
|
|
|
|
'buffers': 'WaltHead_bin.bin',
|
|
|
|
'end': (new Date).getTime()
|
|
}
|
|
|
|
postMessage( model );
|