The collada model looks strange in three.js. A screenshot:
The code is very simple, nothing special:
loader.load( 'models/police_car.dae', function ( collada ) {
dae = collada.scene;
init();
});
I downloaded the model from google sketchup warehouse. [link]
I have no idea what is the problem, because I'm new in three.js. Should I call a function to fix it?
Thanks in advance,