12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- // Converted from: ../../examples/obj/male02/male02.obj
- // vertices: 2746
- // faces: 5004
- // materials: 5
- //
- // 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" : "male-02-1noCullingID_male-02-1noCulling.JP",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.64000000000000001, 0.64000000000000001, 0.64000000000000001],
- "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001],
- "illumination" : 2,
- "mapDiffuse" : "male-02-1noCulling.JPG",
- "opticalDensity" : 1.0,
- "specularCoef" : 154.901961,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 15597568,
- "DbgIndex" : 1,
- "DbgName" : "orig_02_-_Defaul1noCu_orig_02_-_Defaul1noCu",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.64000000000000001, 0.64000000000000001, 0.64000000000000001],
- "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001],
- "illumination" : 2,
- "mapDiffuse" : "orig_02_-_Defaul1noCulling.JPG",
- "opticalDensity" : 1.0,
- "specularCoef" : 154.901961,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 60928,
- "DbgIndex" : 2,
- "DbgName" : "FrontColorNoCullingID_orig_02_-_Defaul1noCu",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.80000000000000004, 0.80000000000000004, 0.80000000000000004],
- "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001],
- "illumination" : 2,
- "mapDiffuse" : "orig_02_-_Defaul1noCulling.JPG",
- "opticalDensity" : 1.0,
- "specularCoef" : 154.901961,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 238,
- "DbgIndex" : 3,
- "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" : 15658496,
- "DbgIndex" : 4,
- "DbgName" : "FrontColorNoCullingID_male-02-1noCulling.JP",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.80000000000000004, 0.80000000000000004, 0.80000000000000004],
- "colorSpecular" : [0.16500000000000001, 0.16500000000000001, 0.16500000000000001],
- "illumination" : 2,
- "mapDiffuse" : "male-02-1noCulling.JPG",
- "opticalDensity" : 1.0,
- "specularCoef" : 154.901961,
- "transparency" : 1.0
- }],
- "buffers": "Male02_bin.bin"
- };
-
- postMessage( model );
|