Browse Source

Examples: Remove author comments.

Mugen87 5 years ago
parent
commit
226b60deab
100 changed files with 3 additions and 337 deletions
  1. 0 4
      examples/js/WebGL.js
  2. 0 7
      examples/js/animation/AnimationClipCreator.js
  3. 0 2
      examples/js/animation/CCDIKSolver.js
  4. 0 2
      examples/js/animation/MMDAnimationHelper.js
  5. 0 2
      examples/js/animation/MMDPhysics.js
  6. 0 3
      examples/js/animation/TimelinerController.js
  7. 0 6
      examples/js/cameras/CinematicCamera.js
  8. 1 3
      examples/js/controls/DeviceOrientationControls.js
  9. 0 5
      examples/js/controls/DragControls.js
  10. 0 5
      examples/js/controls/FirstPersonControls.js
  11. 0 3
      examples/js/controls/FlyControls.js
  12. 0 8
      examples/js/controls/OrbitControls.js
  13. 0 4
      examples/js/controls/PointerLockControls.js
  14. 0 6
      examples/js/controls/TrackballControls.js
  15. 0 3
      examples/js/controls/TransformControls.js
  16. 0 1
      examples/js/curves/CurveExtras.js
  17. 0 6
      examples/js/curves/NURBSCurve.js
  18. 0 7
      examples/js/curves/NURBSSurface.js
  19. 0 2
      examples/js/curves/NURBSUtils.js
  20. 0 6
      examples/js/effects/AnaglyphEffect.js
  21. 0 2
      examples/js/effects/AsciiEffect.js
  22. 0 2
      examples/js/effects/OutlineEffect.js
  23. 0 5
      examples/js/effects/ParallaxBarrierEffect.js
  24. 0 2
      examples/js/effects/PeppersGhostEffect.js
  25. 0 6
      examples/js/effects/StereoEffect.js
  26. 0 1
      examples/js/exporters/ColladaExporter.js
  27. 0 3
      examples/js/exporters/DRACOExporter.js
  28. 0 5
      examples/js/exporters/GLTFExporter.js
  29. 0 2
      examples/js/exporters/MMDExporter.js
  30. 1 0
      examples/js/exporters/OBJExporter.js
  31. 0 1
      examples/js/exporters/PLYExporter.js
  32. 0 5
      examples/js/exporters/STLExporter.js
  33. 1 0
      examples/js/exporters/TypedGeometryExporter.js
  34. 0 3
      examples/js/geometries/ConvexGeometry.js
  35. 0 3
      examples/js/geometries/DecalGeometry.js
  36. 0 2
      examples/js/geometries/LightningStrike.js
  37. 0 3
      examples/js/geometries/ParametricGeometries.js
  38. 0 2
      examples/js/geometries/TeapotBufferGeometry.js
  39. 0 1
      examples/js/interactive/SelectionBox.js
  40. 0 3
      examples/js/interactive/SelectionHelper.js
  41. 0 3
      examples/js/lights/LightProbeGenerator.js
  42. 0 2
      examples/js/lights/RectAreaLightUniformsLib.js
  43. 0 4
      examples/js/lines/Line2.js
  44. 0 4
      examples/js/lines/LineGeometry.js
  45. 0 3
      examples/js/lines/LineMaterial.js
  46. 0 4
      examples/js/lines/LineSegments2.js
  47. 0 4
      examples/js/lines/LineSegmentsGeometry.js
  48. 0 4
      examples/js/lines/Wireframe.js
  49. 0 4
      examples/js/lines/WireframeGeometry2.js
  50. 0 2
      examples/js/loaders/3MFLoader.js
  51. 0 2
      examples/js/loaders/AMFLoader.js
  52. 0 3
      examples/js/loaders/AssimpLoader.js
  53. 0 3
      examples/js/loaders/BVHLoader.js
  54. 0 6
      examples/js/loaders/BasisTextureLoader.js
  55. 0 4
      examples/js/loaders/ColladaLoader.js
  56. 0 3
      examples/js/loaders/DRACOLoader.js
  57. 0 3
      examples/js/loaders/EXRLoader.js
  58. 0 4
      examples/js/loaders/FBXLoader.js
  59. 0 2
      examples/js/loaders/GCodeLoader.js
  60. 0 8
      examples/js/loaders/GLTFLoader.js
  61. 0 4
      examples/js/loaders/HDRCubeTextureLoader.js
  62. 0 2
      examples/js/loaders/KTXLoader.js
  63. 0 7
      examples/js/loaders/LDrawLoader.js
  64. 0 2
      examples/js/loaders/MMDLoader.js
  65. 0 2
      examples/js/loaders/MTLLoader.js
  66. 0 3
      examples/js/loaders/NRRDLoader.js
  67. 0 6
      examples/js/loaders/PCDLoader.js
  68. 0 4
      examples/js/loaders/PDBLoader.js
  69. 0 2
      examples/js/loaders/PLYLoader.js
  70. 0 1
      examples/js/loaders/PRWMLoader.js
  71. 0 4
      examples/js/loaders/PVRLoader.js
  72. 0 3
      examples/js/loaders/RGBELoader.js
  73. 0 6
      examples/js/loaders/STLLoader.js
  74. 0 5
      examples/js/loaders/SVGLoader.js
  75. 0 2
      examples/js/loaders/TDSLoader.js
  76. 0 5
      examples/js/loaders/TGALoader.js
  77. 0 4
      examples/js/loaders/TTFLoader.js
  78. 0 3
      examples/js/loaders/VRMLLoader.js
  79. 0 3
      examples/js/loaders/VRMLoader.js
  80. 0 10
      examples/js/loaders/VTKLoader.js
  81. 0 3
      examples/js/loaders/XLoader.js
  82. 0 4
      examples/js/math/ColorConverter.js
  83. 0 3
      examples/js/math/ConvexHull.js
  84. 0 3
      examples/js/math/Lut.js
  85. 0 1
      examples/js/math/SimplexNoise.js
  86. 0 2
      examples/js/misc/ConvexObjectBreaker.js
  87. 0 3
      examples/js/misc/Gyroscope.js
  88. 0 3
      examples/js/misc/MD2Character.js
  89. 0 3
      examples/js/misc/MD2CharacterComplex.js
  90. 0 3
      examples/js/misc/MorphAnimMesh.js
  91. 0 3
      examples/js/misc/MorphBlendMesh.js
  92. 0 3
      examples/js/misc/Ocean.js
  93. 0 1
      examples/js/misc/Volume.js
  94. 0 1
      examples/js/misc/VolumeSlice.js
  95. 0 2
      examples/js/modifiers/ExplodeModifier.js
  96. 0 2
      examples/js/modifiers/SimplifyModifier.js
  97. 0 3
      examples/js/modifiers/SubdivisionModifier.js
  98. 0 2
      examples/js/modifiers/TessellateModifier.js
  99. 0 2
      examples/js/objects/Fire.js
  100. 0 4
      examples/js/objects/Lensflare.js

