Переглянути джерело

Docs/Test: Remove author comments.

Mugen87 5 роки тому
батько
коміт
e9e5d0e64b
100 змінених файлів з 34 додано та 358 видалено
  1. 0 4
      docs/scenes/geometry-browser.html
  2. 0 4
      docs/scenes/material-browser.html
  3. 9 13
      test/e2e/check-coverage.js
  4. 20 23
      test/e2e/clean-page.js
  5. 1 3
      test/e2e/deterministic-injection.js
  6. 0 3
      test/e2e/puppeteer.js
  7. 0 3
      test/unit/editor/Command.tests.js
  8. 0 4
      test/unit/editor/CommonUtilities.js
  9. 0 3
      test/unit/editor/Config.tests.js
  10. 0 3
      test/unit/editor/Editor.tests.js
  11. 0 3
      test/unit/editor/History.tests.js
  12. 0 3
      test/unit/editor/Loader.tests.js
  13. 0 3
      test/unit/editor/Menubar.Add.tests.js
  14. 0 3
      test/unit/editor/Menubar.Edit.tests.js
  15. 0 3
      test/unit/editor/Menubar.Examples.tests.js
  16. 0 3
      test/unit/editor/Menubar.File.tests.js
  17. 0 3
      test/unit/editor/Menubar.Help.tests.js
  18. 0 3
      test/unit/editor/Menubar.Play.tests.js
  19. 0 3
      test/unit/editor/Menubar.Status.tests.js
  20. 0 3
      test/unit/editor/Menubar.View.tests.js
  21. 0 3
      test/unit/editor/Menubar.tests.js
  22. 0 3
      test/unit/editor/Player.tests.js
  23. 0 3
      test/unit/editor/Script.tests.js
  24. 0 3
      test/unit/editor/Sidebar.Animation.tests.js
  25. 0 3
      test/unit/editor/Sidebar.Geometry.BoxGeometry.tests.js
  26. 0 3
      test/unit/editor/Sidebar.Geometry.BufferGeometry.tests.js
  27. 0 3
      test/unit/editor/Sidebar.Geometry.CircleGeometry.tests.js
  28. 0 3
      test/unit/editor/Sidebar.Geometry.CylinderGeometry.tests.js
  29. 0 3
      test/unit/editor/Sidebar.Geometry.Geometry.tests.js
  30. 0 3
      test/unit/editor/Sidebar.Geometry.IcosahedronGeometry.tests.js
  31. 0 3
      test/unit/editor/Sidebar.Geometry.LatheGeometry.tests.js
  32. 0 3
      test/unit/editor/Sidebar.Geometry.Modifiers.tests.js
  33. 0 3
      test/unit/editor/Sidebar.Geometry.PlaneGeometry.tests.js
  34. 0 3
      test/unit/editor/Sidebar.Geometry.SphereGeometry.tests.js
  35. 0 3
      test/unit/editor/Sidebar.Geometry.TeapotBufferGeometry.tests.js
  36. 0 3
      test/unit/editor/Sidebar.Geometry.TorusGeometry.tests.js
  37. 0 3
      test/unit/editor/Sidebar.Geometry.TorusKnotGeometry.tests.js
  38. 0 3
      test/unit/editor/Sidebar.Geometry.tests.js
  39. 0 3
      test/unit/editor/Sidebar.History.tests.js
  40. 0 3
      test/unit/editor/Sidebar.Material.tests.js
  41. 0 3
      test/unit/editor/Sidebar.Object.tests.js
  42. 0 3
      test/unit/editor/Sidebar.Project.tests.js
  43. 0 3
      test/unit/editor/Sidebar.Properties.tests.js
  44. 0 3
      test/unit/editor/Sidebar.Scene.tests.js
  45. 0 3
      test/unit/editor/Sidebar.Script.tests.js
  46. 0 3
      test/unit/editor/Sidebar.Settings.tests.js
  47. 0 3
      test/unit/editor/Sidebar.tests.js
  48. 0 3
      test/unit/editor/Storage.tests.js
  49. 0 3
      test/unit/editor/Toolbar.tests.js
  50. 0 3
      test/unit/editor/Viewport.Info.tests.js
  51. 0 3
      test/unit/editor/Viewport.tests.js
  52. 0 3
      test/unit/editor/commands/AddObjectCommand.tests.js
  53. 0 3
      test/unit/editor/commands/AddScriptCommand.tests.js
  54. 0 3
      test/unit/editor/commands/MoveObjectCommand.tests.js
  55. 0 3
      test/unit/editor/commands/MultiCmdsCommand.tests.js
  56. 0 3
      test/unit/editor/commands/RemoveObjectCommand.tests.js
  57. 0 3
      test/unit/editor/commands/RemoveScriptCommand.tests.js
  58. 0 3
      test/unit/editor/commands/SetColorCommand.tests.js
  59. 0 3
      test/unit/editor/commands/SetGeometryCommand.tests.js
  60. 0 3
      test/unit/editor/commands/SetGeometryValueCommand.tests.js
  61. 0 3
      test/unit/editor/commands/SetMaterialColorCommand.tests.js
  62. 0 3
      test/unit/editor/commands/SetMaterialCommand.tests.js
  63. 0 3
      test/unit/editor/commands/SetMaterialMapCommand.tests.js
  64. 0 3
      test/unit/editor/commands/SetMaterialValueCommand.tests.js
  65. 0 3
      test/unit/editor/commands/SetPositionCommand.tests.js
  66. 0 3
      test/unit/editor/commands/SetRotationCommand.tests.js
  67. 0 3
      test/unit/editor/commands/SetScaleCommand.tests.js
  68. 0 3
      test/unit/editor/commands/SetSceneCommand.tests.js
  69. 0 3
      test/unit/editor/commands/SetScriptValueCommand.tests.js
  70. 0 3
      test/unit/editor/commands/SetUuidCommand.tests.js
  71. 0 3
      test/unit/editor/commands/SetValueCommand.tests.js
  72. 0 4
      test/unit/editor/old_to_convert/AddObjectCommandAndRemoveObjectCommand.tests.js
  73. 0 4
      test/unit/editor/old_to_convert/AddScriptCommand.tests.js
  74. 0 4
      test/unit/editor/old_to_convert/MassUndoAndRedo.tests.js
  75. 0 4
      test/unit/editor/old_to_convert/MoveObjectCommand.tests.js
  76. 0 4
      test/unit/editor/old_to_convert/MultiCmdsCommand.tests.js
  77. 0 4
      test/unit/editor/old_to_convert/NegativeCases.tests.js
  78. 0 4
      test/unit/editor/old_to_convert/NestedDoUndoRedo.tests.js
  79. 0 4
      test/unit/editor/old_to_convert/RemoveScriptCommand.tests.js
  80. 0 4
      test/unit/editor/old_to_convert/Serialization.tests.js
  81. 0 4
      test/unit/editor/old_to_convert/SetColorCommand.tests.js
  82. 0 4
      test/unit/editor/old_to_convert/SetGeometryCommand.tests.js
  83. 0 4
      test/unit/editor/old_to_convert/SetGeometryValueCommand.tests.js
  84. 0 4
      test/unit/editor/old_to_convert/SetMaterialColorCommand.tests.js
  85. 0 4
      test/unit/editor/old_to_convert/SetMaterialCommand.tests.js
  86. 0 4
      test/unit/editor/old_to_convert/SetMaterialMapCommand.tests.js
  87. 0 4
      test/unit/editor/old_to_convert/SetMaterialValueCommand.tests.js
  88. 0 4
      test/unit/editor/old_to_convert/SetPositionCommand.tests.js
  89. 0 4
      test/unit/editor/old_to_convert/SetRotationCommand.tests.js
  90. 0 4
      test/unit/editor/old_to_convert/SetScaleCommand.tests.js
  91. 0 4
      test/unit/editor/old_to_convert/SetSceneCommand.tests.js
  92. 0 4
      test/unit/editor/old_to_convert/SetScriptValueCommand.tests.js
  93. 0 5
      test/unit/editor/old_to_convert/SetUuidCommand.tests.js
  94. 0 5
      test/unit/editor/old_to_convert/SetValueCommand.tests.js
  95. 0 3
      test/unit/example/exporters/GLTFExporter.tests.js
  96. 0 3
      test/unit/example/loaders/GLTFLoader.tests.js
  97. 0 3
      test/unit/example/objects/Lensflare.tests.js
  98. 0 3
      test/unit/example/utils/BufferGeometryUtils.tests.js
  99. 4 3
      test/unit/src/animation/AnimationAction.tests.js
  100. 0 3
      test/unit/src/animation/AnimationClip.tests.js

