Pārlūkot izejas kodu

Examples: Removed deprecation warning.

Mr.doob 4 gadi atpakaļ
vecāks
revīzija
4a8b92d5b1
100 mainītis faili ar 0 papildinājumiem un 156 dzēšanām
  1. 0 2
      examples/js/WebGL.js
  2. 0 2
      examples/js/animation/AnimationClipCreator.js
  3. 0 1
      examples/js/animation/CCDIKSolver.js
  4. 0 1
      examples/js/animation/MMDAnimationHelper.js
  5. 0 1
      examples/js/animation/MMDPhysics.js
  6. 0 2
      examples/js/cameras/CinematicCamera.js
  7. 0 2
      examples/js/controls/DeviceOrientationControls.js
  8. 0 2
      examples/js/controls/DragControls.js
  9. 0 2
      examples/js/controls/FirstPersonControls.js
  10. 0 2
      examples/js/controls/FlyControls.js
  11. 0 2
      examples/js/controls/OrbitControls.js
  12. 0 2
      examples/js/controls/PointerLockControls.js
  13. 0 2
      examples/js/controls/TrackballControls.js
  14. 0 2
      examples/js/controls/TransformControls.js
  15. 0 1
      examples/js/curves/CurveExtras.js
  16. 0 1
      examples/js/curves/NURBSCurve.js
  17. 0 1
      examples/js/curves/NURBSSurface.js
  18. 0 1
      examples/js/curves/NURBSUtils.js
  19. 0 2
      examples/js/effects/AnaglyphEffect.js
  20. 0 1
      examples/js/effects/AsciiEffect.js
  21. 0 1
      examples/js/effects/OutlineEffect.js
  22. 0 2
      examples/js/effects/ParallaxBarrierEffect.js
  23. 0 1
      examples/js/effects/PeppersGhostEffect.js
  24. 0 2
      examples/js/effects/StereoEffect.js
  25. 0 1
      examples/js/exporters/ColladaExporter.js
  26. 0 1
      examples/js/exporters/DRACOExporter.js
  27. 0 2
      examples/js/exporters/GLTFExporter.js
  28. 0 1
      examples/js/exporters/MMDExporter.js
  29. 0 2
      examples/js/exporters/OBJExporter.js
  30. 0 1
      examples/js/exporters/PLYExporter.js
  31. 0 1
      examples/js/exporters/STLExporter.js
  32. 0 2
      examples/js/geometries/BoxLineGeometry.js
  33. 0 2
      examples/js/geometries/ConvexGeometry.js
  34. 0 1
      examples/js/geometries/DecalGeometry.js
  35. 0 1
      examples/js/geometries/LightningStrike.js
  36. 0 1
      examples/js/geometries/ParametricGeometries.js
  37. 0 1
      examples/js/geometries/TeapotBufferGeometry.js
  38. 0 1
      examples/js/interactive/SelectionBox.js
  39. 0 2
      examples/js/interactive/SelectionHelper.js
  40. 0 2
      examples/js/lights/LightProbeGenerator.js
  41. 0 1
      examples/js/lights/RectAreaLightUniformsLib.js
  42. 0 2
      examples/js/lines/Line2.js
  43. 0 2
      examples/js/lines/LineGeometry.js
  44. 0 1
      examples/js/lines/LineMaterial.js
  45. 0 2
      examples/js/lines/LineSegments2.js
  46. 0 2
      examples/js/lines/LineSegmentsGeometry.js
  47. 0 2
      examples/js/lines/Wireframe.js
  48. 0 2
      examples/js/lines/WireframeGeometry2.js
  49. 0 1
      examples/js/loaders/3MFLoader.js
  50. 0 1
      examples/js/loaders/AMFLoader.js
  51. 0 2
      examples/js/loaders/AssimpLoader.js
  52. 0 1
      examples/js/loaders/BVHLoader.js
  53. 0 2
      examples/js/loaders/BasisTextureLoader.js
  54. 0 2
      examples/js/loaders/ColladaLoader.js
  55. 0 2
      examples/js/loaders/DDSLoader.js
  56. 0 2
      examples/js/loaders/DRACOLoader.js
  57. 0 1
      examples/js/loaders/EXRLoader.js
  58. 0 1
      examples/js/loaders/FBXLoader.js
  59. 0 1
      examples/js/loaders/GCodeLoader.js
  60. 0 2
      examples/js/loaders/GLTFLoader.js
  61. 0 2
      examples/js/loaders/HDRCubeTextureLoader.js
  62. 0 2
      examples/js/loaders/KMZLoader.js
  63. 0 1
      examples/js/loaders/KTXLoader.js
  64. 0 2
      examples/js/loaders/LDrawLoader.js
  65. 0 2
      examples/js/loaders/MD2Loader.js
  66. 0 1
      examples/js/loaders/MMDLoader.js
  67. 0 1
      examples/js/loaders/MTLLoader.js
  68. 0 2
      examples/js/loaders/NRRDLoader.js
  69. 0 2
      examples/js/loaders/OBJLoader.js
  70. 0 2
      examples/js/loaders/PCDLoader.js
  71. 0 2
      examples/js/loaders/PDBLoader.js
  72. 0 1
      examples/js/loaders/PLYLoader.js
  73. 0 1
      examples/js/loaders/PRWMLoader.js
  74. 0 1
      examples/js/loaders/PVRLoader.js
  75. 0 2
      examples/js/loaders/RGBELoader.js
  76. 0 1
      examples/js/loaders/STLLoader.js
  77. 0 2
      examples/js/loaders/SVGLoader.js
  78. 0 1
      examples/js/loaders/TDSLoader.js
  79. 0 2
      examples/js/loaders/TGALoader.js
  80. 0 1
      examples/js/loaders/TTFLoader.js
  81. 0 2
      examples/js/loaders/VRMLLoader.js
  82. 0 2
      examples/js/loaders/VRMLoader.js
  83. 0 2
      examples/js/loaders/VTKLoader.js
  84. 0 2
      examples/js/loaders/XLoader.js
  85. 0 2
      examples/js/math/ColorConverter.js
  86. 0 1
      examples/js/math/ConvexHull.js
  87. 0 1
      examples/js/math/ImprovedNoise.js
  88. 0 2
      examples/js/math/Lut.js
  89. 0 1
      examples/js/math/SimplexNoise.js
  90. 0 1
      examples/js/misc/ConvexObjectBreaker.js
  91. 0 1
      examples/js/misc/GPUComputationRenderer.js
  92. 0 2
      examples/js/misc/Gyroscope.js
  93. 0 2
      examples/js/misc/MD2Character.js
  94. 0 2
      examples/js/misc/MD2CharacterComplex.js
  95. 0 2
      examples/js/misc/MorphAnimMesh.js
  96. 0 2
      examples/js/misc/MorphBlendMesh.js
  97. 0 2
      examples/js/misc/Ocean.js
  98. 0 2
      examples/js/misc/RollerCoaster.js
  99. 0 1
      examples/js/misc/Volume.js
  100. 0 1
      examples/js/misc/VolumeSlice.js

