123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /*
- * File generated with Blender 2.56 Exporter
- * https://github.com/mrdoob/three.js/tree/master/utils/exporters/blender/
- *
- * vertices: 8
- * faces: 6
- * normals: 0
- * uvs: 0
- * colors: 0
- * materials: 1
- *
- */
- var model = {
- "version" : 2,
-
- "materials": [ {
- "DbgColor" : 15658734,
- "DbgIndex" : 0,
- "DbgName" : "Material",
- "colorAmbient" : [0.0, 0.0, 0.0],
- "colorDiffuse" : [0.6400000190734865, 0.10179081114814892, 0.126246120426746],
- "colorSpecular" : [0.5, 0.5, 0.5],
- "shading" : "Phong",
- "specularCoef" : 50,
- "transparency" : 1.0,
- "vertexColors" : false
- }],
- "vertices": [1.000000,-1.000000,-1.000000,1.000000,-1.000000,1.000000,-1.000000,-1.000000,1.000000,-1.000000,-1.000000,-1.000000,1.000000,1.000000,-1.000000,0.999999,1.000000,1.000001,-1.000000,1.000000,1.000000,-1.000000,1.000000,-1.000000],
- "morphTargets": [],
- "normals": [],
- "colors": [],
- "uvs": [[]],
- "faces": [3,0,1,2,3,0,3,4,7,6,5,0,3,0,4,5,1,0,3,1,5,6,2,0,3,2,6,7,3,0,3,4,0,3,7,0]
- };
- postMessage( model );
|