diff --git a/debug/app.coffee b/debug/app.coffee index 2dd9e21..2167fb2 100644 --- a/debug/app.coffee +++ b/debug/app.coffee @@ -12,17 +12,13 @@ scene = new Scene width: Screen.width height: Screen.height -new Light - parent: scene - type: 'point' - y: 200 - z: 100 - new Model path: './models/flamingo/flamingo.json' parent: scene rotationY: -40 - map: './images/icon.png' + material: new MeshNormalMaterial + morphTargets: true + flatShading: true onLoad: (model) -> model.states =