Răsfoiți Sursa

add proper source for toHalf.

Ben Houston 9 ani în urmă
părinte
comite
54d2c68d93
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      examples/js/Half.js

+ 1 - 1
examples/js/Half.js

@@ -1,5 +1,5 @@
 /**
- * @author Prashant Sharma / spidersharma03
+ * Source: http://gamedev.stackexchange.com/questions/17326/conversion-of-a-number-from-single-precision-floating-point-representation-to-a/17410#17410
  */
 
 THREE.toHalf = (function() {