123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- // Converted from: veyron_wheels.obj
- // vertices: 3300
- // faces: 2907
- // materials: 2
- //
- // 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" : "03___Default",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.421632, 0.421632, 0.421632],
- "colorSpecular" : [0.6, 0.6, 0.6],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 35.294118,
- "transparency" : 0.0
- },
- {
- "DbgColor" : 15597568,
- "DbgIndex" : 1,
- "DbgName" : "08___Default",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.150592, 0.150592, 0.150592],
- "colorSpecular" : [0.14825, 0.14825, 0.14825],
- "illumination" : 2,
- "opticalDensity" : 1.0,
- "specularCoef" : 15.686275,
- "transparency" : 0.0
- }],
- "buffers": "veyron_wheel_bin.bin"
- };
- postMessage( model );
- close();
|