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 );