From owner-svn-ports-head@freebsd.org Thu Feb 25 18:35:35 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9E0E056C3F7; Thu, 25 Feb 2021 18:35:35 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DmhLH3ytNz3C83; Thu, 25 Feb 2021 18:35:35 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76FA71C804; Thu, 25 Feb 2021 18:35:35 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11PIZZ1L076806; Thu, 25 Feb 2021 18:35:35 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11PIZYHC076803; Thu, 25 Feb 2021 18:35:34 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202102251835.11PIZYHC076803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 25 Feb 2021 18:35:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566550 - head/www/threejs X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/www/threejs X-SVN-Commit-Revision: 566550 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2021 18:35:35 -0000 Author: thierry Date: Thu Feb 25 18:35:34 2021 New Revision: 566550 URL: https://svnweb.freebsd.org/changeset/ports/566550 Log: Upgrade to r126. Release notes at . Modified: head/www/threejs/Makefile head/www/threejs/distinfo head/www/threejs/pkg-plist Modified: head/www/threejs/Makefile ============================================================================== --- head/www/threejs/Makefile Thu Feb 25 18:32:27 2021 (r566549) +++ head/www/threejs/Makefile Thu Feb 25 18:35:34 2021 (r566550) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= three.js -PORTVERSION= 125 +PORTVERSION= 126 DISTVERSIONPREFIX= r CATEGORIES= www Modified: head/www/threejs/distinfo ============================================================================== --- head/www/threejs/distinfo Thu Feb 25 18:32:27 2021 (r566549) +++ head/www/threejs/distinfo Thu Feb 25 18:35:34 2021 (r566550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611845540 -SHA256 (mrdoob-three.js-r125_GH0.tar.gz) = f63a78c49da27b37e83b1c87b080d1253ef8e73999cca41b63e74aac39ad514d -SIZE (mrdoob-three.js-r125_GH0.tar.gz) = 283116859 +TIMESTAMP = 1614277630 +SHA256 (mrdoob-three.js-r126_GH0.tar.gz) = 96d0a93f3af0228d882d023df039bbcf44e6f23ac39f783fbf82336a43393aa0 +SIZE (mrdoob-three.js-r126_GH0.tar.gz) = 268633131 Modified: head/www/threejs/pkg-plist ============================================================================== --- head/www/threejs/pkg-plist Thu Feb 25 18:32:27 2021 (r566549) +++ head/www/threejs/pkg-plist Thu Feb 25 18:35:34 2021 (r566550) @@ -1,395 +1,197 @@ -%%WWWDIR%%/Three.Legacy.d.ts %%WWWDIR%%/Three.Legacy.js -%%WWWDIR%%/Three.d.ts %%WWWDIR%%/Three.js -%%WWWDIR%%/animation/AnimationAction.d.ts %%WWWDIR%%/animation/AnimationAction.js -%%WWWDIR%%/animation/AnimationClip.d.ts %%WWWDIR%%/animation/AnimationClip.js -%%WWWDIR%%/animation/AnimationMixer.d.ts %%WWWDIR%%/animation/AnimationMixer.js -%%WWWDIR%%/animation/AnimationObjectGroup.d.ts %%WWWDIR%%/animation/AnimationObjectGroup.js -%%WWWDIR%%/animation/AnimationUtils.d.ts %%WWWDIR%%/animation/AnimationUtils.js -%%WWWDIR%%/animation/KeyframeTrack.d.ts %%WWWDIR%%/animation/KeyframeTrack.js -%%WWWDIR%%/animation/PropertyBinding.d.ts %%WWWDIR%%/animation/PropertyBinding.js -%%WWWDIR%%/animation/PropertyMixer.d.ts %%WWWDIR%%/animation/PropertyMixer.js -%%WWWDIR%%/animation/tracks/BooleanKeyframeTrack.d.ts %%WWWDIR%%/animation/tracks/BooleanKeyframeTrack.js -%%WWWDIR%%/animation/tracks/ColorKeyframeTrack.d.ts %%WWWDIR%%/animation/tracks/ColorKeyframeTrack.js -%%WWWDIR%%/animation/tracks/NumberKeyframeTrack.d.ts %%WWWDIR%%/animation/tracks/NumberKeyframeTrack.js -%%WWWDIR%%/animation/tracks/QuaternionKeyframeTrack.d.ts %%WWWDIR%%/animation/tracks/QuaternionKeyframeTrack.js -%%WWWDIR%%/animation/tracks/StringKeyframeTrack.d.ts %%WWWDIR%%/animation/tracks/StringKeyframeTrack.js -%%WWWDIR%%/animation/tracks/VectorKeyframeTrack.d.ts %%WWWDIR%%/animation/tracks/VectorKeyframeTrack.js -%%WWWDIR%%/audio/Audio.d.ts %%WWWDIR%%/audio/Audio.js -%%WWWDIR%%/audio/AudioAnalyser.d.ts %%WWWDIR%%/audio/AudioAnalyser.js -%%WWWDIR%%/audio/AudioContext.d.ts %%WWWDIR%%/audio/AudioContext.js -%%WWWDIR%%/audio/AudioListener.d.ts %%WWWDIR%%/audio/AudioListener.js -%%WWWDIR%%/audio/PositionalAudio.d.ts %%WWWDIR%%/audio/PositionalAudio.js -%%WWWDIR%%/cameras/ArrayCamera.d.ts %%WWWDIR%%/cameras/ArrayCamera.js -%%WWWDIR%%/cameras/Camera.d.ts %%WWWDIR%%/cameras/Camera.js -%%WWWDIR%%/cameras/CubeCamera.d.ts %%WWWDIR%%/cameras/CubeCamera.js -%%WWWDIR%%/cameras/OrthographicCamera.d.ts %%WWWDIR%%/cameras/OrthographicCamera.js -%%WWWDIR%%/cameras/PerspectiveCamera.d.ts %%WWWDIR%%/cameras/PerspectiveCamera.js -%%WWWDIR%%/cameras/StereoCamera.d.ts %%WWWDIR%%/cameras/StereoCamera.js -%%WWWDIR%%/constants.d.ts %%WWWDIR%%/constants.js -%%WWWDIR%%/core/BufferAttribute.d.ts %%WWWDIR%%/core/BufferAttribute.js -%%WWWDIR%%/core/BufferGeometry.d.ts %%WWWDIR%%/core/BufferGeometry.js -%%WWWDIR%%/core/Clock.d.ts %%WWWDIR%%/core/Clock.js -%%WWWDIR%%/core/EventDispatcher.d.ts %%WWWDIR%%/core/EventDispatcher.js -%%WWWDIR%%/core/Face3.d.ts -%%WWWDIR%%/core/Face3.js -%%WWWDIR%%/core/GLBufferAttribute.d.ts %%WWWDIR%%/core/GLBufferAttribute.js -%%WWWDIR%%/core/InstancedBufferAttribute.d.ts %%WWWDIR%%/core/InstancedBufferAttribute.js -%%WWWDIR%%/core/InstancedBufferGeometry.d.ts %%WWWDIR%%/core/InstancedBufferGeometry.js -%%WWWDIR%%/core/InstancedInterleavedBuffer.d.ts %%WWWDIR%%/core/InstancedInterleavedBuffer.js -%%WWWDIR%%/core/InterleavedBuffer.d.ts %%WWWDIR%%/core/InterleavedBuffer.js -%%WWWDIR%%/core/InterleavedBufferAttribute.d.ts %%WWWDIR%%/core/InterleavedBufferAttribute.js -%%WWWDIR%%/core/Layers.d.ts %%WWWDIR%%/core/Layers.js -%%WWWDIR%%/core/Object3D.d.ts %%WWWDIR%%/core/Object3D.js -%%WWWDIR%%/core/Raycaster.d.ts %%WWWDIR%%/core/Raycaster.js -%%WWWDIR%%/core/Uniform.d.ts %%WWWDIR%%/core/Uniform.js -%%WWWDIR%%/extras/DataUtils.d.ts %%WWWDIR%%/extras/DataUtils.js %%WWWDIR%%/extras/Earcut.js -%%WWWDIR%%/extras/ImageUtils.d.ts %%WWWDIR%%/extras/ImageUtils.js -%%WWWDIR%%/extras/PMREMGenerator.d.ts %%WWWDIR%%/extras/PMREMGenerator.js -%%WWWDIR%%/extras/ShapeUtils.d.ts %%WWWDIR%%/extras/ShapeUtils.js -%%WWWDIR%%/extras/core/Curve.d.ts %%WWWDIR%%/extras/core/Curve.js -%%WWWDIR%%/extras/core/CurvePath.d.ts %%WWWDIR%%/extras/core/CurvePath.js -%%WWWDIR%%/extras/core/Font.d.ts %%WWWDIR%%/extras/core/Font.js -%%WWWDIR%%/extras/core/Interpolations.d.ts %%WWWDIR%%/extras/core/Interpolations.js -%%WWWDIR%%/extras/core/Path.d.ts %%WWWDIR%%/extras/core/Path.js -%%WWWDIR%%/extras/core/Shape.d.ts %%WWWDIR%%/extras/core/Shape.js -%%WWWDIR%%/extras/core/ShapePath.d.ts %%WWWDIR%%/extras/core/ShapePath.js -%%WWWDIR%%/extras/curves/ArcCurve.d.ts %%WWWDIR%%/extras/curves/ArcCurve.js -%%WWWDIR%%/extras/curves/CatmullRomCurve3.d.ts %%WWWDIR%%/extras/curves/CatmullRomCurve3.js -%%WWWDIR%%/extras/curves/CubicBezierCurve.d.ts %%WWWDIR%%/extras/curves/CubicBezierCurve.js -%%WWWDIR%%/extras/curves/CubicBezierCurve3.d.ts %%WWWDIR%%/extras/curves/CubicBezierCurve3.js -%%WWWDIR%%/extras/curves/Curves.d.ts %%WWWDIR%%/extras/curves/Curves.js -%%WWWDIR%%/extras/curves/EllipseCurve.d.ts %%WWWDIR%%/extras/curves/EllipseCurve.js -%%WWWDIR%%/extras/curves/LineCurve.d.ts %%WWWDIR%%/extras/curves/LineCurve.js -%%WWWDIR%%/extras/curves/LineCurve3.d.ts %%WWWDIR%%/extras/curves/LineCurve3.js -%%WWWDIR%%/extras/curves/QuadraticBezierCurve.d.ts %%WWWDIR%%/extras/curves/QuadraticBezierCurve.js -%%WWWDIR%%/extras/curves/QuadraticBezierCurve3.d.ts %%WWWDIR%%/extras/curves/QuadraticBezierCurve3.js -%%WWWDIR%%/extras/curves/SplineCurve.d.ts %%WWWDIR%%/extras/curves/SplineCurve.js -%%WWWDIR%%/extras/objects/ImmediateRenderObject.d.ts %%WWWDIR%%/extras/objects/ImmediateRenderObject.js -%%WWWDIR%%/geometries/BoxGeometry.d.ts %%WWWDIR%%/geometries/BoxGeometry.js -%%WWWDIR%%/geometries/CircleGeometry.d.ts %%WWWDIR%%/geometries/CircleGeometry.js -%%WWWDIR%%/geometries/ConeGeometry.d.ts %%WWWDIR%%/geometries/ConeGeometry.js -%%WWWDIR%%/geometries/CylinderGeometry.d.ts %%WWWDIR%%/geometries/CylinderGeometry.js -%%WWWDIR%%/geometries/DodecahedronGeometry.d.ts %%WWWDIR%%/geometries/DodecahedronGeometry.js -%%WWWDIR%%/geometries/EdgesGeometry.d.ts %%WWWDIR%%/geometries/EdgesGeometry.js -%%WWWDIR%%/geometries/ExtrudeGeometry.d.ts %%WWWDIR%%/geometries/ExtrudeGeometry.js -%%WWWDIR%%/geometries/Geometries.d.ts %%WWWDIR%%/geometries/Geometries.js -%%WWWDIR%%/geometries/IcosahedronGeometry.d.ts %%WWWDIR%%/geometries/IcosahedronGeometry.js -%%WWWDIR%%/geometries/LatheGeometry.d.ts %%WWWDIR%%/geometries/LatheGeometry.js -%%WWWDIR%%/geometries/OctahedronGeometry.d.ts %%WWWDIR%%/geometries/OctahedronGeometry.js -%%WWWDIR%%/geometries/ParametricGeometry.d.ts %%WWWDIR%%/geometries/ParametricGeometry.js -%%WWWDIR%%/geometries/PlaneGeometry.d.ts %%WWWDIR%%/geometries/PlaneGeometry.js -%%WWWDIR%%/geometries/PolyhedronGeometry.d.ts %%WWWDIR%%/geometries/PolyhedronGeometry.js -%%WWWDIR%%/geometries/RingGeometry.d.ts %%WWWDIR%%/geometries/RingGeometry.js -%%WWWDIR%%/geometries/ShapeGeometry.d.ts %%WWWDIR%%/geometries/ShapeGeometry.js -%%WWWDIR%%/geometries/SphereGeometry.d.ts %%WWWDIR%%/geometries/SphereGeometry.js -%%WWWDIR%%/geometries/TetrahedronGeometry.d.ts %%WWWDIR%%/geometries/TetrahedronGeometry.js -%%WWWDIR%%/geometries/TextGeometry.d.ts %%WWWDIR%%/geometries/TextGeometry.js -%%WWWDIR%%/geometries/TorusGeometry.d.ts %%WWWDIR%%/geometries/TorusGeometry.js -%%WWWDIR%%/geometries/TorusKnotGeometry.d.ts %%WWWDIR%%/geometries/TorusKnotGeometry.js -%%WWWDIR%%/geometries/TubeGeometry.d.ts %%WWWDIR%%/geometries/TubeGeometry.js -%%WWWDIR%%/geometries/WireframeGeometry.d.ts %%WWWDIR%%/geometries/WireframeGeometry.js -%%WWWDIR%%/helpers/ArrowHelper.d.ts %%WWWDIR%%/helpers/ArrowHelper.js -%%WWWDIR%%/helpers/AxesHelper.d.ts %%WWWDIR%%/helpers/AxesHelper.js -%%WWWDIR%%/helpers/Box3Helper.d.ts %%WWWDIR%%/helpers/Box3Helper.js -%%WWWDIR%%/helpers/BoxHelper.d.ts %%WWWDIR%%/helpers/BoxHelper.js -%%WWWDIR%%/helpers/CameraHelper.d.ts %%WWWDIR%%/helpers/CameraHelper.js -%%WWWDIR%%/helpers/DirectionalLightHelper.d.ts %%WWWDIR%%/helpers/DirectionalLightHelper.js -%%WWWDIR%%/helpers/GridHelper.d.ts %%WWWDIR%%/helpers/GridHelper.js -%%WWWDIR%%/helpers/HemisphereLightHelper.d.ts %%WWWDIR%%/helpers/HemisphereLightHelper.js -%%WWWDIR%%/helpers/PlaneHelper.d.ts %%WWWDIR%%/helpers/PlaneHelper.js -%%WWWDIR%%/helpers/PointLightHelper.d.ts %%WWWDIR%%/helpers/PointLightHelper.js -%%WWWDIR%%/helpers/PolarGridHelper.d.ts %%WWWDIR%%/helpers/PolarGridHelper.js -%%WWWDIR%%/helpers/SkeletonHelper.d.ts %%WWWDIR%%/helpers/SkeletonHelper.js -%%WWWDIR%%/helpers/SpotLightHelper.d.ts %%WWWDIR%%/helpers/SpotLightHelper.js -%%WWWDIR%%/lights/AmbientLight.d.ts %%WWWDIR%%/lights/AmbientLight.js -%%WWWDIR%%/lights/AmbientLightProbe.d.ts %%WWWDIR%%/lights/AmbientLightProbe.js -%%WWWDIR%%/lights/DirectionalLight.d.ts %%WWWDIR%%/lights/DirectionalLight.js -%%WWWDIR%%/lights/DirectionalLightShadow.d.ts %%WWWDIR%%/lights/DirectionalLightShadow.js -%%WWWDIR%%/lights/HemisphereLight.d.ts %%WWWDIR%%/lights/HemisphereLight.js -%%WWWDIR%%/lights/HemisphereLightProbe.d.ts %%WWWDIR%%/lights/HemisphereLightProbe.js -%%WWWDIR%%/lights/Light.d.ts %%WWWDIR%%/lights/Light.js -%%WWWDIR%%/lights/LightProbe.d.ts %%WWWDIR%%/lights/LightProbe.js -%%WWWDIR%%/lights/LightShadow.d.ts %%WWWDIR%%/lights/LightShadow.js -%%WWWDIR%%/lights/PointLight.d.ts %%WWWDIR%%/lights/PointLight.js -%%WWWDIR%%/lights/PointLightShadow.d.ts %%WWWDIR%%/lights/PointLightShadow.js -%%WWWDIR%%/lights/RectAreaLight.d.ts %%WWWDIR%%/lights/RectAreaLight.js -%%WWWDIR%%/lights/SpotLight.d.ts %%WWWDIR%%/lights/SpotLight.js -%%WWWDIR%%/lights/SpotLightShadow.d.ts %%WWWDIR%%/lights/SpotLightShadow.js -%%WWWDIR%%/loaders/AnimationLoader.d.ts %%WWWDIR%%/loaders/AnimationLoader.js -%%WWWDIR%%/loaders/AudioLoader.d.ts %%WWWDIR%%/loaders/AudioLoader.js -%%WWWDIR%%/loaders/BufferGeometryLoader.d.ts %%WWWDIR%%/loaders/BufferGeometryLoader.js -%%WWWDIR%%/loaders/Cache.d.ts %%WWWDIR%%/loaders/Cache.js -%%WWWDIR%%/loaders/CompressedTextureLoader.d.ts %%WWWDIR%%/loaders/CompressedTextureLoader.js -%%WWWDIR%%/loaders/CubeTextureLoader.d.ts %%WWWDIR%%/loaders/CubeTextureLoader.js -%%WWWDIR%%/loaders/DataTextureLoader.d.ts %%WWWDIR%%/loaders/DataTextureLoader.js -%%WWWDIR%%/loaders/FileLoader.d.ts %%WWWDIR%%/loaders/FileLoader.js -%%WWWDIR%%/loaders/FontLoader.d.ts %%WWWDIR%%/loaders/FontLoader.js -%%WWWDIR%%/loaders/ImageBitmapLoader.d.ts %%WWWDIR%%/loaders/ImageBitmapLoader.js -%%WWWDIR%%/loaders/ImageLoader.d.ts %%WWWDIR%%/loaders/ImageLoader.js -%%WWWDIR%%/loaders/Loader.d.ts %%WWWDIR%%/loaders/Loader.js -%%WWWDIR%%/loaders/LoaderUtils.d.ts %%WWWDIR%%/loaders/LoaderUtils.js -%%WWWDIR%%/loaders/LoadingManager.d.ts %%WWWDIR%%/loaders/LoadingManager.js -%%WWWDIR%%/loaders/MaterialLoader.d.ts %%WWWDIR%%/loaders/MaterialLoader.js -%%WWWDIR%%/loaders/ObjectLoader.d.ts %%WWWDIR%%/loaders/ObjectLoader.js -%%WWWDIR%%/loaders/TextureLoader.d.ts %%WWWDIR%%/loaders/TextureLoader.js -%%WWWDIR%%/materials/LineBasicMaterial.d.ts %%WWWDIR%%/materials/LineBasicMaterial.js -%%WWWDIR%%/materials/LineDashedMaterial.d.ts %%WWWDIR%%/materials/LineDashedMaterial.js -%%WWWDIR%%/materials/Material.d.ts %%WWWDIR%%/materials/Material.js -%%WWWDIR%%/materials/Materials.d.ts %%WWWDIR%%/materials/Materials.js -%%WWWDIR%%/materials/MeshBasicMaterial.d.ts %%WWWDIR%%/materials/MeshBasicMaterial.js -%%WWWDIR%%/materials/MeshDepthMaterial.d.ts %%WWWDIR%%/materials/MeshDepthMaterial.js -%%WWWDIR%%/materials/MeshDistanceMaterial.d.ts %%WWWDIR%%/materials/MeshDistanceMaterial.js -%%WWWDIR%%/materials/MeshLambertMaterial.d.ts %%WWWDIR%%/materials/MeshLambertMaterial.js -%%WWWDIR%%/materials/MeshMatcapMaterial.d.ts %%WWWDIR%%/materials/MeshMatcapMaterial.js -%%WWWDIR%%/materials/MeshNormalMaterial.d.ts %%WWWDIR%%/materials/MeshNormalMaterial.js -%%WWWDIR%%/materials/MeshPhongMaterial.d.ts %%WWWDIR%%/materials/MeshPhongMaterial.js -%%WWWDIR%%/materials/MeshPhysicalMaterial.d.ts %%WWWDIR%%/materials/MeshPhysicalMaterial.js -%%WWWDIR%%/materials/MeshStandardMaterial.d.ts %%WWWDIR%%/materials/MeshStandardMaterial.js -%%WWWDIR%%/materials/MeshToonMaterial.d.ts %%WWWDIR%%/materials/MeshToonMaterial.js -%%WWWDIR%%/materials/PointsMaterial.d.ts %%WWWDIR%%/materials/PointsMaterial.js -%%WWWDIR%%/materials/RawShaderMaterial.d.ts %%WWWDIR%%/materials/RawShaderMaterial.js -%%WWWDIR%%/materials/ShaderMaterial.d.ts %%WWWDIR%%/materials/ShaderMaterial.js -%%WWWDIR%%/materials/ShadowMaterial.d.ts %%WWWDIR%%/materials/ShadowMaterial.js -%%WWWDIR%%/materials/SpriteMaterial.d.ts %%WWWDIR%%/materials/SpriteMaterial.js -%%WWWDIR%%/math/Box2.d.ts %%WWWDIR%%/math/Box2.js -%%WWWDIR%%/math/Box3.d.ts %%WWWDIR%%/math/Box3.js -%%WWWDIR%%/math/Color.d.ts %%WWWDIR%%/math/Color.js -%%WWWDIR%%/math/Cylindrical.d.ts %%WWWDIR%%/math/Cylindrical.js -%%WWWDIR%%/math/Euler.d.ts %%WWWDIR%%/math/Euler.js -%%WWWDIR%%/math/Frustum.d.ts %%WWWDIR%%/math/Frustum.js -%%WWWDIR%%/math/Interpolant.d.ts %%WWWDIR%%/math/Interpolant.js -%%WWWDIR%%/math/Line3.d.ts %%WWWDIR%%/math/Line3.js -%%WWWDIR%%/math/MathUtils.d.ts %%WWWDIR%%/math/MathUtils.js -%%WWWDIR%%/math/Matrix3.d.ts %%WWWDIR%%/math/Matrix3.js -%%WWWDIR%%/math/Matrix4.d.ts %%WWWDIR%%/math/Matrix4.js -%%WWWDIR%%/math/Plane.d.ts %%WWWDIR%%/math/Plane.js -%%WWWDIR%%/math/Quaternion.d.ts %%WWWDIR%%/math/Quaternion.js -%%WWWDIR%%/math/Ray.d.ts %%WWWDIR%%/math/Ray.js -%%WWWDIR%%/math/Sphere.d.ts %%WWWDIR%%/math/Sphere.js -%%WWWDIR%%/math/Spherical.d.ts %%WWWDIR%%/math/Spherical.js -%%WWWDIR%%/math/SphericalHarmonics3.d.ts %%WWWDIR%%/math/SphericalHarmonics3.js -%%WWWDIR%%/math/Triangle.d.ts %%WWWDIR%%/math/Triangle.js -%%WWWDIR%%/math/Vector2.d.ts %%WWWDIR%%/math/Vector2.js -%%WWWDIR%%/math/Vector3.d.ts %%WWWDIR%%/math/Vector3.js -%%WWWDIR%%/math/Vector4.d.ts %%WWWDIR%%/math/Vector4.js -%%WWWDIR%%/math/interpolants/CubicInterpolant.d.ts %%WWWDIR%%/math/interpolants/CubicInterpolant.js -%%WWWDIR%%/math/interpolants/DiscreteInterpolant.d.ts %%WWWDIR%%/math/interpolants/DiscreteInterpolant.js -%%WWWDIR%%/math/interpolants/LinearInterpolant.d.ts %%WWWDIR%%/math/interpolants/LinearInterpolant.js -%%WWWDIR%%/math/interpolants/QuaternionLinearInterpolant.d.ts %%WWWDIR%%/math/interpolants/QuaternionLinearInterpolant.js -%%WWWDIR%%/objects/Bone.d.ts %%WWWDIR%%/objects/Bone.js -%%WWWDIR%%/objects/Group.d.ts %%WWWDIR%%/objects/Group.js -%%WWWDIR%%/objects/InstancedMesh.d.ts %%WWWDIR%%/objects/InstancedMesh.js -%%WWWDIR%%/objects/LOD.d.ts %%WWWDIR%%/objects/LOD.js -%%WWWDIR%%/objects/Line.d.ts %%WWWDIR%%/objects/Line.js -%%WWWDIR%%/objects/LineLoop.d.ts %%WWWDIR%%/objects/LineLoop.js -%%WWWDIR%%/objects/LineSegments.d.ts %%WWWDIR%%/objects/LineSegments.js -%%WWWDIR%%/objects/Mesh.d.ts %%WWWDIR%%/objects/Mesh.js -%%WWWDIR%%/objects/Points.d.ts %%WWWDIR%%/objects/Points.js -%%WWWDIR%%/objects/Skeleton.d.ts %%WWWDIR%%/objects/Skeleton.js -%%WWWDIR%%/objects/SkinnedMesh.d.ts %%WWWDIR%%/objects/SkinnedMesh.js -%%WWWDIR%%/objects/Sprite.d.ts %%WWWDIR%%/objects/Sprite.js -%%WWWDIR%%/polyfills.d.ts -%%WWWDIR%%/polyfills.js -%%WWWDIR%%/renderers/WebGL1Renderer.d.ts %%WWWDIR%%/renderers/WebGL1Renderer.js -%%WWWDIR%%/renderers/WebGLCubeRenderTarget.d.ts %%WWWDIR%%/renderers/WebGLCubeRenderTarget.js -%%WWWDIR%%/renderers/WebGLMultisampleRenderTarget.d.ts %%WWWDIR%%/renderers/WebGLMultisampleRenderTarget.js -%%WWWDIR%%/renderers/WebGLRenderTarget.d.ts %%WWWDIR%%/renderers/WebGLRenderTarget.js -%%WWWDIR%%/renderers/WebGLRenderer.d.ts %%WWWDIR%%/renderers/WebGLRenderer.js -%%WWWDIR%%/renderers/shaders/ShaderChunk.d.ts %%WWWDIR%%/renderers/shaders/ShaderChunk.js %%WWWDIR%%/renderers/shaders/ShaderChunk/alphamap_fragment.glsl.js %%WWWDIR%%/renderers/shaders/ShaderChunk/alphamap_pars_fragment.glsl.js @@ -490,7 +292,6 @@ %%WWWDIR%%/renderers/shaders/ShaderChunk/uv_pars_vertex.glsl.js %%WWWDIR%%/renderers/shaders/ShaderChunk/uv_vertex.glsl.js %%WWWDIR%%/renderers/shaders/ShaderChunk/worldpos_vertex.glsl.js -%%WWWDIR%%/renderers/shaders/ShaderLib.d.ts %%WWWDIR%%/renderers/shaders/ShaderLib.js %%WWWDIR%%/renderers/shaders/ShaderLib/background_frag.glsl.js %%WWWDIR%%/renderers/shaders/ShaderLib/background_vert.glsl.js @@ -526,92 +327,47 @@ %%WWWDIR%%/renderers/shaders/ShaderLib/sprite_vert.glsl.js %%WWWDIR%%/renderers/shaders/ShaderLib/vsm_frag.glsl.js %%WWWDIR%%/renderers/shaders/ShaderLib/vsm_vert.glsl.js -%%WWWDIR%%/renderers/shaders/UniformsLib.d.ts %%WWWDIR%%/renderers/shaders/UniformsLib.js -%%WWWDIR%%/renderers/shaders/UniformsUtils.d.ts %%WWWDIR%%/renderers/shaders/UniformsUtils.js -%%WWWDIR%%/renderers/webgl/WebGLAnimation.d.ts %%WWWDIR%%/renderers/webgl/WebGLAnimation.js -%%WWWDIR%%/renderers/webgl/WebGLAttributes.d.ts %%WWWDIR%%/renderers/webgl/WebGLAttributes.js -%%WWWDIR%%/renderers/webgl/WebGLBackground.d.ts %%WWWDIR%%/renderers/webgl/WebGLBackground.js -%%WWWDIR%%/renderers/webgl/WebGLBindingStates.d.ts %%WWWDIR%%/renderers/webgl/WebGLBindingStates.js -%%WWWDIR%%/renderers/webgl/WebGLBufferRenderer.d.ts %%WWWDIR%%/renderers/webgl/WebGLBufferRenderer.js -%%WWWDIR%%/renderers/webgl/WebGLCapabilities.d.ts %%WWWDIR%%/renderers/webgl/WebGLCapabilities.js -%%WWWDIR%%/renderers/webgl/WebGLClipping.d.ts %%WWWDIR%%/renderers/webgl/WebGLClipping.js -%%WWWDIR%%/renderers/webgl/WebGLCubeMaps.d.ts %%WWWDIR%%/renderers/webgl/WebGLCubeMaps.js -%%WWWDIR%%/renderers/webgl/WebGLExtensions.d.ts %%WWWDIR%%/renderers/webgl/WebGLExtensions.js -%%WWWDIR%%/renderers/webgl/WebGLGeometries.d.ts %%WWWDIR%%/renderers/webgl/WebGLGeometries.js -%%WWWDIR%%/renderers/webgl/WebGLIndexedBufferRenderer.d.ts %%WWWDIR%%/renderers/webgl/WebGLIndexedBufferRenderer.js -%%WWWDIR%%/renderers/webgl/WebGLInfo.d.ts %%WWWDIR%%/renderers/webgl/WebGLInfo.js -%%WWWDIR%%/renderers/webgl/WebGLLights.d.ts %%WWWDIR%%/renderers/webgl/WebGLLights.js -%%WWWDIR%%/renderers/webgl/WebGLMaterials.d.ts %%WWWDIR%%/renderers/webgl/WebGLMaterials.js -%%WWWDIR%%/renderers/webgl/WebGLMorphtargets.d.ts %%WWWDIR%%/renderers/webgl/WebGLMorphtargets.js -%%WWWDIR%%/renderers/webgl/WebGLObjects.d.ts %%WWWDIR%%/renderers/webgl/WebGLObjects.js -%%WWWDIR%%/renderers/webgl/WebGLProgram.d.ts %%WWWDIR%%/renderers/webgl/WebGLProgram.js -%%WWWDIR%%/renderers/webgl/WebGLPrograms.d.ts %%WWWDIR%%/renderers/webgl/WebGLPrograms.js -%%WWWDIR%%/renderers/webgl/WebGLProperties.d.ts %%WWWDIR%%/renderers/webgl/WebGLProperties.js -%%WWWDIR%%/renderers/webgl/WebGLRenderLists.d.ts %%WWWDIR%%/renderers/webgl/WebGLRenderLists.js -%%WWWDIR%%/renderers/webgl/WebGLRenderStates.d.ts %%WWWDIR%%/renderers/webgl/WebGLRenderStates.js -%%WWWDIR%%/renderers/webgl/WebGLShader.d.ts %%WWWDIR%%/renderers/webgl/WebGLShader.js -%%WWWDIR%%/renderers/webgl/WebGLShadowMap.d.ts %%WWWDIR%%/renderers/webgl/WebGLShadowMap.js -%%WWWDIR%%/renderers/webgl/WebGLState.d.ts %%WWWDIR%%/renderers/webgl/WebGLState.js -%%WWWDIR%%/renderers/webgl/WebGLTextures.d.ts %%WWWDIR%%/renderers/webgl/WebGLTextures.js -%%WWWDIR%%/renderers/webgl/WebGLUniforms.d.ts %%WWWDIR%%/renderers/webgl/WebGLUniforms.js -%%WWWDIR%%/renderers/webgl/WebGLUtils.d.ts %%WWWDIR%%/renderers/webgl/WebGLUtils.js -%%WWWDIR%%/renderers/webxr/WebXR.d.ts -%%WWWDIR%%/renderers/webxr/WebXRController.d.ts %%WWWDIR%%/renderers/webxr/WebXRController.js -%%WWWDIR%%/renderers/webxr/WebXRManager.d.ts %%WWWDIR%%/renderers/webxr/WebXRManager.js -%%WWWDIR%%/scenes/Fog.d.ts %%WWWDIR%%/scenes/Fog.js -%%WWWDIR%%/scenes/FogExp2.d.ts %%WWWDIR%%/scenes/FogExp2.js -%%WWWDIR%%/scenes/Scene.d.ts %%WWWDIR%%/scenes/Scene.js -%%WWWDIR%%/textures/CanvasTexture.d.ts %%WWWDIR%%/textures/CanvasTexture.js -%%WWWDIR%%/textures/CompressedTexture.d.ts %%WWWDIR%%/textures/CompressedTexture.js -%%WWWDIR%%/textures/CubeTexture.d.ts %%WWWDIR%%/textures/CubeTexture.js -%%WWWDIR%%/textures/DataTexture.d.ts %%WWWDIR%%/textures/DataTexture.js -%%WWWDIR%%/textures/DataTexture2DArray.d.ts %%WWWDIR%%/textures/DataTexture2DArray.js -%%WWWDIR%%/textures/DataTexture3D.d.ts %%WWWDIR%%/textures/DataTexture3D.js -%%WWWDIR%%/textures/DepthTexture.d.ts %%WWWDIR%%/textures/DepthTexture.js -%%WWWDIR%%/textures/Texture.d.ts %%WWWDIR%%/textures/Texture.js -%%WWWDIR%%/textures/VideoTexture.d.ts %%WWWDIR%%/textures/VideoTexture.js -%%WWWDIR%%/utils.d.ts %%WWWDIR%%/utils.js