learning-threejs-third icon indicating copy to clipboard operation
learning-threejs-third copied to clipboard

ConeGeometry has wrong code

Open hongbo-miao opened this issue 6 years ago • 0 comments

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.

hongbo-miao avatar Mar 29 '19 20:03 hongbo-miao