Skip to content

Commit

Permalink
Examples: Deprecate examples/js.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed May 22, 2020
1 parent 7baa366 commit 7dd44e8
Show file tree
Hide file tree
Showing 203 changed files with 203 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/js/WebGL.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.WebGL: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author alteredq / http://alteredqualia.com/
* @author mrdoob / http://mrdoob.com/
Expand Down
1 change: 1 addition & 0 deletions examples/js/animation/AnimationClipCreator.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.AnimationClipCreator: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
*
* Creator of typical test AnimationClips / KeyframeTracks
Expand Down
1 change: 1 addition & 0 deletions examples/js/animation/CCDIKSolver.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.CCDIKSolver: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author takahiro / https://github.com/takahirox
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/animation/MMDAnimationHelper.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.MMDAnimationHelper: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author takahiro / https://github.com/takahirox
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/animation/MMDPhysics.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.MMDPhysics: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author takahiro / https://github.com/takahirox
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/animation/TimelinerController.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.TimelinerController: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* Controller class for the Timeliner GUI.
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/cameras/CinematicCamera.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.CinematicCamera: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author mrdoob / http://mrdoob.com/
* @author greggman / http://games.greggman.com/
Expand Down
1 change: 1 addition & 0 deletions examples/js/controls/DeviceOrientationControls.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.DeviceOrientationControls: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author richt / http://richt.me
* @author WestLangley / http://github.com/WestLangley
Expand Down
1 change: 1 addition & 0 deletions examples/js/controls/DragControls.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.DragControls: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author zz85 / https://github.com/zz85
* @author mrdoob / http://mrdoob.com
Expand Down
1 change: 1 addition & 0 deletions examples/js/controls/FirstPersonControls.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.FirstPersonControls: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author mrdoob / http://mrdoob.com/
* @author alteredq / http://alteredqualia.com/
Expand Down
1 change: 1 addition & 0 deletions examples/js/controls/FlyControls.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.FlyControls: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author James Baicoianu / http://www.baicoianu.com/
*/
Expand Down
1 change: 1 addition & 0 deletions examples/js/controls/OrbitControls.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.OrbitControls: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author qiao / https://github.com/qiao
* @author mrdoob / http://mrdoob.com
Expand Down
1 change: 1 addition & 0 deletions examples/js/controls/PointerLockControls.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.PointerLockControls: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author mrdoob / http://mrdoob.com/
* @author Mugen87 / https://github.com/Mugen87
Expand Down
1 change: 1 addition & 0 deletions examples/js/controls/TrackballControls.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.TrackballControls: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author Eberhard Graether / http://egraether.com/
* @author Mark Lundin / http://mark-lundin.com
Expand Down
1 change: 1 addition & 0 deletions examples/js/controls/TransformControls.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.TransformControls: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author arodic / https://github.com/arodic
*/
Expand Down
1 change: 1 addition & 0 deletions examples/js/curves/CurveExtras.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.CurveExtras: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* A bunch of parametric curves
* @author zz85
Expand Down
1 change: 1 addition & 0 deletions examples/js/curves/NURBSCurve.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.NURBSCurve: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author renej
* NURBS curve object
Expand Down
1 change: 1 addition & 0 deletions examples/js/curves/NURBSSurface.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.NURBSSurface: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author renej
* NURBS surface object
Expand Down
1 change: 1 addition & 0 deletions examples/js/curves/NURBSUtils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.NURBSUtils: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author renej
* NURBS utils
Expand Down
1 change: 1 addition & 0 deletions examples/js/effects/AnaglyphEffect.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.AnaglyphEffect: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author mrdoob / http://mrdoob.com/
* @author marklundin / http://mark-lundin.com/
Expand Down
1 change: 1 addition & 0 deletions examples/js/effects/AsciiEffect.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.AsciiEffect: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author zz85 / https://github.com/zz85
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/effects/OutlineEffect.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.OutlineEffect: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author takahirox / http://github.com/takahirox/
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/effects/ParallaxBarrierEffect.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.ParallaxBarrierEffect: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author mrdoob / http://mrdoob.com/
* @author marklundin / http://mark-lundin.com/
Expand Down
1 change: 1 addition & 0 deletions examples/js/effects/PeppersGhostEffect.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.PeppersGhostEffect: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* Created by tpowellmeto on 29/10/2015.
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/effects/StereoEffect.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.StereoEffect: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author alteredq / http://alteredqualia.com/
* @authod mrdoob / http://mrdoob.com/
Expand Down
1 change: 1 addition & 0 deletions examples/js/exporters/ColladaExporter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.ColladaExporter: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author Garrett Johnson / http://gkjohnson.github.io/
* https://github.com/gkjohnson/collada-exporter-js
Expand Down
1 change: 1 addition & 0 deletions examples/js/exporters/DRACOExporter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.DRACOExporter: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* Export draco compressed files from threejs geometry objects.
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/exporters/GLTFExporter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.GLTFExporter: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author fernandojsg / http://fernandojsg.com
* @author Don McCurdy / https://www.donmccurdy.com
Expand Down
1 change: 1 addition & 0 deletions examples/js/exporters/MMDExporter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.MMDExporter: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author takahiro / http://github.com/takahirox
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/exporters/OBJExporter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.OBJExporter: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author mrdoob / http://mrdoob.com/
*/
Expand Down
1 change: 1 addition & 0 deletions examples/js/exporters/PLYExporter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.PLYExporter: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author Garrett Johnson / http://gkjohnson.github.io/
* https://github.com/gkjohnson/ply-exporter-js
Expand Down
1 change: 1 addition & 0 deletions examples/js/exporters/STLExporter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.STLExporter: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author kovacsv / http://kovacsv.hu/
* @author mrdoob / http://mrdoob.com/
Expand Down
1 change: 1 addition & 0 deletions examples/js/exporters/TypedGeometryExporter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.TypedGeometryExporter: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author mrdoob / http://mrdoob.com/
*/
Expand Down
1 change: 1 addition & 0 deletions examples/js/geometries/BoxLineGeometry.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.BoxLineGeometry: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author mrdoob / http://mrdoob.com/
*/
Expand Down
1 change: 1 addition & 0 deletions examples/js/geometries/ConvexGeometry.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.ConvexGeometry: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author Mugen87 / https://github.com/Mugen87
*/
Expand Down
1 change: 1 addition & 0 deletions examples/js/geometries/DecalGeometry.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.DecalGeometry: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author Mugen87 / https://github.com/Mugen87
* @author spite / https://github.com/spite
Expand Down
1 change: 1 addition & 0 deletions examples/js/geometries/LightningStrike.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.LightningStrike: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author yomboprime https://github.com/yomboprime
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/geometries/ParametricGeometries.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.ParametricGeometries: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author zz85
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/geometries/TeapotBufferGeometry.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.TeapotBufferGeometry: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author Eric Haines / http://erichaines.com/
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/interactive/SelectionBox.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.SelectionBox: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author HypnosNova / https://www.threejs.org.cn/gallery
* This is a class to check whether objects are in a selection area in 3D space
Expand Down
1 change: 1 addition & 0 deletions examples/js/interactive/SelectionHelper.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.SelectionHelper: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author HypnosNova / https://www.threejs.org.cn/gallery
*/
Expand Down
1 change: 1 addition & 0 deletions examples/js/lights/LightProbeGenerator.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.LightProbeGenerator: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author WestLangley / http://github.com/WestLangley
*/
Expand Down
1 change: 1 addition & 0 deletions examples/js/lights/RectAreaLightUniformsLib.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/js/lines/Line2.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.Line2: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author WestLangley / http://github.com/WestLangley
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/lines/LineGeometry.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.LineGeometry: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author WestLangley / http://github.com/WestLangley
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/lines/LineMaterial.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.LineMaterial: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author WestLangley / http://github.com/WestLangley
*
Expand Down
1 change: 1 addition & 0 deletions examples/js/lines/LineSegments2.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.warn( "THREE.LineSegments2: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
/**
* @author WestLangley / http://github.com/WestLangley
*
Expand Down
Loading

0 comments on commit 7dd44e8

Please sign in to comment.