heres my code:
http://jsfiddle.net/zsitro/gYhrY/ (just to show... doesnt works at fiddle)
It can load: - THREE.js inbuilt plane and cube and a light.. - the models (1 cube and a walking creature).
Its all ok, but the problem is the creature is almost black (soo dark), and the cube is total black. If I remove the light, it shows its texture and the monster is brighter a bit.

I cannot find resources how to avoid this black thing and make my spotlight work.
The spotlight is set up properly I think, because the lower cube and the axis lines are shown well (and cast shadow as expected).
If I switch the light direction -> nothing changes except the red cube casts shadow as expected again...
Can anyone help?