瀏覽代碼

Removed all @author mrdoob.

Mr.doob 5 年之前
父節點
當前提交
4944e56c06
共有 100 個文件被更改,包括 0 次插入393 次删除
  1. 0 4
      editor/js/Config.js
  2. 0 4
      editor/js/Editor.js
  3. 0 4
      editor/js/Loader.js
  4. 0 4
      editor/js/LoaderUtils.js
  5. 0 4
      editor/js/Menubar.Add.js
  6. 0 4
      editor/js/Menubar.Edit.js
  7. 0 4
      editor/js/Menubar.Examples.js
  8. 0 4
      editor/js/Menubar.File.js
  9. 0 4
      editor/js/Menubar.Help.js
  10. 0 4
      editor/js/Menubar.Play.js
  11. 0 4
      editor/js/Menubar.Status.js
  12. 0 4
      editor/js/Menubar.View.js
  13. 0 4
      editor/js/Menubar.js
  14. 0 4
      editor/js/Player.js
  15. 0 4
      editor/js/Script.js
  16. 0 4
      editor/js/Sidebar.Animation.js
  17. 0 4
      editor/js/Sidebar.Geometry.BoxGeometry.js
  18. 0 4
      editor/js/Sidebar.Geometry.BufferGeometry.js
  19. 0 4
      editor/js/Sidebar.Geometry.CircleGeometry.js
  20. 0 4
      editor/js/Sidebar.Geometry.CylinderGeometry.js
  21. 0 4
      editor/js/Sidebar.Geometry.DodecahedronGeometry.js
  22. 0 4
      editor/js/Sidebar.Geometry.Geometry.js
  23. 0 4
      editor/js/Sidebar.Geometry.IcosahedronGeometry.js
  24. 0 4
      editor/js/Sidebar.Geometry.Modifiers.js
  25. 0 4
      editor/js/Sidebar.Geometry.PlaneGeometry.js
  26. 0 4
      editor/js/Sidebar.Geometry.SphereGeometry.js
  27. 0 4
      editor/js/Sidebar.Geometry.TorusGeometry.js
  28. 0 4
      editor/js/Sidebar.Geometry.TorusKnotGeometry.js
  29. 0 4
      editor/js/Sidebar.Geometry.js
  30. 0 4
      editor/js/Sidebar.Material.js
  31. 0 4
      editor/js/Sidebar.Object.js
  32. 0 4
      editor/js/Sidebar.Project.js
  33. 0 4
      editor/js/Sidebar.Properties.js
  34. 0 4
      editor/js/Sidebar.Scene.js
  35. 0 4
      editor/js/Sidebar.Script.js
  36. 0 4
      editor/js/Sidebar.Settings.Viewport.js
  37. 0 4
      editor/js/Sidebar.Settings.js
  38. 0 4
      editor/js/Sidebar.js
  39. 0 4
      editor/js/Storage.js
  40. 0 4
      editor/js/Strings.js
  41. 0 4
      editor/js/Toolbar.js
  42. 0 4
      editor/js/Viewport.Camera.js
  43. 0 4
      editor/js/Viewport.Info.js
  44. 0 4
      editor/js/Viewport.js
  45. 0 4
      editor/js/libs/app.js
  46. 0 4
      editor/js/libs/ui.js
  47. 0 8
      editor/js/libs/ui.three.js
  48. 0 4
      examples/js/exporters/OBJExporter.js
  49. 0 4
      examples/js/exporters/TypedGeometryExporter.js
  50. 0 3
      examples/js/geometries/BoxLineGeometry.js
  51. 0 3
      examples/js/loaders/DDSLoader.js
  52. 0 3
      examples/js/loaders/KMZLoader.js
  53. 0 3
      examples/js/loaders/MD2Loader.js
  54. 0 3
      examples/js/loaders/OBJLoader.js
  55. 0 3
      examples/js/misc/RollerCoaster.js
  56. 0 3
      examples/js/postprocessing/ClearPass.js
  57. 0 3
      examples/js/renderers/CSS2DRenderer.js
  58. 0 3
      examples/js/renderers/SVGRenderer.js
  59. 0 3
      examples/js/utils/BufferGeometryUtils.js
  60. 0 3
      examples/jsm/exporters/OBJExporter.js
  61. 0 4
      examples/jsm/exporters/TypedGeometryExporter.js
  62. 0 4
      examples/jsm/geometries/BoxLineGeometry.js
  63. 0 4
      examples/jsm/libs/stats.module.js
  64. 0 4
      examples/jsm/loaders/DDSLoader.js
  65. 0 4
      examples/jsm/loaders/KMZLoader.js
  66. 0 4
      examples/jsm/loaders/MD2Loader.js
  67. 0 4
      examples/jsm/loaders/OBJLoader.js
  68. 0 4
      examples/jsm/misc/RollerCoaster.js
  69. 0 4
      examples/jsm/misc/TubePainter.js
  70. 0 4
      examples/jsm/physics/CannonPhysics.js
  71. 0 4
      examples/jsm/postprocessing/ClearPass.js
  72. 0 4
      examples/jsm/renderers/CSS2DRenderer.js
  73. 0 4
      examples/jsm/renderers/SVGRenderer.js
  74. 0 4
      examples/jsm/textures/FlakesTexture.js
  75. 0 4
      examples/jsm/utils/BufferGeometryUtils.js
  76. 0 4
      src/Three.Legacy.js
  77. 0 4
      src/audio/AudioAnalyser.js
  78. 0 4
      src/audio/AudioContext.js
  79. 0 4
      src/audio/AudioListener.js
  80. 0 4
      src/audio/PositionalAudio.js
  81. 0 4
      src/cameras/ArrayCamera.js
  82. 0 4
      src/cameras/StereoCamera.js
  83. 0 4
      src/core/BufferAttribute.js
  84. 0 4
      src/core/DirectGeometry.js
  85. 0 4
      src/core/Layers.js
  86. 0 4
      src/core/Uniform.js
  87. 0 4
      src/helpers/GridHelper.js
  88. 0 4
      src/lights/AmbientLight.js
  89. 0 4
      src/lights/DirectionalLightShadow.js
  90. 0 4
      src/lights/LightShadow.js
  91. 0 4
      src/lights/PointLight.js
  92. 0 4
      src/lights/SpotLightShadow.js
  93. 0 4
      src/loaders/BufferGeometryLoader.js
  94. 0 4
      src/loaders/Cache.js
  95. 0 4
      src/loaders/CubeTextureLoader.js
  96. 0 4
      src/loaders/FileLoader.js
  97. 0 4
      src/loaders/FontLoader.js
  98. 0 4
      src/loaders/ImageLoader.js
  99. 0 4
      src/loaders/LoadingManager.js
  100. 0 4
      src/loaders/MaterialLoader.js

