123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- // Converted from: ../../examples/obj/gallardo/GallardoNoUv.obj
- // vertices: 77815
- // faces: 75573
- // materials: 7
- //
- // 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" : "wire_255255255",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.80000000000000004, 0.80000000000000004, 0.80000000000000004],
- "colorSpecular" : [0.17499999999999999, 0.17499999999999999, 0.17499999999999999],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 29.411765,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 15597568,
- "DbgIndex" : 1,
- "DbgName" : "wire_115115115",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.36080000000000001, 0.36080000000000001, 0.36080000000000001],
- "colorSpecular" : [0.17499999999999999, 0.17499999999999999, 0.17499999999999999],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 29.411765,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 60928,
- "DbgIndex" : 2,
- "DbgName" : "03___Default",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.13175999999999999, 0.13175999999999999, 0.13175999999999999],
- "colorSpecular" : [0.0, 0.0, 0.0],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 7.843137,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 238,
- "DbgIndex" : 3,
- "DbgName" : "02___Default",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.80000000000000004, 0.0, 0.0],
- "colorSpecular" : [0.65249999999999997, 0.65249999999999997, 0.65249999999999997],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 25.490196,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 15658496,
- "DbgIndex" : 4,
- "DbgName" : "wire_255000000",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.80000000000000004, 0.0, 0.0],
- "colorSpecular" : [0.17499999999999999, 0.17499999999999999, 0.17499999999999999],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 29.411765,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 61166,
- "DbgIndex" : 5,
- "DbgName" : "wire_252252000",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.79056000000000004, 0.79056000000000004, 0.0],
- "colorSpecular" : [0.17499999999999999, 0.17499999999999999, 0.17499999999999999],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 29.411765,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 15597806,
- "DbgIndex" : 6,
- "DbgName" : "wire_132132132",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.41408, 0.41408, 0.41408],
- "colorSpecular" : [0.17499999999999999, 0.17499999999999999, 0.17499999999999999],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 29.411765,
- "transparency" : 1.0
- }],
- "buffers": "GallardoNoUv_bin.bin"
- };
-
- postMessage( model );
- close();
|