浏览代码

add proper source for toHalf.

Ben Houston 9 年之前
父节点
当前提交
54d2c68d93
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() {