mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-13 15:05:56 +10:00
25 lines
468 B
JavaScript
25 lines
468 B
JavaScript
// Converted from: ../../examples/obj/ninja/ninjaHead_Low.obj
|
|
// vertices: 4485
|
|
// faces: 4810
|
|
// materials: 0
|
|
//
|
|
// 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" : "default"
|
|
}],
|
|
|
|
"buffers": "NinjaLo_bin.bin"
|
|
|
|
};
|
|
|
|
postMessage( model );
|