+ 0 - 4
docs/scenes/geometry-browser.html

@@ -71,10 +71,6 @@
 			import { OrbitControls } from '../../examples/jsm/controls/OrbitControls.js';
 			import { OrbitControls } from '../../examples/jsm/controls/OrbitControls.js';
 			import { ParametricGeometries } from '../../examples/jsm/geometries/ParametricGeometries.js';
 			import { ParametricGeometries } from '../../examples/jsm/geometries/ParametricGeometries.js';
 
 
-			/**
-			 * @author TatumCreative (Greg Tatum) / http://gregtatum.com/
-			 */
-
 			var twoPi = Math.PI * 2;
 			var twoPi = Math.PI * 2;
 
 
 			function updateGroupGeometry( mesh, geometry ) {
 			function updateGroupGeometry( mesh, geometry ) {

+ 0 - 4
docs/scenes/material-browser.html

@@ -62,10 +62,6 @@
 
 
 			import { GUI } from '../../examples/jsm/libs/dat.gui.module.js';
 			import { GUI } from '../../examples/jsm/libs/dat.gui.module.js';
 
 
-			/**
-			 * @author TatumCreative (Greg Tatum) / http://gregtatum.com/
-			 */
-
 			var constants = {
 			var constants = {
 
 
 				combine: {
 				combine: {

+ 9 - 13
test/e2e/check-coverage.js

@@ -1,19 +1,15 @@
-/**
- * @author munrocket / https://github.com/munrocket
- */
-
 const fs = require( 'fs' );
 const fs = require( 'fs' );
 
 
 // examples
 // examples
 const E = fs.readdirSync( './examples' )
 const E = fs.readdirSync( './examples' )
-		.filter( s => s.slice( - 5 ) === '.html' )
-		.map( s => s.slice( 0, s.length - 5 ) )
-		.filter( f => f !== 'index' );
+	.filter( s => s.slice( - 5 ) === '.html' )
+	.map( s => s.slice( 0, s.length - 5 ) )
+	.filter( f => f !== 'index' );
 
 
 // screenshots
 // screenshots
 const S = fs.readdirSync( './examples/screenshots' )
 const S = fs.readdirSync( './examples/screenshots' )
-		.filter( s => s.slice( - 4 ) === '.jpg' )
-		.map( s => s.slice( 0, s.length - 4 ) )
+	.filter( s => s.slice( - 4 ) === '.jpg' )
+	.map( s => s.slice( 0, s.length - 4 ) );
 
 
 // files.js
 // files.js
 const F = [];
 const F = [];
@@ -43,10 +39,10 @@ if ( subES.length + subSE.length + subEF.length + subFE.length === 0 ) {
 
 
 } else {
 } else {
 
 
-	if ( subES.length > 0 ) console.red( 'Make screenshot for example(s): ' + subES.join(' ') );
-	if ( subSE.length > 0 ) console.red( 'Remove unnecessary screenshot(s): ' + subSE.join(' ') );
-	if ( subEF.length > 0 ) console.red( 'Add description in file.js for example(s): ' + subEF.join(' ') );
-	if ( subFE.length > 0 ) console.red( 'Remove description in file.js for example(s): ' + subFE.join(' ') );
+	if ( subES.length > 0 ) console.red( 'Make screenshot for example(s): ' + subES.join( ' ' ) );
+	if ( subSE.length > 0 ) console.red( 'Remove unnecessary screenshot(s): ' + subSE.join( ' ' ) );
+	if ( subEF.length > 0 ) console.red( 'Add description in file.js for example(s): ' + subEF.join( ' ' ) );
+	if ( subFE.length > 0 ) console.red( 'Remove description in file.js for example(s): ' + subFE.join( ' ' ) );
 
 
 	console.red( 'TEST FAILED!' );
 	console.red( 'TEST FAILED!' );
 
 

+ 20 - 23
test/e2e/clean-page.js

@@ -1,45 +1,42 @@
-/**
- * @author munrocket / https://twitter.com/munrocket_twit
- */
 
 
 ( function () {
 ( function () {
 
 
 
 
-  /* Remove start screen ( or press some button ) */
+	/* Remove start screen ( or press some button ) */
 
 
-  let button = document.getElementById( 'startButton' );
-  if ( button ) {
+	let button = document.getElementById( 'startButton' );
+	if ( button ) {
 
 
-    button.click();
+		button.click();
 
 
-  }
+	}
 
 
 
 
-  /* Remove dat.gui and fonts */
+	/* Remove dat.gui and fonts */
 
 
-  let style = document.createElement( 'style' );
-  style.type = 'text/css';
-  style.innerHTML = `body { font size: 0 !important; }
+	let style = document.createElement( 'style' );
+	style.type = 'text/css';
+	style.innerHTML = `body { font size: 0 !important; }
       #info, button, input, body > div.dg.ac, body > div.lbl { display: none !important; }`;
       #info, button, input, body > div.dg.ac, body > div.lbl { display: none !important; }`;
-  let head = document.getElementsByTagName( 'head' );
-  if ( head.length > 0 ) {
+	let head = document.getElementsByTagName( 'head' );
+	if ( head.length > 0 ) {
 
 
-    head[ 0 ].appendChild( style );
+		head[ 0 ].appendChild( style );
 
 
-  }
+	}
 
 
 
 
-  /* Remove stats.js */
+	/* Remove stats.js */
 
 
-  let canvas = document.getElementsByTagName( 'canvas' );
-  for ( let i = 0; i < canvas.length; ++ i ) {
+	let canvas = document.getElementsByTagName( 'canvas' );
+	for ( let i = 0; i < canvas.length; ++ i ) {
 
 
-    if ( canvas[ i ].height === 48 ) {
+		if ( canvas[ i ].height === 48 ) {
 
 
-      canvas[ i ].style.display = 'none';
+			canvas[ i ].style.display = 'none';
 
 
-    }
+		}
 
 
-  }
+	}
 
 
 }() );
 }() );

+ 1 - 3
test/e2e/deterministic-injection.js

@@ -1,6 +1,3 @@
-/**
- * @author munrocket / https://twitter.com/munrocket_twit
- */
 
 
 ( function () {
 ( function () {
 
 
@@ -79,6 +76,7 @@
 			RAF( renew );
 			RAF( renew );
 
 
 		}
 		}
+
 		RAF( renew );
 		RAF( renew );
 
 
 	};
 	};

+ 0 - 3
test/e2e/puppeteer.js

@@ -1,6 +1,3 @@
-/**
- * @author munrocket / https://twitter.com/munrocket_twit
- */
 
 
 try {
 try {
 
 

+ 0 - 3
test/unit/editor/Command.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Command';
 import { } from '../../../editor/js/Command';

+ 0 - 4
test/unit/editor/CommonUtilities.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 function mergeParams( defaults, customParams ) {
 function mergeParams( defaults, customParams ) {
 
 

+ 0 - 3
test/unit/editor/Config.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Config';
 import { } from '../../../editor/js/Config';

+ 0 - 3
test/unit/editor/Editor.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Editor';
 import { } from '../../../editor/js/Editor';

+ 0 - 3
test/unit/editor/History.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/History';
 import { } from '../../../editor/js/History';

+ 0 - 3
test/unit/editor/Loader.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Loader';
 import { } from '../../../editor/js/Loader';

+ 0 - 3
test/unit/editor/Menubar.Add.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Menubar.Add';
 import { } from '../../../editor/js/Menubar.Add';

+ 0 - 3
test/unit/editor/Menubar.Edit.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Menubar.Edit';
 import { } from '../../../editor/js/Menubar.Edit';

+ 0 - 3
test/unit/editor/Menubar.Examples.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Menubar.Examples';
 import { } from '../../../editor/js/Menubar.Examples';

+ 0 - 3
test/unit/editor/Menubar.File.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Menubar.File';
 import { } from '../../../editor/js/Menubar.File';

+ 0 - 3
test/unit/editor/Menubar.Help.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Menubar.Help';
 import { } from '../../../editor/js/Menubar.Help';

+ 0 - 3
test/unit/editor/Menubar.Play.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Menubar.Play';
 import { } from '../../../editor/js/Menubar.Play';

+ 0 - 3
test/unit/editor/Menubar.Status.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Menubar.Status';
 import { } from '../../../editor/js/Menubar.Status';

+ 0 - 3
test/unit/editor/Menubar.View.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Menubar.View';
 import { } from '../../../editor/js/Menubar.View';

+ 0 - 3
test/unit/editor/Menubar.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Menubar';
 import { } from '../../../editor/js/Menubar';

+ 0 - 3
test/unit/editor/Player.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Player';
 import { } from '../../../editor/js/Player';

+ 0 - 3
test/unit/editor/Script.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Script';
 import { } from '../../../editor/js/Script';

+ 0 - 3
test/unit/editor/Sidebar.Animation.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Animation';
 import { } from '../../../editor/js/Sidebar.Animation';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.BoxGeometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry.BoxGeometry';
 import { } from '../../../editor/js/Sidebar.Geometry.BoxGeometry';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.BufferGeometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry.BufferGeometry';
 import { } from '../../../editor/js/Sidebar.Geometry.BufferGeometry';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.CircleGeometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry.CircleGeometry';
 import { } from '../../../editor/js/Sidebar.Geometry.CircleGeometry';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.CylinderGeometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry.CylinderGeometry';
 import { } from '../../../editor/js/Sidebar.Geometry.CylinderGeometry';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.Geometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry';
 import { } from '../../../editor/js/Sidebar.Geometry';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.IcosahedronGeometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry.IcosahedronGeometry';
 import { } from '../../../editor/js/Sidebar.Geometry.IcosahedronGeometry';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.LatheGeometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry.LatheGeometry';
 import { } from '../../../editor/js/Sidebar.Geometry.LatheGeometry';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.Modifiers.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry.Modifiers';
 import { } from '../../../editor/js/Sidebar.Geometry.Modifiers';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.PlaneGeometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry.PlaneGeometry';
 import { } from '../../../editor/js/Sidebar.Geometry.PlaneGeometry';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.SphereGeometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry.SphereGeometry';
 import { } from '../../../editor/js/Sidebar.Geometry.SphereGeometry';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.TeapotBufferGeometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry.TeapotBufferGeometry';
 import { } from '../../../editor/js/Sidebar.Geometry.TeapotBufferGeometry';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.TorusGeometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry.TorusGeometry';
 import { } from '../../../editor/js/Sidebar.Geometry.TorusGeometry';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.TorusKnotGeometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry.TorusKnotGeometry';
 import { } from '../../../editor/js/Sidebar.Geometry.TorusKnotGeometry';

+ 0 - 3
test/unit/editor/Sidebar.Geometry.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Geometry';
 import { } from '../../../editor/js/Sidebar.Geometry';

+ 0 - 3
test/unit/editor/Sidebar.History.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.History';
 import { } from '../../../editor/js/Sidebar.History';

+ 0 - 3
test/unit/editor/Sidebar.Material.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Material';
 import { } from '../../../editor/js/Sidebar.Material';

+ 0 - 3
test/unit/editor/Sidebar.Object.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Object';
 import { } from '../../../editor/js/Sidebar.Object';

+ 0 - 3
test/unit/editor/Sidebar.Project.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Project';
 import { } from '../../../editor/js/Sidebar.Project';

+ 0 - 3
test/unit/editor/Sidebar.Properties.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Properties';
 import { } from '../../../editor/js/Sidebar.Properties';

+ 0 - 3
test/unit/editor/Sidebar.Scene.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Scene';
 import { } from '../../../editor/js/Sidebar.Scene';

+ 0 - 3
test/unit/editor/Sidebar.Script.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Script';
 import { } from '../../../editor/js/Sidebar.Script';

+ 0 - 3
test/unit/editor/Sidebar.Settings.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar.Settings';
 import { } from '../../../editor/js/Sidebar.Settings';

+ 0 - 3
test/unit/editor/Sidebar.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Sidebar';
 import { } from '../../../editor/js/Sidebar';

+ 0 - 3
test/unit/editor/Storage.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Storage';
 import { } from '../../../editor/js/Storage';

+ 0 - 3
test/unit/editor/Toolbar.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Toolbar';
 import { } from '../../../editor/js/Toolbar';

+ 0 - 3
test/unit/editor/Viewport.Info.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Viewport.Info';
 import { } from '../../../editor/js/Viewport.Info';

+ 0 - 3
test/unit/editor/Viewport.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../editor/js/Viewport';
 import { } from '../../../editor/js/Viewport';

+ 0 - 3
test/unit/editor/commands/AddObjectCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/AddObjectCommand';
 import { } from '../../../../editor/js/commands/AddObjectCommand';

+ 0 - 3
test/unit/editor/commands/AddScriptCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/AddScriptCommand';
 import { } from '../../../../editor/js/commands/AddScriptCommand';

+ 0 - 3
test/unit/editor/commands/MoveObjectCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/MoveObjectCommand';
 import { } from '../../../../editor/js/commands/MoveObjectCommand';

+ 0 - 3
test/unit/editor/commands/MultiCmdsCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/MultiCmdsCommand';
 import { } from '../../../../editor/js/commands/MultiCmdsCommand';

+ 0 - 3
test/unit/editor/commands/RemoveObjectCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/RemoveObjectCommand';
 import { } from '../../../../editor/js/commands/RemoveObjectCommand';

+ 0 - 3
test/unit/editor/commands/RemoveScriptCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/RemoveScriptCommand';
 import { } from '../../../../editor/js/commands/RemoveScriptCommand';

+ 0 - 3
test/unit/editor/commands/SetColorCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetColorCommand';
 import { } from '../../../../editor/js/commands/SetColorCommand';

+ 0 - 3
test/unit/editor/commands/SetGeometryCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetGeometryCommand';
 import { } from '../../../../editor/js/commands/SetGeometryCommand';

+ 0 - 3
test/unit/editor/commands/SetGeometryValueCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetGeometryValueCommand';
 import { } from '../../../../editor/js/commands/SetGeometryValueCommand';

+ 0 - 3
test/unit/editor/commands/SetMaterialColorCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetMaterialColorCommand';
 import { } from '../../../../editor/js/commands/SetMaterialColorCommand';

+ 0 - 3
test/unit/editor/commands/SetMaterialCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetMaterialCommand';
 import { } from '../../../../editor/js/commands/SetMaterialCommand';

+ 0 - 3
test/unit/editor/commands/SetMaterialMapCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetMaterialMapCommand';
 import { } from '../../../../editor/js/commands/SetMaterialMapCommand';

+ 0 - 3
test/unit/editor/commands/SetMaterialValueCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetMaterialValueCommand';
 import { } from '../../../../editor/js/commands/SetMaterialValueCommand';

+ 0 - 3
test/unit/editor/commands/SetPositionCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetPositionCommand';
 import { } from '../../../../editor/js/commands/SetPositionCommand';

+ 0 - 3
test/unit/editor/commands/SetRotationCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetRotationCommand';
 import { } from '../../../../editor/js/commands/SetRotationCommand';

+ 0 - 3
test/unit/editor/commands/SetScaleCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetScaleCommand';
 import { } from '../../../../editor/js/commands/SetScaleCommand';

+ 0 - 3
test/unit/editor/commands/SetSceneCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetSceneCommand';
 import { } from '../../../../editor/js/commands/SetSceneCommand';

+ 0 - 3
test/unit/editor/commands/SetScriptValueCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetScriptValueCommand';
 import { } from '../../../../editor/js/commands/SetScriptValueCommand';

+ 0 - 3
test/unit/editor/commands/SetUuidCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetUuidCommand';
 import { } from '../../../../editor/js/commands/SetUuidCommand';

+ 0 - 3
test/unit/editor/commands/SetValueCommand.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { } from '../../../../editor/js/commands/SetValueCommand';
 import { } from '../../../../editor/js/commands/SetValueCommand';

+ 0 - 4
test/unit/editor/old_to_convert/AddObjectCommandAndRemoveObjectCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "AddObjectCommandAndRemoveObjectCommand" );
 QUnit.module( "AddObjectCommandAndRemoveObjectCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/AddScriptCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "AddScriptCommand" );
 QUnit.module( "AddScriptCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/MassUndoAndRedo.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "MassUndoAndRedo" );
 QUnit.module( "MassUndoAndRedo" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/MoveObjectCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "MoveObjectCommand" );
 QUnit.module( "MoveObjectCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/MultiCmdsCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "MultiCmdsCommand" );
 QUnit.module( "MultiCmdsCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/NegativeCases.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "NegativeCases" );
 QUnit.module( "NegativeCases" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/NestedDoUndoRedo.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "NestedDoUndoRedo" );
 QUnit.module( "NestedDoUndoRedo" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/RemoveScriptCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "RemoveScriptCommand" );
 QUnit.module( "RemoveScriptCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/Serialization.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "Serialization" );
 QUnit.module( "Serialization" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/SetColorCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "SetColorCommand" );
 QUnit.module( "SetColorCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/SetGeometryCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "SetGeometryCommand" );
 QUnit.module( "SetGeometryCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/SetGeometryValueCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "SetGeometryValueCommand" );
 QUnit.module( "SetGeometryValueCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/SetMaterialColorCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "SetMaterialColorCommand" );
 QUnit.module( "SetMaterialColorCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/SetMaterialCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "SetMaterialCommand" );
 QUnit.module( "SetMaterialCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/SetMaterialMapCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "SetMaterialMapCommand" );
 QUnit.module( "SetMaterialMapCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/SetMaterialValueCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "SetMaterialValueCommand" );
 QUnit.module( "SetMaterialValueCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/SetPositionCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "SetPositionCommand" );
 QUnit.module( "SetPositionCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/SetRotationCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "SetRotationCommand" );
 QUnit.module( "SetRotationCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/SetScaleCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "SetScaleCommand" );
 QUnit.module( "SetScaleCommand" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/SetSceneCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "TestCmdSetScene" );
 QUnit.module( "TestCmdSetScene" );
 
 

+ 0 - 4
test/unit/editor/old_to_convert/SetScriptValueCommand.tests.js

@@ -1,7 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
 
 
 QUnit.module( "SetScriptValueCommand" );
 QUnit.module( "SetScriptValueCommand" );
 
 

+ 0 - 5
test/unit/editor/old_to_convert/SetUuidCommand.tests.js

@@ -1,8 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
-
 QUnit.module( "SetUuidCommand" );
 QUnit.module( "SetUuidCommand" );
 
 
 QUnit.test( "Test SetUuidCommand (Undo and Redo)", function( assert ) {
 QUnit.test( "Test SetUuidCommand (Undo and Redo)", function( assert ) {

+ 0 - 5
test/unit/editor/old_to_convert/SetValueCommand.tests.js

@@ -1,8 +1,3 @@
-/**
- * @author lxxxvi / https://github.com/lxxxvi
- * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
- */
-
 QUnit.module( "SetValueCommand" );
 QUnit.module( "SetValueCommand" );
 
 
 QUnit.test( "Test SetValueCommand (Undo and Redo)", function( assert ) {
 QUnit.test( "Test SetValueCommand (Undo and Redo)", function( assert ) {

+ 0 - 3
test/unit/example/exporters/GLTFExporter.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author Don McCurdy / https://www.donmccurdy.com
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { GLTFExporter } from '../../../../examples/jsm/exporters/GLTFExporter';
 import { GLTFExporter } from '../../../../examples/jsm/exporters/GLTFExporter';

+ 0 - 3
test/unit/example/loaders/GLTFLoader.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author Don McCurdy / https://www.donmccurdy.com
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { GLTFExporter } from '../../../../examples/jsm/exporters/GLTFExporter';
 import { GLTFExporter } from '../../../../examples/jsm/exporters/GLTFExporter';

+ 0 - 3
test/unit/example/objects/Lensflare.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { Lensflare } from '../../../../examples/jsm/objects/Lensflare';
 import { Lensflare } from '../../../../examples/jsm/objects/Lensflare';

+ 0 - 3
test/unit/example/utils/BufferGeometryUtils.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author Don McCurdy / https://www.donmccurdy.com
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { BufferGeometryUtils } from '../../../../examples/jsm/utils/BufferGeometryUtils';
 import { BufferGeometryUtils } from '../../../../examples/jsm/utils/BufferGeometryUtils';

+ 4 - 3
test/unit/src/animation/AnimationAction.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { AnimationAction } from '../../../../src/animation/AnimationAction';
 import { AnimationAction } from '../../../../src/animation/AnimationAction';
@@ -82,6 +79,7 @@ export default QUnit.module( 'Animation', () => {
 				this.message = "AnimationMixer must activate AnimationAction on play.";
 				this.message = "AnimationMixer must activate AnimationAction on play.";
 
 
 			};
 			};
+
 			mixer._activateAction = function ( action ) {
 			mixer._activateAction = function ( action ) {
 
 
 				if ( action === animationAction ) {
 				if ( action === animationAction ) {
@@ -91,6 +89,7 @@ export default QUnit.module( 'Animation', () => {
 				}
 				}
 
 
 			};
 			};
+
 			assert.throws( () => {
 			assert.throws( () => {
 
 
 				animationAction.play();
 				animationAction.play();
@@ -110,6 +109,7 @@ export default QUnit.module( 'Animation', () => {
 				this.message = "AnimationMixer must deactivate AnimationAction on stop.";
 				this.message = "AnimationMixer must deactivate AnimationAction on stop.";
 
 
 			};
 			};
+
 			mixer._deactivateAction = function ( action ) {
 			mixer._deactivateAction = function ( action ) {
 
 
 				if ( action === animationAction ) {
 				if ( action === animationAction ) {
@@ -119,6 +119,7 @@ export default QUnit.module( 'Animation', () => {
 				}
 				}
 
 
 			};
 			};
+
 			assert.throws( () => {
 			assert.throws( () => {
 
 
 				animationAction.stop();
 				animationAction.stop();

+ 0 - 3
test/unit/src/animation/AnimationClip.tests.js

@@ -1,6 +1,3 @@
-/**
- * @author TristanVALCKE / https://github.com/Itee
- */
 /* global QUnit */
 /* global QUnit */
 
 
 import { AnimationClip } from '../../../../src/animation/AnimationClip';
 import { AnimationClip } from '../../../../src/animation/AnimationClip';

Деякі файли не було показано, через те що забагато файлів було змінено