Files
three.js/examples/obj/walt/WaltHead_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

32 lines
733 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_three.py
var model = {
"version" : 1,
"materials": [ {
"DbgColor" : 15658734,
"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"
};
postMessage( model );