浏览代码

OrthographicTrackballControls: add attribution

Max Smolens 10 年之前
父节点
当前提交
1fbab9c2b2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/js/controls/OrthographicTrackballControls.js

+ 1 - 0
examples/js/controls/OrthographicTrackballControls.js

@@ -2,6 +2,7 @@
  * @author Eberhard Graether / http://egraether.com/
  * @author Mark Lundin 	/ http://mark-lundin.com
  * @author Patrick Fuller / http://patrick-fuller.com
+ * @author Max Smolens / https://github.com/msmolens
  */
 
 THREE.OrthographicTrackballControls = function ( object, domElement ) {