+ 0 - 4
editor/js/Config.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function Config() {
 
 	var name = 'threejs-editor';

+ 0 - 4
editor/js/Editor.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { Config } from './Config.js';

+ 0 - 4
editor/js/Loader.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { ThreeMFLoader } from '../../examples/jsm/loaders/3MFLoader.js';

+ 0 - 4
editor/js/LoaderUtils.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 var LoaderUtils = {
 
 	createFilesMap: function ( files ) {

+ 0 - 4
editor/js/Menubar.Add.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIPanel, UIRow, UIHorizontalRule } from './libs/ui.js';

+ 0 - 4
editor/js/Menubar.Edit.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIPanel, UIRow, UIHorizontalRule } from './libs/ui.js';
 
 import { AddObjectCommand } from './commands/AddObjectCommand.js';

+ 0 - 4
editor/js/Menubar.Examples.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIPanel, UIRow } from './libs/ui.js';

+ 0 - 4
editor/js/Menubar.File.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { ColladaExporter } from '../../examples/jsm/exporters/ColladaExporter.js';

+ 0 - 4
editor/js/Menubar.Help.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIPanel, UIRow } from './libs/ui.js';
 
 function MenubarHelp( editor ) {

+ 0 - 4
editor/js/Menubar.Play.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIPanel } from './libs/ui.js';
 
 function MenubarPlay( editor ) {

+ 0 - 4
editor/js/Menubar.Status.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIPanel, UIText } from './libs/ui.js';

