Explorar el Código

add proper source for toHalf.

Ben Houston hace 9 años
padre
commit
54d2c68d93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {