This form is for three.js bug reports and feature requests only.
This is NOT a help site. Do not ask help questions here.
If you need help, please use the forum or stackoverflow.
Describe the bug or feature request in detail.
Always include a code snippet, screenshots, and any relevant models or textures to help us understand your issue.
Please also include a live example if possible. You can start from these templates:
Here is an example, export from threejs.org/editor
thanks!
This shadow doesn't look unreasonable to me, what part seems odd?

there are so many dark streaks on the object.
when set receive shadow to false, it's gone. @donmccurdy
In short:
Problems:
I suggest you research a bit into shadowmapping - it will help you understand problems like this in the future and how to deal with them better.
You might find a discussion here useful: https://github.com/mrdoob/three.js/issues/5554
thanks a lot! @Usnul
Those are artifacts caused by self-shadowing, and the question has been answered on stackoverflow.
Most helpful comment
In short:
Problems:
I suggest you research a bit into shadowmapping - it will help you understand problems like this in the future and how to deal with them better.
You might find a discussion here useful: https://github.com/mrdoob/three.js/issues/5554