+ 0 - 4
examples/js/WebGL.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.WebGL: 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 alteredq / http://alteredqualia.com/
- * @author mrdoob / http://mrdoob.com/
- */
 
 THREE.WEBGL = {
 

+ 0 - 7
examples/js/animation/AnimationClipCreator.js

@@ -1,11 +1,4 @@
 console.warn( "THREE.AnimationClipCreator: 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." );
-/**
- *
- * Creator of typical test AnimationClips / KeyframeTracks
- *
- * @author Ben Houston / http://clara.io/
- * @author David Sarno / http://lighthaus.us/
- */
 
 THREE.AnimationClipCreator = function () {};
 

+ 0 - 2
examples/js/animation/CCDIKSolver.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.CCDIKSolver: 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 takahiro / https://github.com/takahirox
- *
  * CCD Algorithm
  *  - https://sites.google.com/site/auraliusproject/ccd-algorithm
  *

+ 0 - 2
examples/js/animation/MMDAnimationHelper.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.MMDAnimationHelper: 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 takahiro / https://github.com/takahirox
- *
  * MMDAnimationHelper handles animation of MMD assets loaded by MMDLoader
  * with MMD special features as IK, Grant, and Physics.
  *

+ 0 - 2
examples/js/animation/MMDPhysics.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.MMDPhysics: 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 takahiro / https://github.com/takahirox
- *
  * Dependencies
  *  - Ammo.js https://github.com/kripken/ammo.js
  *

+ 0 - 3
examples/js/animation/TimelinerController.js

@@ -10,9 +10,6 @@ console.warn( "THREE.TimelinerController: As part of the transition to ES6 Modul
  *
  * 		https://github.com/tschw/timeliner_gui
  * 		https://github.com/zz85/timeliner (fork's origin)
- *
- * @author tschw
- *
  */
 
 THREE.TimelinerController = function TimelinerController( scene, trackInfo, onUpdate ) {

+ 0 - 6
examples/js/cameras/CinematicCamera.js

@@ -1,10 +1,4 @@
 console.warn( "THREE.CinematicCamera: 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/
- * @author greggman / http://games.greggman.com/
- * @author zz85 / http://www.lab4games.net/zz85/blog
- * @author kaypiKun
- */
 
 THREE.CinematicCamera = function ( fov, aspect, near, far ) {
 

+ 1 - 3
examples/js/controls/DeviceOrientationControls.js

@@ -1,8 +1,6 @@
 console.warn( "THREE.DeviceOrientationControls: 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 richt / http://richt.me
- * @author WestLangley / http://github.com/WestLangley
- *
  * W3C Device Orientation control (http://w3c.github.io/deviceorientation/spec-source-orientation.html)
  */
 

+ 0 - 5
examples/js/controls/DragControls.js

@@ -1,9 +1,4 @@
 console.warn( "THREE.DragControls: 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 zz85 / https://github.com/zz85
- * @author mrdoob / http://mrdoob.com
- * Running this will allow you to drag three.js objects around the screen.
- */
 
 THREE.DragControls = function ( _objects, _camera, _domElement ) {
 

+ 0 - 5
examples/js/controls/FirstPersonControls.js

@@ -1,9 +1,4 @@
 console.warn( "THREE.FirstPersonControls: 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/
- * @author alteredq / http://alteredqualia.com/
- * @author paulirish / http://paulirish.com/
- */
 
 THREE.FirstPersonControls = function ( object, domElement ) {
 

+ 0 - 3
examples/js/controls/FlyControls.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.FlyControls: 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 James Baicoianu / http://www.baicoianu.com/
- */
 
 THREE.FlyControls = function ( object, domElement ) {
 

+ 0 - 8
examples/js/controls/OrbitControls.js

@@ -1,12 +1,4 @@
 console.warn( "THREE.OrbitControls: 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 qiao / https://github.com/qiao
- * @author mrdoob / http://mrdoob.com
- * @author alteredq / http://alteredqualia.com/
- * @author WestLangley / http://github.com/WestLangley
- * @author erich666 / http://erichaines.com
- * @author ScieCode / http://github.com/sciecode
- */
 
 // This set of controls performs orbiting, dollying (zooming), and panning.
 // Unlike TrackballControls, it maintains the "up" direction object.up (+Y by default).

+ 0 - 4
examples/js/controls/PointerLockControls.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.PointerLockControls: 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/
- * @author Mugen87 / https://github.com/Mugen87
- */
 
 THREE.PointerLockControls = function ( camera, domElement ) {
 

+ 0 - 6
examples/js/controls/TrackballControls.js

@@ -1,10 +1,4 @@
 console.warn( "THREE.TrackballControls: 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 Eberhard Graether / http://egraether.com/
- * @author Mark Lundin 	/ http://mark-lundin.com
- * @author Simone Manini / http://daron1337.github.io
- * @author Luca Antiga 	/ http://lantiga.github.io
- */
 
 THREE.TrackballControls = function ( object, domElement ) {
 

+ 0 - 3
examples/js/controls/TransformControls.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.TransformControls: 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 arodic / https://github.com/arodic
- */
 
 THREE.TransformControls = function ( camera, domElement ) {
 

+ 0 - 1
examples/js/curves/CurveExtras.js

@@ -1,7 +1,6 @@
 console.warn( "THREE.CurveExtras: 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." );
 /**
  * A bunch of parametric curves
- * @author zz85
  *
  * Formulas collected from various sources
  * http://mathworld.wolfram.com/HeartCurve.html

+ 0 - 6
examples/js/curves/NURBSCurve.js

@@ -1,6 +1,5 @@
 console.warn( "THREE.NURBSCurve: 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 renej
  * NURBS curve object
  *
  * Derives from Curve, overriding getPoint and getTangent.
@@ -9,11 +8,6 @@ console.warn( "THREE.NURBSCurve: As part of the transition to ES6 Modules, the f
  *
  **/
 
-
-/**************************************************************
- *	NURBS curve
- **************************************************************/
-
 THREE.NURBSCurve = function ( degree, knots /* array of reals */, controlPoints /* array of Vector(2|3|4) */, startKnot /* index in knots */, endKnot /* index in knots */ ) {
 
 	THREE.Curve.call( this );

+ 0 - 7
examples/js/curves/NURBSSurface.js

@@ -1,17 +1,10 @@
 console.warn( "THREE.NURBSSurface: 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 renej
  * NURBS surface object
  *
  * Implementation is based on (x, y [, z=0 [, w=1]]) control points with w=weight.
- *
  **/
 
-
-/**************************************************************
- *	NURBS surface
- **************************************************************/
-
 THREE.NURBSSurface = function ( degree1, degree2, knots1, knots2 /* arrays of reals */, controlPoints /* array^2 of Vector(2|3|4) */ ) {
 
 	this.degree1 = degree1;

+ 0 - 2
examples/js/curves/NURBSUtils.js

@@ -1,10 +1,8 @@
 console.warn( "THREE.NURBSUtils: 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 renej
  * NURBS utils
  *
  * See NURBSCurve and NURBSSurface.
- *
  **/
 
 

+ 0 - 6
examples/js/effects/AnaglyphEffect.js

@@ -1,10 +1,4 @@
 console.warn( "THREE.AnaglyphEffect: 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/
- * @author marklundin / http://mark-lundin.com/
- * @author alteredq / http://alteredqualia.com/
- * @author tschw
- */
 
 THREE.AnaglyphEffect = function ( renderer, width, height ) {
 

+ 0 - 2
examples/js/effects/AsciiEffect.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.AsciiEffect: 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 zz85 / https://github.com/zz85
- *
  * Ascii generation is based on http://www.nihilogic.dk/labs/jsascii/
  * Maybe more about this later with a blog post at http://lab4games.net/zz85/blog
  *

+ 0 - 2
examples/js/effects/OutlineEffect.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.OutlineEffect: 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 takahirox / http://github.com/takahirox/
- *
  * Reference: https://en.wikipedia.org/wiki/Cel_shading
  *
  * API

+ 0 - 5
examples/js/effects/ParallaxBarrierEffect.js

@@ -1,9 +1,4 @@
 console.warn( "THREE.ParallaxBarrierEffect: 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/
- * @author marklundin / http://mark-lundin.com/
- * @author alteredq / http://alteredqualia.com/
- */
 
 THREE.ParallaxBarrierEffect = function ( renderer ) {
 

+ 0 - 2
examples/js/effects/PeppersGhostEffect.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.PeppersGhostEffect: 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." );
 /**
- * Created by tpowellmeto on 29/10/2015.
- *
  * peppers ghost effect based on http://www.instructables.com/id/Reflective-Prism/?ALLSTEPS
  */
 

+ 0 - 6
examples/js/effects/StereoEffect.js

@@ -1,10 +1,4 @@
 console.warn( "THREE.StereoEffect: 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 alteredq / http://alteredqualia.com/
- * @authod mrdoob / http://mrdoob.com/
- * @authod arodic / http://aleksandarrodic.com/
- * @authod fonserbc / http://fonserbc.github.io/
-*/
 
 THREE.StereoEffect = function ( renderer ) {
 

+ 0 - 1
examples/js/exporters/ColladaExporter.js

@@ -1,6 +1,5 @@
 console.warn( "THREE.ColladaExporter: 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 Garrett Johnson / http://gkjohnson.github.io/
  * https://github.com/gkjohnson/collada-exporter-js
  *
  * Usage:

+ 0 - 3
examples/js/exporters/DRACOExporter.js

@@ -11,9 +11,6 @@ console.warn( "THREE.DRACOExporter: As part of the transition to ES6 Modules, th
  *  - quantization, indicates the presision of each type of data stored in the draco file in the order (POSITION, NORMAL, COLOR, TEX_COORD, GENERIC)
  *  - exportUvs
  *  - exportNormals
- *
- * @class DRACOExporter
- * @author tentone
  */
 
 /* global DracoEncoderModule */

+ 0 - 5
examples/js/exporters/GLTFExporter.js

@@ -1,9 +1,4 @@
 console.warn( "THREE.GLTFExporter: 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 fernandojsg / http://fernandojsg.com
- * @author Don McCurdy / https://www.donmccurdy.com
- * @author Takahiro / https://github.com/takahirox
- */
 
 //------------------------------------------------------------------------------
 // Constants

+ 0 - 2
examples/js/exporters/MMDExporter.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.MMDExporter: 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 takahiro / http://github.com/takahirox
- *
  * Dependencies
  *  - mmd-parser https://github.com/takahirox/mmd-parser
  */

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

@@ -1,4 +1,5 @@
 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." );
+
 THREE.OBJExporter = function () {};
 
 THREE.OBJExporter.prototype = {

+ 0 - 1
examples/js/exporters/PLYExporter.js

@@ -1,6 +1,5 @@
 console.warn( "THREE.PLYExporter: 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 Garrett Johnson / http://gkjohnson.github.io/
  * https://github.com/gkjohnson/ply-exporter-js
  *
  * Usage:

+ 0 - 5
examples/js/exporters/STLExporter.js

@@ -1,10 +1,5 @@
 console.warn( "THREE.STLExporter: 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 kovacsv / http://kovacsv.hu/
- * @author mrdoob / http://mrdoob.com/
- * @author mudcube / http://mudcu.be/
- * @author Mugen87 / https://github.com/Mugen87
- *
  * Usage:
  *  var exporter = new THREE.STLExporter();
  *

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

@@ -1,4 +1,5 @@
 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." );
+
 THREE.TypedGeometryExporter = function () {};
 
 THREE.TypedGeometryExporter.prototype = {

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.ConvexGeometry: 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 Mugen87 / https://github.com/Mugen87
- */
 
 // ConvexGeometry
 

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

@@ -1,8 +1,5 @@
 console.warn( "THREE.DecalGeometry: 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 Mugen87 / https://github.com/Mugen87
- * @author spite / https://github.com/spite
- *
  * You can use this geometry to create a decal mesh, that serves different kinds of purposes.
  * e.g. adding unique details to models, performing dynamic visual environmental changes or covering seams.
  *

+ 0 - 2
examples/js/geometries/LightningStrike.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.LightningStrike: 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 yomboprime https://github.com/yomboprime
- *
  * @fileoverview LightningStrike object for creating lightning strikes and voltaic arcs.
  *
  *

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

@@ -1,9 +1,6 @@
 console.warn( "THREE.ParametricGeometries: 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 zz85
- *
  * Experimenting of primitive geometry creation using Surface Parametric equations
- *
  */
 
 THREE.ParametricGeometries = {

+ 0 - 2
examples/js/geometries/TeapotBufferGeometry.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.TeapotBufferGeometry: 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 Eric Haines / http://erichaines.com/
- *
  * Tessellates the famous Utah teapot database by Martin Newell into triangles.
  *
  * Parameters: size = 50, segments = 10, bottom = true, lid = true, body = true,

+ 0 - 1
examples/js/interactive/SelectionBox.js

@@ -1,6 +1,5 @@
 console.warn( "THREE.SelectionBox: 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 HypnosNova / https://www.threejs.org.cn/gallery
  * This is a class to check whether objects are in a selection area in 3D space
  */
 

+ 0 - 3
examples/js/interactive/SelectionHelper.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.SelectionHelper: 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 HypnosNova / https://www.threejs.org.cn/gallery
- */
 
 THREE.SelectionHelper = ( function () {
 

+ 0 - 3
examples/js/lights/LightProbeGenerator.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.LightProbeGenerator: 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 WestLangley / http://github.com/WestLangley
- */
 
 THREE.LightProbeGenerator = {
 

+ 0 - 2
examples/js/lights/RectAreaLightUniformsLib.js

@@ -1,8 +1,6 @@
 console.warn( "THREE.RectAreaLightUniformsLib: 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." );
 /**
  * Uniforms library for RectAreaLight shared webgl shaders
- * @author abelnation
- * @author WestLangley / http://github.com/WestLangley
  *
  * NOTE: This is a temporary location for the BRDF approximation texture data
  *       based off of Eric Heitz's work (see citation below).  BRDF data for

+ 0 - 4
examples/js/lines/Line2.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.Line2: 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 WestLangley / http://github.com/WestLangley
- *
- */
 
 THREE.Line2 = function ( geometry, material ) {
 

+ 0 - 4
examples/js/lines/LineGeometry.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.LineGeometry: 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 WestLangley / http://github.com/WestLangley
- *
- */
 
 THREE.LineGeometry = function () {
 

+ 0 - 3
examples/js/lines/LineMaterial.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.LineMaterial: 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 WestLangley / http://github.com/WestLangley
- *
  * parameters = {
  *  color: <hex>,
  *  linewidth: <float>,
@@ -394,4 +392,3 @@ THREE.LineMaterial.prototype = Object.create( THREE.ShaderMaterial.prototype );
 THREE.LineMaterial.prototype.constructor = THREE.LineMaterial;
 
 THREE.LineMaterial.prototype.isLineMaterial = true;
-

+ 0 - 4
examples/js/lines/LineSegments2.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.LineSegments2: 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 WestLangley / http://github.com/WestLangley
- *
- */
 
 THREE.LineSegments2 = function ( geometry, material ) {
 

+ 0 - 4
examples/js/lines/LineSegmentsGeometry.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.LineSegmentsGeometry: 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 WestLangley / http://github.com/WestLangley
- *
- */
 
 THREE.LineSegmentsGeometry = function () {
 

+ 0 - 4
examples/js/lines/Wireframe.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.Wireframe: 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 WestLangley / http://github.com/WestLangley
- *
- */
 
 THREE.Wireframe = function ( geometry, material ) {
 

+ 0 - 4
examples/js/lines/WireframeGeometry2.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.WireframeGeometry2: 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 WestLangley / http://github.com/WestLangley
- *
- */
 
 THREE.WireframeGeometry2 = function ( geometry ) {
 

+ 0 - 2
examples/js/loaders/3MFLoader.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.3MFLoader: 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 technohippy / https://github.com/technohippy
- * @author Mugen87 / https://github.com/Mugen87
  *
  * 3D Manufacturing Format (3MF) specification: https://3mf.io/specification/
  *

+ 0 - 2
examples/js/loaders/AMFLoader.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.AMFLoader: 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 tamarintech / https://tamarintech.com
- *
  * Description: Early release of an AMF Loader following the pattern of the
  * example loaders in the three.js project.
  *

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.AssimpLoader: 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 Virtulous / https://virtulo.us/
- */
 
 THREE.AssimpLoader = function ( manager ) {
 

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

@@ -1,8 +1,5 @@
 console.warn( "THREE.BVHLoader: 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 herzig / http://github.com/herzig
- * @author Mugen87 / https://github.com/Mugen87
- *
  * Description: reads BVH files and outputs a single THREE.Skeleton and an THREE.AnimationClip
  *
  * Currently only supports bvh files containing a single root.

+ 0 - 6
examples/js/loaders/BasisTextureLoader.js

@@ -1,10 +1,4 @@
 console.warn( "THREE.BasisTextureLoader: 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 Don McCurdy / https://www.donmccurdy.com
- * @author Austin Eng / https://github.com/austinEng
- * @author Shrek Shao / https://github.com/shrekshao
- * @author Senya Pugach / https://upisfr.ee
- */
 
 /**
  * Loader for Basis Universal GPU Texture Codec.

+ 0 - 4
examples/js/loaders/ColladaLoader.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.ColladaLoader: 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/
- * @author Mugen87 / https://github.com/Mugen87
- */
 
 THREE.ColladaLoader = function ( manager ) {
 

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.DRACOLoader: 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 Don McCurdy / https://www.donmccurdy.com
- */
 
 THREE.DRACOLoader = function ( manager ) {
 

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

@@ -1,8 +1,5 @@
 console.warn( "THREE.EXRLoader: 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 Richard M. / https://github.com/richardmonette
- * @author ScieCode / http://github.com/sciecode
- *
  * OpenEXR loader currently supports uncompressed, ZIP(S), RLE, PIZ and DWA/B compression.
  * Supports reading as UnsignedByte, HalfFloat and Float type data texture.
  *

+ 0 - 4
examples/js/loaders/FBXLoader.js

@@ -1,9 +1,5 @@
 console.warn( "THREE.FBXLoader: 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 Kyle-Larson https://github.com/Kyle-Larson
- * @author Takahiro https://github.com/takahirox
- * @author Lewy Blue https://github.com/looeee
- *
  * Loader loads FBX file and generates Group representing FBX scene.
  * Requires FBX file to be >= 7.0 and in ASCII or >= 6400 in Binary format
  * Versions lower than this may load but will probably have errors

+ 0 - 2
examples/js/loaders/GCodeLoader.js

@@ -6,8 +6,6 @@ console.warn( "THREE.GCodeLoader: As part of the transition to ES6 Modules, the
  *
  * @class THREE.GCodeLoader
  * @param {Manager} manager Loading manager.
- * @author tentone
- * @author joewalnes
  */
 
 THREE.GCodeLoader = function ( manager ) {

+ 0 - 8
examples/js/loaders/GLTFLoader.js

@@ -1,12 +1,4 @@
 console.warn( "THREE.GLTFLoader: 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 Rich Tibbett / https://github.com/richtr
- * @author mrdoob / http://mrdoob.com/
- * @author Tony Parisi / http://www.tonyparisi.com/
- * @author Takahiro / https://github.com/takahirox
- * @author Don McCurdy / https://www.donmccurdy.com
- * @author Arseny Kapoulkine / https://github.com/zeux
- */
 
 THREE.GLTFLoader = ( function () {
 

+ 0 - 4
examples/js/loaders/HDRCubeTextureLoader.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.HDRCubeTextureLoader: 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 Prashant Sharma / spidersharma03
-* @author Ben Houston / http://clara.io / bhouston
-*/
 
 THREE.HDRCubeTextureLoader = function ( manager ) {
 

+ 0 - 2
examples/js/loaders/KTXLoader.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.KTXLoader: 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 amakaseev / https://github.com/amakaseev
- *
  * for description see https://www.khronos.org/opengles/sdk/tools/KTX/
  * for file layout see https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/
  *

+ 0 - 7
examples/js/loaders/LDrawLoader.js

@@ -1,11 +1,4 @@
 console.warn( "THREE.LDrawLoader: 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/
- * @author yomboprime / https://github.com/yomboprime/
- * @author gkjohnson / https://github.com/gkjohnson/
- *
- *
- */
 
 THREE.LDrawLoader = ( function () {
 

+ 0 - 2
examples/js/loaders/MMDLoader.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.MMDLoader: 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 takahiro / https://github.com/takahirox
- *
  * Dependencies
  *  - mmd-parser https://github.com/takahirox/mmd-parser
  *  - THREE.TGALoader

+ 0 - 2
examples/js/loaders/MTLLoader.js

@@ -1,8 +1,6 @@
 console.warn( "THREE.MTLLoader: 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." );
 /**
  * Loads a Wavefront .mtl file specifying materials
- *
- * @author angelxuanchang
  */
 
 THREE.MTLLoader = function ( manager ) {

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.NRRDLoader: 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." );
-/*
- *  three.js NRRD file loader
- */
 
 THREE.NRRDLoader = function ( manager ) {
 

+ 0 - 6
examples/js/loaders/PCDLoader.js

@@ -1,10 +1,4 @@
 console.warn( "THREE.PCDLoader: 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 Filipe Caixeta / http://filipecaixeta.com.br
- * @author Mugen87 / https://github.com/Mugen87
- *
- * Description: A THREE loader for PCD ascii and binary files.
- */
 
 THREE.PCDLoader = function ( manager ) {
 

+ 0 - 4
examples/js/loaders/PDBLoader.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.PDBLoader: 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 alteredq / http://alteredqualia.com/
- * @author Mugen87 / https://github.com/Mugen87
- */
 
 THREE.PDBLoader = function ( manager ) {
 

+ 0 - 2
examples/js/loaders/PLYLoader.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.PLYLoader: 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 Wei Meng / http://about.me/menway
- *
  * Description: A THREE loader for PLY ASCII files (known as the Polygon
  * File Format or the Stanford Triangle Format).
  *

+ 0 - 1
examples/js/loaders/PRWMLoader.js

@@ -1,6 +1,5 @@
 console.warn( "THREE.PRWMLoader: 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 Kevin Chapelier / https://github.com/kchapelier
  * See https://github.com/kchapelier/PRWM for more informations about this file format
  */
 

+ 0 - 4
examples/js/loaders/PVRLoader.js

@@ -1,9 +1,5 @@
 console.warn( "THREE.PVRLoader: 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." );
 /*
- *	 PVRLoader
- *   Author: pierre lepers
- *   Date: 17/09/2014 11:09
- *
  *	 PVR v2 (legacy) parser
  *   TODO : Add Support for PVR v3 format
  *   TODO : implement loadMipmaps option

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.RGBELoader: 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 Nikos M. / https://github.com/foo123/
- */
 
 // https://github.com/mrdoob/three.js/issues/5552
 // http://en.wikipedia.org/wiki/RGBE_image_format

+ 0 - 6
examples/js/loaders/STLLoader.js

@@ -1,11 +1,5 @@
 console.warn( "THREE.STLLoader: 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 aleeper / http://adamleeper.com/
- * @author mrdoob / http://mrdoob.com/
- * @author gero3 / https://github.com/gero3
- * @author Mugen87 / https://github.com/Mugen87
- * @author neverhood311 / https://github.com/neverhood311
- *
  * Description: A THREE loader for STL ASCII files, as created by Solidworks and other CAD programs.
  *
  * Supports both binary and ASCII encoded files, with automatic detection of type.

+ 0 - 5
examples/js/loaders/SVGLoader.js

@@ -1,9 +1,4 @@
 console.warn( "THREE.SVGLoader: 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/
- * @author zz85 / http://joshuakoo.com/
- * @author yomboprime / https://yombo.org
- */
 
 THREE.SVGLoader = function ( manager ) {
 

+ 0 - 2
examples/js/loaders/TDSLoader.js

@@ -4,8 +4,6 @@ console.warn( "THREE.TDSLoader: As part of the transition to ES6 Modules, the fi
  *
  * Loads geometry with uv and materials basic properties with texture support.
  *
- * @author @tentone
- * @author @timknip
  * @class TDSLoader
  * @constructor
  */

+ 0 - 5
examples/js/loaders/TGALoader.js

@@ -1,9 +1,4 @@
 console.warn( "THREE.TGALoader: 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 Daosheng Mu / https://github.com/DaoshengMu/
- * @author mrdoob / http://mrdoob.com/
- * @author takahirox / https://github.com/takahirox/
- */
 
 THREE.TGALoader = function ( manager ) {
 

+ 0 - 4
examples/js/loaders/TTFLoader.js

@@ -1,9 +1,5 @@
 console.warn( "THREE.TTFLoader: 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 gero3 / https://github.com/gero3
- * @author tentone / https://github.com/tentone
- * @author troy351 / https://github.com/troy351
- *
  * Requires opentype.js to be included in the project.
  * Loads TTF files and converts them into typeface JSON that can be used directly
  * to create THREE.Font objects.

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.VRMLLoader: 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 Mugen87 / https://github.com/Mugen87
- */
 
 /* global chevrotain */
 

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.VRMLoader: 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 Takahiro / https://github.com/takahirox
- */
 
 // VRM Specification: https://dwango.github.io/vrm/vrm_spec/
 //

+ 0 - 10
examples/js/loaders/VTKLoader.js

@@ -1,14 +1,4 @@
 console.warn( "THREE.VTKLoader: 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/
- * @author Alex Pletzer
- *
- * Updated on 22.03.2017
- * VTK header is now parsed and used to extract all the compressed data
- * @author Andrii Iudin https://github.com/andreyyudin
- * @author Paul Kibet Korir https://github.com/polarise
- * @author Sriram Somasundharam https://github.com/raamssundar
- */
 
 THREE.VTKLoader = function ( manager ) {
 

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.XLoader: 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 adrs2002 / https://github.com/adrs2002
- */
 
 THREE.XLoader = ( function () {
 

+ 0 - 4
examples/js/math/ColorConverter.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.ColorConverter: 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 bhouston / http://exocortex.com/
- * @author zz85 / http://github.com/zz85
- */
 
 THREE.ColorConverter = {
 

+ 0 - 3
examples/js/math/ConvexHull.js

@@ -1,9 +1,6 @@
 console.warn( "THREE.ConvexHull: 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 Mugen87 / https://github.com/Mugen87
- *
  * Ported from: https://github.com/maurizzzio/quickhull3d/ by Mauricio Poppe (https://github.com/maurizzzio)
- *
  */
 
 THREE.ConvexHull = ( function () {

+ 0 - 3
examples/js/math/Lut.js

@@ -1,7 +1,4 @@
 console.warn( "THREE.Lut: 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 daron1337 / http://daron1337.github.io/
- */
 
 THREE.Lut = function ( colormap, numberofcolors ) {
 

+ 0 - 1
examples/js/math/SimplexNoise.js

@@ -6,7 +6,6 @@ console.warn( "THREE.SimplexNoise: As part of the transition to ES6 Modules, the
 // Sean McCullough [email protected]
 //
 // Added 4D noise
-// Joshua Koo [email protected]
 
 /**
  * You can pass in a random number generator object if you like.

+ 0 - 2
examples/js/misc/ConvexObjectBreaker.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.ConvexObjectBreaker: 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 yomboprime https://github.com/yomboprime
- *
  * @fileoverview This class can be used to subdivide a convex Geometry object into pieces.
  *
  * Usage:

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.Gyroscope: 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 alteredq / http://alteredqualia.com/
- */
 
 THREE.Gyroscope = function () {
 

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.MD2Character: 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 alteredq / http://alteredqualia.com/
- */
 
 THREE.MD2Character = function () {
 

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.MD2CharacterComplex: 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 alteredq / http://alteredqualia.com/
- */
 
 THREE.MD2CharacterComplex = function () {
 

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.MorphAnimMesh: 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 alteredq / http://alteredqualia.com/
- */
 
 THREE.MorphAnimMesh = function ( geometry, material ) {
 

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.MorphBlendMesh: 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 alteredq / http://alteredqualia.com/
- */
 
 THREE.MorphBlendMesh = function ( geometry, material ) {
 

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

@@ -1,7 +1,4 @@
 console.warn( "THREE.Ocean: 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." );
-/*
-	three.js Ocean
-*/
 
 THREE.Ocean = function ( renderer, camera, scene, options ) {
 

+ 0 - 1
examples/js/misc/Volume.js

@@ -5,7 +5,6 @@ console.warn( "THREE.Volume: As part of the transition to ES6 Modules, the files
  * For now it only handles 3 dimensional data.
  * See the webgl_loader_nrrd.html example and the loaderNRRD.js file to see how to use this class.
  * @class
- * @author Valentin Demeusy / https://github.com/stity
  * @param   {number}        xLength         Width of the volume
  * @param   {number}        yLength         Length of the volume
  * @param   {number}        zLength         Depth of the volume

+ 0 - 1
examples/js/misc/VolumeSlice.js

@@ -2,7 +2,6 @@ console.warn( "THREE.VolumeSlice: As part of the transition to ES6 Modules, the
 /**
  * This class has been made to hold a slice of a volume data
  * @class
- * @author Valentin Demeusy / https://github.com/stity
  * @param   {THREE.Volume} volume    The associated volume
  * @param   {number}       [index=0] The index of the slice
  * @param   {string}       [axis='z']      For now only 'x', 'y' or 'z' but later it will change to a normal vector

+ 0 - 2
examples/js/modifiers/ExplodeModifier.js

@@ -2,8 +2,6 @@ console.warn( "THREE.ExplodeModifier: As part of the transition to ES6 Modules,
 /**
  * Make all faces use unique vertices
  * so that each face can be separated from others
- *
- * @author alteredq / http://alteredqualia.com/
  */
 
 THREE.ExplodeModifier = function () {

+ 0 - 2
examples/js/modifiers/SimplifyModifier.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.SimplifyModifier: 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 zz85 / http://twitter.com/blurspline / http://www.lab4games.net/zz85/blog
- *
  *	Simplification Geometry Modifier
  *    - based on code and technique
  *	  - by Stan Melax in 1998

+ 0 - 3
examples/js/modifiers/SubdivisionModifier.js

@@ -1,8 +1,5 @@
 console.warn( "THREE.SubdivisionModifier: 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 zz85 / http://twitter.com/blurspline / http://www.lab4games.net/zz85/blog
- *	@author centerionware / http://www.centerionware.com
- *
  *	Subdivision Geometry Modifier
  *		using Loop Subdivision Scheme
  *

+ 0 - 2
examples/js/modifiers/TessellateModifier.js

@@ -2,8 +2,6 @@ console.warn( "THREE.TessellateModifier: As part of the transition to ES6 Module
 /**
  * Break faces with edges longer than maxEdgeLength
  * - not recursive
- *
- * @author alteredq / http://alteredqualia.com/
  */
 
 THREE.TessellateModifier = function ( maxEdgeLength ) {

+ 0 - 2
examples/js/objects/Fire.js

@@ -1,7 +1,5 @@
 console.warn( "THREE.Fire: 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 Mike Piecuch / https://github.com/mikepiecuch
- *
  * Based on research paper "Real-Time Fluid Dynamics for Games" by Jos Stam
  * http://www.dgp.toronto.edu/people/stam/reality/Research/pdf/GDC03.pdf
  *

+ 0 - 4
examples/js/objects/Lensflare.js

@@ -1,8 +1,4 @@
 console.warn( "THREE.Lensflare: 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 Mugen87 / https://github.com/Mugen87
- * @author mrdoob / http://mrdoob.com/
- */
 
 THREE.Lensflare = function () {
 

Some files were not shown because too many files changed in this diff