瀏覽代碼

more docs.

Ben Houston 9 年之前
父節點
當前提交
4d4d2b294d
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/math/Spherical.js

+ 3 - 0
src/math/Spherical.js

@@ -4,6 +4,9 @@
  *
  * Ref: https://en.wikipedia.org/wiki/Spherical_coordinate_system
  *
+ * The poles (phi) are at the positive and negative y axis.
+ * The equator starts at positive z.
+ *
  */
 
 THREE.Spherical = function ( radius, phi, theta ) {