123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- // Converted from: ../../examples/obj/camaro/CamaroNoUv.obj
- // vertices: 53139
- // faces: 93251
- // materials: 9
- //
- // 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" : "Body",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.22700000000000001, 0.40799999999999997, 0.46300000000000002],
- "colorSpecular" : [2.0, 2.0, 2.0],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 782.352941,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 15597568,
- "DbgIndex" : 1,
- "DbgName" : "mirror",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.29999999999999999, 0.29999999999999999, 0.29999999999999999],
- "colorSpecular" : [2.0, 2.0, 2.0],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 782.352941,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 60928,
- "DbgIndex" : 2,
- "DbgName" : "black",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.10199999999999999, 0.10199999999999999, 0.10199999999999999],
- "colorSpecular" : [0.20000000000000001, 0.20000000000000001, 0.20000000000000001],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 7.843137,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 238,
- "DbgIndex" : 3,
- "DbgName" : "mizo",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.0, 0.0, 0.0],
- "colorSpecular" : [0.0, 0.0, 0.0],
- "illumination" : 1,
- "opticalDensity" : 1.0,
- "specularCoef" : 0.0,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 15658496,
- "DbgIndex" : 4,
- "DbgName" : "glass",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.20000000000000001, 0.31, 0.30599999999999999],
- "colorSpecular" : [2.0, 2.0, 2.0],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 782.352941,
- "transparency" : 0.34
- },
- {
- "DbgColor" : 61166,
- "DbgIndex" : 5,
- "DbgName" : "Interieur",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.10199999999999999, 0.10199999999999999, 0.10199999999999999],
- "colorSpecular" : [0.44, 0.44, 0.44],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 98.039216,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 15597806,
- "DbgIndex" : 6,
- "DbgName" : "tire",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.27100000000000002, 0.27100000000000002, 0.26300000000000001],
- "colorSpecular" : [0.10000000000000001, 0.10000000000000001, 0.10000000000000001],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 17.647059,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 3744854,
- "DbgIndex" : 7,
- "DbgName" : "tireling",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.5, 0.5, 0.5],
- "colorSpecular" : [0.20000000000000001, 0.20000000000000001, 0.20000000000000001],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 17.647059,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 4614226,
- "DbgIndex" : 8,
- "DbgName" : "black2",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.0, 0.0, 0.0],
- "colorSpecular" : [0.0, 0.0, 0.0],
- "illumination" : 1,
- "opticalDensity" : 1.0,
- "specularCoef" : 0.0,
- "transparency" : 1.0
- }],
- "buffers": "CamaroNoUv_bin.bin"
- };
-
- postMessage( model );
- close();
|