learning-threejs-third
learning-threejs-third copied to clipboard
ConeGeometry has wrong code
For these two:
- CylinderGeometry (https://raw.githubusercontent.com/josdirksen/learning-threejs-third/master/src/chapter-05/js/05-07.js)
- ConeGeometry (https://raw.githubusercontent.com/josdirksen/learning-threejs-third/master/src/chapter-05/js/05-08.js)
Right now ConeGeometry's code is exactly same with CylinderGeometry which is wrong.