浏览代码

Examples: Clean up

Mugen87 7 年之前
父节点
当前提交
f1d205fb1c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_math_orientation_transform.html

+ 1 - 1
examples/webgl_math_orientation_transform.html

@@ -133,7 +133,7 @@
 
 		function generateTarget() {
 
-			// generate a random points on a sphere
+			// generate a random point on a sphere
 
 			spherical.theta = Math.random() * Math.PI * 2;
 			spherical.phi = Math.acos( ( 2 * Math.random() ) - 1 );