+ 0 - 4
editor/js/Menubar.View.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIPanel, UIRow } from './libs/ui.js';
 
 function MenubarView( editor ) {

+ 0 - 4
editor/js/Menubar.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIPanel } from './libs/ui.js';
 
 import { MenubarAdd } from './Menubar.Add.js';

+ 0 - 4
editor/js/Player.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIPanel } from './libs/ui.js';
 import { APP } from './libs/app.js';
 

+ 0 - 4
editor/js/Script.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIElement, UIPanel, UIText } from './libs/ui.js';
 
 import { SetScriptValueCommand } from './commands/SetScriptValueCommand.js';

+ 0 - 4
editor/js/Sidebar.Animation.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIPanel, UIDiv, UIBreak, UISelect, UIButton, UIText } from './libs/ui.js';
 
 function SidebarAnimation( editor ) {

+ 0 - 4
editor/js/Sidebar.Geometry.BoxGeometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIRow, UIText, UINumber, UIInteger } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Geometry.BufferGeometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIRow, UIText, UISpan, UIBreak } from './libs/ui.js';
 
 function SidebarGeometryBufferGeometry( editor ) {

+ 0 - 4
editor/js/Sidebar.Geometry.CircleGeometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Geometry.CylinderGeometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIRow, UIText, UIInteger, UICheckbox, UINumber } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Geometry.DodecahedronGeometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Geometry.Geometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIRow, UIText } from './libs/ui.js';
 
 function SidebarGeometryGeometry( editor ) {

+ 0 - 4
editor/js/Sidebar.Geometry.IcosahedronGeometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Geometry.Modifiers.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIRow, UIButton } from './libs/ui.js';
 
 function SidebarGeometryModifiers( editor, object ) {

+ 0 - 4
editor/js/Sidebar.Geometry.PlaneGeometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Geometry.SphereGeometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Geometry.TorusGeometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Geometry.TorusKnotGeometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIRow, UIText, UIInteger, UINumber } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Geometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIPanel, UIRow, UIText, UIInput, UIButton, UISpan } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Material.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIPanel, UIRow, UIInput, UIButton, UIColor, UICheckbox, UISelect, UIText, UINumber } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Object.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIPanel, UIRow, UIInput, UIButton, UIColor, UICheckbox, UIInteger, UITextArea, UIText, UINumber } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Project.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { UIPanel, UIRow, UIInput, UICheckbox, UIText, UIListbox, UISpan, UIButton, UISelect, UINumber } from './libs/ui.js';

+ 0 - 4
editor/js/Sidebar.Properties.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UITabbedPanel } from './libs/ui.js';
 
 import { SidebarObject } from './Sidebar.Object.js';

+ 0 - 4
editor/js/Sidebar.Scene.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIPanel, UIBreak, UIRow, UIColor, UISelect, UIText, UINumber } from './libs/ui.js';
 import { UIOutliner, UITexture } from './libs/ui.three.js';
 

+ 0 - 4
editor/js/Sidebar.Script.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIPanel, UIBreak, UIText, UIButton, UIRow, UIInput } from './libs/ui.js';
 
 import { AddScriptCommand } from './commands/AddScriptCommand.js';

+ 0 - 4
editor/js/Sidebar.Settings.Viewport.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIDiv, UIText, UIRow } from './libs/ui.js';
 import { UIBoolean } from './libs/ui.three.js';
 

+ 0 - 4
editor/js/Sidebar.Settings.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIPanel, UIRow, UISelect, UIText, UIInteger } from './libs/ui.js';
 
 import { SidebarSettingsViewport } from './Sidebar.Settings.Viewport.js';

+ 0 - 4
editor/js/Sidebar.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UITabbedPanel, UISpan } from './libs/ui.js';
 
 import { SidebarScene } from './Sidebar.Scene.js';

