Ver código fonte

updated File comments

Daniel 9 anos atrás
pai
commit
d9ae3450be

+ 1 - 0
editor/js/Cmd.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdAddObject.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdAddScript.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdMoveObject.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdMultiCmds.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdRemoveObject.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdRemoveScript.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetColor.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetGeometry.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetGeometryValue.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetMaterial.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetMaterialColor.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetMaterialMap.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetMaterialValue.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetPosition.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetRotation.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetScale.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetScene.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetScriptValue.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetUuid.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 0
editor/js/CmdSetValue.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 /**

+ 1 - 1
editor/js/History.js

@@ -1,6 +1,6 @@
 /**
- * @author mrdoob / http://mrdoob.com/
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 History = function ( editor ) {

+ 1 - 0
editor/js/Sidebar.History.js

@@ -1,5 +1,6 @@
 /**
  * @author dforrer / https://github.com/dforrer
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
  */
 
 Sidebar.History = function ( editor ) {