hello there,
I am working on a doughnut chart
for every piece I draw from THREE.Shape and combine it with THREE.ExtrudeGeometry
dont know how but it looks like this:
mesh uses MeshLambertMaterial and the top doesnt look smooth it looks like a woodish texture
doesnt look like that when I use MeshBasicMaterial.
is it light direction problem?
its a little hard for me to write the code to jsfiddle
I am reading the data from a json configuration and using classes.
I will try to implement to jsfiddle as soon as I can