+ 0 - 4
editor/js/Storage.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function Storage() {
 
 	var indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB;

+ 0 - 4
editor/js/Strings.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function Strings( config ) {
 
 	var language = config.getKey( 'language' );

+ 0 - 4
editor/js/Toolbar.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIPanel, UIButton, UICheckbox } from './libs/ui.js';
 
 function Toolbar( editor ) {

+ 0 - 4
editor/js/Viewport.Camera.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UISelect } from './libs/ui.js';
 
 function ViewportCamera( editor ) {

+ 0 - 4
editor/js/Viewport.Info.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { UIPanel, UIBreak, UIText } from './libs/ui.js';
 
 function ViewportInfo( editor ) {

+ 0 - 4
editor/js/Viewport.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../build/three.module.js';
 
 import { TransformControls } from '../../examples/jsm/controls/TransformControls.js';

+ 0 - 4
editor/js/libs/app.js

@@ -1,8 +1,4 @@
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 var APP = {
 
 	Player: function () {

+ 0 - 4
editor/js/libs/ui.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function UIElement( dom ) {
 
 	this.dom = dom;

+ 0 - 8
editor/js/libs/ui.three.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import * as THREE from '../../../build/three.module.js';
 
 import { RGBELoader } from '../../../examples/jsm/loaders/RGBELoader.js';
@@ -10,10 +6,6 @@ import { TGALoader } from '../../../examples/jsm/loaders/TGALoader.js';
 import { UIElement, UISpan, UIDiv, UIRow, UIButton, UICheckbox, UIText, UINumber } from './ui.js';
 import { MoveObjectCommand } from '../commands/MoveObjectCommand.js';
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function UITexture( mapping ) {
 
 	UIElement.call( this );

+ 0 - 4
examples/js/exporters/OBJExporter.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.OBJExporter: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 THREE.OBJExporter = function () {};
 
 THREE.OBJExporter.prototype = {

+ 0 - 4
examples/js/exporters/TypedGeometryExporter.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.TypedGeometryExporter: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 THREE.TypedGeometryExporter = function () {};
 
 THREE.TypedGeometryExporter.prototype = {

+ 0 - 3
examples/js/geometries/BoxLineGeometry.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.BoxLineGeometry: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
-/**
- * @author mrdoob / http://mrdoob.com/
- */
 
 THREE.BoxLineGeometry = function ( width, height, depth, widthSegments, heightSegments, depthSegments ) {
 

+ 0 - 3
examples/js/loaders/DDSLoader.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.DDSLoader: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
-/**
- * @author mrdoob / http://mrdoob.com/
- */
 
 THREE.DDSLoader = function ( manager ) {
 

+ 0 - 3
examples/js/loaders/KMZLoader.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.KMZLoader: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
-/**
- * @author mrdoob / http://mrdoob.com/
- */
 
 THREE.KMZLoader = function ( manager ) {
 

+ 0 - 3
examples/js/loaders/MD2Loader.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.MD2Loader: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
-/**
- * @author mrdoob / http://mrdoob.com/
- */
 
 THREE.MD2Loader = function ( manager ) {
 

+ 0 - 3
examples/js/loaders/OBJLoader.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.OBJLoader: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
-/**
- * @author mrdoob / http://mrdoob.com/
- */
 
 THREE.OBJLoader = ( function () {
 

+ 0 - 3
examples/js/misc/RollerCoaster.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.RollerCoaster: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
-/**
- * @author mrdoob / http://mrdoob.com/
- */
 
 THREE.RollerCoasterGeometry = function ( curve, divisions ) {
 

+ 0 - 3
examples/js/postprocessing/ClearPass.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.ClearPass: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
-/**
- * @author mrdoob / http://mrdoob.com/
- */
 
 THREE.ClearPass = function ( clearColor, clearAlpha ) {
 

+ 0 - 3
examples/js/renderers/CSS2DRenderer.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.CSS2DRenderer: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
-/**
- * @author mrdoob / http://mrdoob.com/
- */
 
 THREE.CSS2DObject = function ( element ) {
 

+ 0 - 3
examples/js/renderers/SVGRenderer.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.SVGRenderer: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
-/**
- * @author mrdoob / http://mrdoob.com/
- */
 
 THREE.SVGObject = function ( node ) {
 

+ 0 - 3
examples/js/utils/BufferGeometryUtils.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.BufferGeometryUtils: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/#manual/en/introduction/Installation." );
-/**
- * @author mrdoob / http://mrdoob.com/
- */
 
 THREE.BufferGeometryUtils = {
 

+ 0 - 3
examples/jsm/exporters/OBJExporter.js

@@ -1,6 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
 
 import {
 	BufferGeometry,

+ 0 - 4
examples/jsm/exporters/TypedGeometryExporter.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 
 
 var TypedGeometryExporter = function () {};

+ 0 - 4
examples/jsm/geometries/BoxLineGeometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import {
 	BufferGeometry,
 	Float32BufferAttribute

+ 0 - 4
examples/jsm/libs/stats.module.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 var Stats = function () {
 
 	var mode = 0;

+ 0 - 4
examples/jsm/loaders/DDSLoader.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import {
 	CompressedTextureLoader,
 	RGBAFormat,

+ 0 - 4
examples/jsm/loaders/KMZLoader.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import {
 	FileLoader,
 	Group,

+ 0 - 4
examples/jsm/loaders/MD2Loader.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import {
 	AnimationClip,
 	BufferGeometry,

+ 0 - 4
examples/jsm/loaders/OBJLoader.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import {
 	BufferGeometry,
 	FileLoader,

+ 0 - 4
examples/jsm/misc/RollerCoaster.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import {
 	BufferAttribute,
 	BufferGeometry,

+ 0 - 4
examples/jsm/misc/TubePainter.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import {
 	BufferAttribute,
 	BufferGeometry,

+ 0 - 4
examples/jsm/physics/CannonPhysics.js

@@ -1,9 +1,5 @@
 import CANNON from "../libs/cannon.module.min.js";
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function compose( position, quaternion, array, index ) {
 
 	var x = quaternion.x, y = quaternion.y, z = quaternion.z, w = quaternion.w;

+ 0 - 4
examples/jsm/postprocessing/ClearPass.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 
 import { Pass } from "../postprocessing/Pass.js";
 

+ 0 - 4
examples/jsm/renderers/CSS2DRenderer.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import {
 	Matrix4,
 	Object3D,

+ 0 - 4
examples/jsm/renderers/SVGRenderer.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import {
 	Box2,
 	Camera,

+ 0 - 4
examples/jsm/textures/FlakesTexture.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 class FlakesTexture {
 
 	constructor( width = 512, height = 512 ) {

+ 0 - 4
examples/jsm/utils/BufferGeometryUtils.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import {
 	BufferAttribute,
 	BufferGeometry,

+ 0 - 4
src/Three.Legacy.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { Audio } from './audio/Audio.js';
 import { AudioAnalyser } from './audio/AudioAnalyser.js';
 import { PerspectiveCamera } from './cameras/PerspectiveCamera.js';

+ 0 - 4
src/audio/AudioAnalyser.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function AudioAnalyser( audio, fftSize ) {
 
 	this.analyser = audio.context.createAnalyser();

+ 0 - 4
src/audio/AudioContext.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 let _context;
 
 const AudioContext = {

+ 0 - 4
src/audio/AudioListener.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { Vector3 } from '../math/Vector3.js';
 import { Quaternion } from '../math/Quaternion.js';
 import { Clock } from '../core/Clock.js';

+ 0 - 4
src/audio/PositionalAudio.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { Vector3 } from '../math/Vector3.js';
 import { Quaternion } from '../math/Quaternion.js';
 import { Audio } from './Audio.js';

+ 0 - 4
src/cameras/ArrayCamera.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { PerspectiveCamera } from './PerspectiveCamera.js';
 
 function ArrayCamera( array ) {

+ 0 - 4
src/cameras/StereoCamera.js

@@ -5,10 +5,6 @@ import { PerspectiveCamera } from './PerspectiveCamera.js';
 const _eyeRight = new Matrix4();
 const _eyeLeft = new Matrix4();
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function StereoCamera() {
 
 	this.type = 'StereoCamera';

+ 0 - 4
src/core/BufferAttribute.js

@@ -4,10 +4,6 @@ import { Vector2 } from '../math/Vector2.js';
 import { Color } from '../math/Color.js';
 import { StaticDrawUsage } from '../constants.js';
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 const _vector = new Vector3();
 const _vector2 = new Vector2();
 

+ 0 - 4
src/core/DirectGeometry.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { Vector2 } from '../math/Vector2.js';
 
 function DirectGeometry() {

+ 0 - 4
src/core/Layers.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function Layers() {
 
 	this.mask = 1 | 0;

+ 0 - 4
src/core/Uniform.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function Uniform( value ) {
 
 	if ( typeof value === 'string' ) {

+ 0 - 4
src/helpers/GridHelper.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { LineSegments } from '../objects/LineSegments.js';
 import { LineBasicMaterial } from '../materials/LineBasicMaterial.js';
 import { Float32BufferAttribute } from '../core/BufferAttribute.js';

+ 0 - 4
src/lights/AmbientLight.js

@@ -1,9 +1,5 @@
 import { Light } from './Light.js';
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function AmbientLight( color, intensity ) {
 
 	Light.call( this, color, intensity );

+ 0 - 4
src/lights/DirectionalLightShadow.js

@@ -1,10 +1,6 @@
 import { LightShadow } from './LightShadow.js';
 import { OrthographicCamera } from '../cameras/OrthographicCamera.js';
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function DirectionalLightShadow() {
 
 	LightShadow.call( this, new OrthographicCamera( - 5, 5, 5, - 5, 0.5, 500 ) );

+ 0 - 4
src/lights/LightShadow.js

@@ -4,10 +4,6 @@ import { Vector3 } from '../math/Vector3.js';
 import { Vector4 } from '../math/Vector4.js';
 import { Frustum } from '../math/Frustum.js';
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function LightShadow( camera ) {
 
 	this.camera = camera;

+ 0 - 4
src/lights/PointLight.js

@@ -1,10 +1,6 @@
 import { Light } from './Light.js';
 import { PointLightShadow } from './PointLightShadow.js';
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 
 function PointLight( color, intensity, distance, decay ) {
 

+ 0 - 4
src/lights/SpotLightShadow.js

@@ -2,10 +2,6 @@ import { LightShadow } from './LightShadow.js';
 import { MathUtils } from '../math/MathUtils.js';
 import { PerspectiveCamera } from '../cameras/PerspectiveCamera.js';
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function SpotLightShadow() {
 
 	LightShadow.call( this, new PerspectiveCamera( 50, 1, 0.5, 500 ) );

+ 0 - 4
src/loaders/BufferGeometryLoader.js

@@ -9,10 +9,6 @@ import { InstancedBufferAttribute } from '../core/InstancedBufferAttribute.js';
 import { InterleavedBufferAttribute } from '../core/InterleavedBufferAttribute.js';
 import { InterleavedBuffer } from '../core/InterleavedBuffer.js';
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function BufferGeometryLoader( manager ) {
 
 	Loader.call( this, manager );

+ 0 - 4
src/loaders/Cache.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 const Cache = {
 
 	enabled: false,

+ 0 - 4
src/loaders/CubeTextureLoader.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { ImageLoader } from './ImageLoader.js';
 import { CubeTexture } from '../textures/CubeTexture.js';
 import { Loader } from './Loader.js';

+ 0 - 4
src/loaders/FileLoader.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { Cache } from './Cache.js';
 import { Loader } from './Loader.js';
 

+ 0 - 4
src/loaders/FontLoader.js

@@ -2,10 +2,6 @@ import { Font } from '../extras/core/Font.js';
 import { FileLoader } from './FileLoader.js';
 import { Loader } from './Loader.js';
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function FontLoader( manager ) {
 
 	Loader.call( this, manager );

+ 0 - 4
src/loaders/ImageLoader.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 import { Cache } from './Cache.js';
 import { Loader } from './Loader.js';
 

+ 0 - 4
src/loaders/LoadingManager.js

@@ -1,7 +1,3 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function LoadingManager( onLoad, onProgress, onError ) {
 
 	const scope = this;

+ 0 - 4
src/loaders/MaterialLoader.js

@@ -8,10 +8,6 @@ import { FileLoader } from './FileLoader.js';
 import { Loader } from './Loader.js';
 import * as Materials from '../materials/Materials.js';
 
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
 function MaterialLoader( manager ) {
 
 	Loader.call( this, manager );

部分文件因文件數量過多而無法顯示