123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- // Converted from: ../../examples/obj/veyron/VeyronNoUv.obj
- // vertices: 36210
- // faces: 33034
- // materials: 8
- //
- // 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" : "08___Default",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.18823999999999999, 0.18823999999999999, 0.18823999999999999],
- "colorSpecular" : [0.14824999999999999, 0.14824999999999999, 0.14824999999999999],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 17.647059,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 15597568,
- "DbgIndex" : 1,
- "DbgName" : "03___Default",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.52703999999999995, 0.52703999999999995, 0.52703999999999995],
- "colorSpecular" : [0.59999999999999998, 0.59999999999999998, 0.59999999999999998],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 37.254902,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 60928,
- "DbgIndex" : 2,
- "DbgName" : "ColorBlack",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.21648000000000001, 0.21648000000000001, 0.21648000000000001],
- "colorSpecular" : [0.75, 0.75, 0.75],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 56.862745,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 238,
- "DbgIndex" : 3,
- "DbgName" : "04___Default",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.54271999999999998, 0.57408000000000003, 0.58984000000000003],
- "colorSpecular" : [0.75, 0.75, 0.75],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 66.666667,
- "transparency" : 0.5
- },
- {
- "DbgColor" : 15658496,
- "DbgIndex" : 4,
- "DbgName" : "02___Default",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.48311999999999999, 0.0, 0.0],
- "colorSpecular" : [0.75, 0.75, 0.75],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 56.862745,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 61166,
- "DbgIndex" : 5,
- "DbgName" : "Aluminium",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.47055999999999998, 0.47055999999999998, 0.47055999999999998],
- "colorSpecular" : [0.40000000000000002, 0.40000000000000002, 0.40000000000000002],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 17.647059,
- "transparency" : 1.0
- },
- {
- "DbgColor" : 15597806,
- "DbgIndex" : 6,
- "DbgName" : "glassRed",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.57408000000000003, 0.0, 0.0],
- "colorSpecular" : [0.75, 0.75, 0.75],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 66.666667,
- "transparency" : 0.5
- },
- {
- "DbgColor" : 419610,
- "DbgIndex" : 7,
- "DbgName" : "glassOranje",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.80000000000000004, 0.49568000000000001, 0.1004],
- "colorSpecular" : [0.75, 0.75, 0.75],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 66.666667,
- "transparency" : 0.5
- }],
- "buffers": "VeyronNoUv_bin.bin"
- };
-
- postMessage( model );
- close();
|