+ 0 - 2
examples/js/WebGL.js

@@ -1,5 +1,3 @@
-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." );
-
 THREE.WEBGL = {
 THREE.WEBGL = {
 
 
 	isWebGLAvailable: function () {
 	isWebGLAvailable: function () {

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.AnimationClipCreator = function () {};
 THREE.AnimationClipCreator = function () {};
 
 
 THREE.AnimationClipCreator.CreateRotationAnimation = function ( period, axis ) {
 THREE.AnimationClipCreator.CreateRotationAnimation = function ( period, axis ) {

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * CCD Algorithm
  * CCD Algorithm
  *  - https://sites.google.com/site/auraliusproject/ccd-algorithm
  *  - https://sites.google.com/site/auraliusproject/ccd-algorithm

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * MMDAnimationHelper handles animation of MMD assets loaded by MMDLoader
  * MMDAnimationHelper handles animation of MMD assets loaded by MMDLoader
  * with MMD special features as IK, Grant, and Physics.
  * with MMD special features as IK, Grant, and Physics.

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Dependencies
  * Dependencies
  *  - Ammo.js https://github.com/kripken/ammo.js
  *  - Ammo.js https://github.com/kripken/ammo.js

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.CinematicCamera = function ( fov, aspect, near, far ) {
 THREE.CinematicCamera = function ( fov, aspect, near, far ) {
 
 
 	THREE.PerspectiveCamera.call( this, fov, aspect, near, far );
 	THREE.PerspectiveCamera.call( this, fov, aspect, near, far );

+ 0 - 2
examples/js/controls/DeviceOrientationControls.js

@@ -1,5 +1,3 @@
-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." );
-
 /**
 /**
  * W3C Device Orientation control (http://w3c.github.io/deviceorientation/spec-source-orientation.html)
  * W3C Device Orientation control (http://w3c.github.io/deviceorientation/spec-source-orientation.html)
  */
  */

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.DragControls = function ( _objects, _camera, _domElement ) {
 THREE.DragControls = function ( _objects, _camera, _domElement ) {
 
 
 	var _plane = new THREE.Plane();
 	var _plane = new THREE.Plane();

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.FirstPersonControls = function ( object, domElement ) {
 THREE.FirstPersonControls = function ( object, domElement ) {
 
 
 	if ( domElement === undefined ) {
 	if ( domElement === undefined ) {

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.FlyControls = function ( object, domElement ) {
 THREE.FlyControls = function ( object, domElement ) {
 
 
 	if ( domElement === undefined ) {
 	if ( domElement === undefined ) {

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

@@ -1,5 +1,3 @@
-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." );
-
 // This set of controls performs orbiting, dollying (zooming), and panning.
 // This set of controls performs orbiting, dollying (zooming), and panning.
 // Unlike TrackballControls, it maintains the "up" direction object.up (+Y by default).
 // Unlike TrackballControls, it maintains the "up" direction object.up (+Y by default).
 //
 //

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.PointerLockControls = function ( camera, domElement ) {
 THREE.PointerLockControls = function ( camera, domElement ) {
 
 
 	if ( domElement === undefined ) {
 	if ( domElement === undefined ) {

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.TrackballControls = function ( object, domElement ) {
 THREE.TrackballControls = function ( object, domElement ) {
 
 
 	if ( domElement === undefined ) console.warn( 'THREE.TrackballControls: The second parameter "domElement" is now mandatory.' );
 	if ( domElement === undefined ) console.warn( 'THREE.TrackballControls: The second parameter "domElement" is now mandatory.' );

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.TransformControls = function ( camera, domElement ) {
 THREE.TransformControls = function ( camera, domElement ) {
 
 
 	if ( domElement === undefined ) {
 	if ( domElement === undefined ) {

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

@@ -1,4 +1,3 @@
-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
  * A bunch of parametric curves
  *
  *

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * NURBS curve object
  * NURBS curve object
  *
  *

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * NURBS surface object
  * NURBS surface object
  *
  *

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * NURBS utils
  * NURBS utils
  *
  *

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.AnaglyphEffect = function ( renderer, width, height ) {
 THREE.AnaglyphEffect = function ( renderer, width, height ) {
 
 
 	// Matrices generated with angler.js https://github.com/tschw/angler.js/
 	// Matrices generated with angler.js https://github.com/tschw/angler.js/

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Ascii generation is based on http://www.nihilogic.dk/labs/jsascii/
  * 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
  * Maybe more about this later with a blog post at http://lab4games.net/zz85/blog

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Reference: https://en.wikipedia.org/wiki/Cel_shading
  * Reference: https://en.wikipedia.org/wiki/Cel_shading
  *
  *

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.ParallaxBarrierEffect = function ( renderer ) {
 THREE.ParallaxBarrierEffect = function ( renderer ) {
 
 
 	var _camera = new THREE.OrthographicCamera( - 1, 1, 1, - 1, 0, 1 );
 	var _camera = new THREE.OrthographicCamera( - 1, 1, 1, - 1, 0, 1 );

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * peppers ghost effect based on http://www.instructables.com/id/Reflective-Prism/?ALLSTEPS
  * peppers ghost effect based on http://www.instructables.com/id/Reflective-Prism/?ALLSTEPS
  */
  */

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.StereoEffect = function ( renderer ) {
 THREE.StereoEffect = function ( renderer ) {
 
 
 	var _stereo = new THREE.StereoCamera();
 	var _stereo = new THREE.StereoCamera();

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * https://github.com/gkjohnson/collada-exporter-js
  * https://github.com/gkjohnson/collada-exporter-js
  *
  *

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

@@ -1,4 +1,3 @@
-console.warn( "THREE.DRACOExporter: 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." );
 /**
 /**
  * Export draco compressed files from threejs geometry objects.
  * Export draco compressed files from threejs geometry objects.
  *
  *

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

@@ -1,5 +1,3 @@
-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." );
-
 //------------------------------------------------------------------------------
 //------------------------------------------------------------------------------
 // Constants
 // Constants
 //------------------------------------------------------------------------------
 //------------------------------------------------------------------------------

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Dependencies
  * Dependencies
  *  - mmd-parser https://github.com/takahirox/mmd-parser
  *  - mmd-parser https://github.com/takahirox/mmd-parser

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

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

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * https://github.com/gkjohnson/ply-exporter-js
  * https://github.com/gkjohnson/ply-exporter-js
  *
  *

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Usage:
  * Usage:
  *  var exporter = new THREE.STLExporter();
  *  var exporter = new THREE.STLExporter();

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.BoxLineGeometry = function ( width, height, depth, widthSegments, heightSegments, depthSegments ) {
 THREE.BoxLineGeometry = function ( width, height, depth, widthSegments, heightSegments, depthSegments ) {
 
 
 	THREE.BufferGeometry.call( this );
 	THREE.BufferGeometry.call( this );

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

@@ -1,5 +1,3 @@
-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." );
-
 // ConvexGeometry
 // ConvexGeometry
 
 
 THREE.ConvexGeometry = function ( points ) {
 THREE.ConvexGeometry = function ( points ) {

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * You can use this geometry to create a decal mesh, that serves different kinds of purposes.
  * 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.
  * e.g. adding unique details to models, performing dynamic visual environmental changes or covering seams.

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * @fileoverview LightningStrike object for creating lightning strikes and voltaic arcs.
  * @fileoverview LightningStrike object for creating lightning strikes and voltaic arcs.
  *
  *

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Experimenting of primitive geometry creation using Surface Parametric equations
  * Experimenting of primitive geometry creation using Surface Parametric equations
  */
  */

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Tessellates the famous Utah teapot database by Martin Newell into triangles.
  * Tessellates the famous Utah teapot database by Martin Newell into triangles.
  *
  *

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * This is a class to check whether objects are in a selection area in 3D space
  * This is a class to check whether objects are in a selection area in 3D space
  */
  */

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.SelectionHelper = ( function () {
 THREE.SelectionHelper = ( function () {
 
 
 	function SelectionHelper( selectionBox, renderer, cssClassName ) {
 	function SelectionHelper( selectionBox, renderer, cssClassName ) {

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.LightProbeGenerator = {
 THREE.LightProbeGenerator = {
 
 
 	// https://www.ppsloan.org/publications/StupidSH36.pdf
 	// https://www.ppsloan.org/publications/StupidSH36.pdf

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

@@ -1,4 +1,3 @@
-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
  * Uniforms library for RectAreaLight shared webgl shaders
  *
  *

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.Line2 = function ( geometry, material ) {
 THREE.Line2 = function ( geometry, material ) {
 
 
 	if ( geometry === undefined ) geometry = new THREE.LineGeometry();
 	if ( geometry === undefined ) geometry = new THREE.LineGeometry();

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.LineGeometry = function () {
 THREE.LineGeometry = function () {
 
 
 	THREE.LineSegmentsGeometry.call( this );
 	THREE.LineSegmentsGeometry.call( this );

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * parameters = {
  * parameters = {
  *  color: <hex>,
  *  color: <hex>,

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.LineSegments2 = function ( geometry, material ) {
 THREE.LineSegments2 = function ( geometry, material ) {
 
 
 	if ( geometry === undefined ) geometry = new THREE.LineSegmentsGeometry();
 	if ( geometry === undefined ) geometry = new THREE.LineSegmentsGeometry();

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.LineSegmentsGeometry = function () {
 THREE.LineSegmentsGeometry = function () {
 
 
 	THREE.InstancedBufferGeometry.call( this );
 	THREE.InstancedBufferGeometry.call( this );

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.Wireframe = function ( geometry, material ) {
 THREE.Wireframe = function ( geometry, material ) {
 
 
 	THREE.Mesh.call( this );
 	THREE.Mesh.call( this );

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.WireframeGeometry2 = function ( geometry ) {
 THREE.WireframeGeometry2 = function ( geometry ) {
 
 
 	THREE.LineSegmentsGeometry.call( this );
 	THREE.LineSegmentsGeometry.call( this );

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  *
  *
  * 3D Manufacturing Format (3MF) specification: https://3mf.io/specification/
  * 3D Manufacturing Format (3MF) specification: https://3mf.io/specification/

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Description: Early release of an AMF Loader following the pattern of the
  * Description: Early release of an AMF Loader following the pattern of the
  * example loaders in the three.js project.
  * example loaders in the three.js project.

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.AssimpLoader = function ( manager ) {
 THREE.AssimpLoader = function ( manager ) {
 
 
 	THREE.Loader.call( this, manager );
 	THREE.Loader.call( this, manager );

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Description: reads BVH files and outputs a single THREE.Skeleton and an THREE.AnimationClip
  * Description: reads BVH files and outputs a single THREE.Skeleton and an THREE.AnimationClip
  *
  *

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

@@ -1,5 +1,3 @@
-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." );
-
 /**
 /**
  * Loader for Basis Universal GPU Texture Codec.
  * Loader for Basis Universal GPU Texture Codec.
  *
  *

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.ColladaLoader = function ( manager ) {
 THREE.ColladaLoader = function ( manager ) {
 
 
 	THREE.Loader.call( this, manager );
 	THREE.Loader.call( this, manager );

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.DDSLoader = function ( manager ) {
 THREE.DDSLoader = function ( manager ) {
 
 
 	THREE.CompressedTextureLoader.call( this, manager );
 	THREE.CompressedTextureLoader.call( this, manager );

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.DRACOLoader = function ( manager ) {
 THREE.DRACOLoader = function ( manager ) {
 
 
 	THREE.Loader.call( this, manager );
 	THREE.Loader.call( this, manager );

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * OpenEXR loader currently supports uncompressed, ZIP(S), RLE, PIZ and DWA/B compression.
  * OpenEXR loader currently supports uncompressed, ZIP(S), RLE, PIZ and DWA/B compression.
  * Supports reading as UnsignedByte, HalfFloat and Float type data texture.
  * Supports reading as UnsignedByte, HalfFloat and Float type data texture.

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Loader loads FBX file and generates Group representing FBX scene.
  * 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
  * Requires FBX file to be >= 7.0 and in ASCII or >= 6400 in Binary format

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

@@ -1,4 +1,3 @@
-console.warn( "THREE.GCodeLoader: 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.GCodeLoader is used to load gcode files usually used for 3D printing or CNC applications.
  * THREE.GCodeLoader is used to load gcode files usually used for 3D printing or CNC applications.
  *
  *

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.GLTFLoader = ( function () {
 THREE.GLTFLoader = ( function () {
 
 
 	function GLTFLoader( manager ) {
 	function GLTFLoader( manager ) {

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.HDRCubeTextureLoader = function ( manager ) {
 THREE.HDRCubeTextureLoader = function ( manager ) {
 
 
 	THREE.Loader.call( this, manager );
 	THREE.Loader.call( this, manager );

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.KMZLoader = function ( manager ) {
 THREE.KMZLoader = function ( manager ) {
 
 
 	THREE.Loader.call( this, manager );
 	THREE.Loader.call( this, manager );

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * for description see https://www.khronos.org/opengles/sdk/tools/KTX/
  * 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/
  * for file layout see https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.LDrawLoader = ( function () {
 THREE.LDrawLoader = ( function () {
 
 
 	var conditionalLineVertShader = /* glsl */`
 	var conditionalLineVertShader = /* glsl */`

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.MD2Loader = function ( manager ) {
 THREE.MD2Loader = function ( manager ) {
 
 
 	THREE.Loader.call( this, manager );
 	THREE.Loader.call( this, manager );

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Dependencies
  * Dependencies
  *  - mmd-parser https://github.com/takahirox/mmd-parser
  *  - mmd-parser https://github.com/takahirox/mmd-parser

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

@@ -1,4 +1,3 @@
-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
  * Loads a Wavefront .mtl file specifying materials
  */
  */

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

@@ -1,5 +1,3 @@
-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.NRRDLoader = function ( manager ) {
 THREE.NRRDLoader = function ( manager ) {
 
 
 	THREE.Loader.call( this, manager );
 	THREE.Loader.call( this, manager );

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.OBJLoader = ( function () {
 THREE.OBJLoader = ( function () {
 
 
 	// o object_name | g group_name
 	// o object_name | g group_name

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.PCDLoader = function ( manager ) {
 THREE.PCDLoader = function ( manager ) {
 
 
 	THREE.Loader.call( this, manager );
 	THREE.Loader.call( this, manager );

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.PDBLoader = function ( manager ) {
 THREE.PDBLoader = function ( manager ) {
 
 
 	THREE.Loader.call( this, manager );
 	THREE.Loader.call( this, manager );

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Description: A THREE loader for PLY ASCII files (known as the Polygon
  * Description: A THREE loader for PLY ASCII files (known as the Polygon
  * File Format or the Stanford Triangle Format).
  * File Format or the Stanford Triangle Format).

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * See https://github.com/kchapelier/PRWM for more informations about this file format
  * See https://github.com/kchapelier/PRWM for more informations about this file format
  */
  */

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

@@ -1,4 +1,3 @@
-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." );
 /*
 /*
  *	 PVR v2 (legacy) parser
  *	 PVR v2 (legacy) parser
  *   TODO : Add Support for PVR v3 format
  *   TODO : Add Support for PVR v3 format

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

@@ -1,5 +1,3 @@
-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." );
-
 // https://github.com/mrdoob/three.js/issues/5552
 // https://github.com/mrdoob/three.js/issues/5552
 // http://en.wikipedia.org/wiki/RGBE_image_format
 // http://en.wikipedia.org/wiki/RGBE_image_format
 
 

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Description: A THREE loader for STL ASCII files, as created by Solidworks and other CAD programs.
  * Description: A THREE loader for STL ASCII files, as created by Solidworks and other CAD programs.
  *
  *

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.SVGLoader = function ( manager ) {
 THREE.SVGLoader = function ( manager ) {
 
 
 	THREE.Loader.call( this, manager );
 	THREE.Loader.call( this, manager );

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

@@ -1,4 +1,3 @@
-console.warn( "THREE.TDSLoader: 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." );
 /**
 /**
  * Autodesk 3DS three.js file loader, based on lib3ds.
  * Autodesk 3DS three.js file loader, based on lib3ds.
  *
  *

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.TGALoader = function ( manager ) {
 THREE.TGALoader = function ( manager ) {
 
 
 	THREE.Loader.call( this, manager );
 	THREE.Loader.call( this, manager );

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Requires opentype.js to be included in the project.
  * Requires opentype.js to be included in the project.
  * Loads TTF files and converts them into typeface JSON that can be used directly
  * Loads TTF files and converts them into typeface JSON that can be used directly

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.VRMLLoader = ( function () {
 THREE.VRMLLoader = ( function () {
 
 
 	// dependency check
 	// dependency check

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

@@ -1,5 +1,3 @@
-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." );
-
 // VRM Specification: https://dwango.github.io/vrm/vrm_spec/
 // VRM Specification: https://dwango.github.io/vrm/vrm_spec/
 //
 //
 // VRM is based on glTF 2.0 and VRM extension is defined
 // VRM is based on glTF 2.0 and VRM extension is defined

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.VTKLoader = function ( manager ) {
 THREE.VTKLoader = function ( manager ) {
 
 
 	THREE.Loader.call( this, manager );
 	THREE.Loader.call( this, manager );

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.XLoader = ( function () {
 THREE.XLoader = ( function () {
 
 
 	var classCallCheck = function ( instance, Constructor ) {
 	var classCallCheck = function ( instance, Constructor ) {

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.ColorConverter = {
 THREE.ColorConverter = {
 
 
 	setHSV: function ( color, h, s, v ) {
 	setHSV: function ( color, h, s, v ) {

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * Ported from: https://github.com/maurizzzio/quickhull3d/ by Mauricio Poppe (https://github.com/maurizzzio)
  * Ported from: https://github.com/maurizzzio/quickhull3d/ by Mauricio Poppe (https://github.com/maurizzzio)
  */
  */

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

@@ -1,4 +1,3 @@
-console.warn( "THREE.ImprovedNoise: 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." );
 // http://mrl.nyu.edu/~perlin/noise/
 // http://mrl.nyu.edu/~perlin/noise/
 
 
 THREE.ImprovedNoise = function () {
 THREE.ImprovedNoise = function () {

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.Lut = function ( colormap, numberofcolors ) {
 THREE.Lut = function ( colormap, numberofcolors ) {
 
 
 	this.lut = [];
 	this.lut = [];

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

@@ -1,4 +1,3 @@
-console.warn( "THREE.SimplexNoise: 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." );
 // Ported from Stefan Gustavson's java implementation
 // Ported from Stefan Gustavson's java implementation
 // http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
 // http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
 // Read Stefan's excellent paper for details on how this code works.
 // Read Stefan's excellent paper for details on how this code works.

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

@@ -1,4 +1,3 @@
-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." );
 /**
 /**
  * @fileoverview This class can be used to subdivide a convex Geometry object into pieces.
  * @fileoverview This class can be used to subdivide a convex Geometry object into pieces.
  *
  *

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

@@ -1,4 +1,3 @@
-console.warn( "THREE.GPUComputationRenderer: 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." );
 /**
 /**
  * GPUComputationRenderer, based on SimulationRenderer by zz85
  * GPUComputationRenderer, based on SimulationRenderer by zz85
  *
  *

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.Gyroscope = function () {
 THREE.Gyroscope = function () {
 
 
 	THREE.Object3D.call( this );
 	THREE.Object3D.call( this );

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.MD2Character = function () {
 THREE.MD2Character = function () {
 
 
 	var scope = this;
 	var scope = this;

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.MD2CharacterComplex = function () {
 THREE.MD2CharacterComplex = function () {
 
 
 	var scope = this;
 	var scope = this;

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.MorphAnimMesh = function ( geometry, material ) {
 THREE.MorphAnimMesh = function ( geometry, material ) {
 
 
 	THREE.Mesh.call( this, geometry, material );
 	THREE.Mesh.call( this, geometry, material );

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.MorphBlendMesh = function ( geometry, material ) {
 THREE.MorphBlendMesh = function ( geometry, material ) {
 
 
 	THREE.Mesh.call( this, geometry, material );
 	THREE.Mesh.call( this, geometry, material );

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

@@ -1,5 +1,3 @@
-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.Ocean = function ( renderer, camera, scene, options ) {
 THREE.Ocean = function ( renderer, camera, scene, options ) {
 
 
 	// flag used to trigger parameter changes
 	// flag used to trigger parameter changes

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

@@ -1,5 +1,3 @@
-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." );
-
 THREE.RollerCoasterGeometry = function ( curve, divisions ) {
 THREE.RollerCoasterGeometry = function ( curve, divisions ) {
 
 
 	THREE.BufferGeometry.call( this );
 	THREE.BufferGeometry.call( this );

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

@@ -1,4 +1,3 @@
-console.warn( "THREE.Volume: 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." );
 /**
 /**
  * This class had been written to handle the output of the NRRD loader.
  * This class had been written to handle the output of the NRRD loader.
  * It contains a volume of data and informations about it.
  * It contains a volume of data and informations about it.

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

@@ -1,4 +1,3 @@
-console.warn( "THREE.VolumeSlice: 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." );
 /**
 /**
  * This class has been made to hold a slice of a volume data
  * This class has been made to hold a slice of a volume data
  * @class
  * @class

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels