@types/three 0.155.1 → 0.157.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- three/LICENSE +0 -0
- three/README.md +2 -2
- three/build/three.d.cts +0 -0
- three/build/three.d.ts +0 -0
- three/build/three.min.d.ts +0 -0
- three/build/three.module.d.ts +0 -0
- three/build/three.module.min.d.ts +0 -0
- three/examples/jsm/animation/AnimationClipCreator.d.ts +0 -0
- three/examples/jsm/animation/CCDIKSolver.d.ts +7 -7
- three/examples/jsm/animation/MMDAnimationHelper.d.ts +0 -0
- three/examples/jsm/animation/MMDPhysics.d.ts +0 -0
- three/examples/jsm/cameras/CinematicCamera.d.ts +0 -0
- three/examples/jsm/capabilities/WebGL.d.ts +1 -0
- three/examples/jsm/controls/ArcballControls.d.ts +7 -1
- three/examples/jsm/controls/DragControls.d.ts +10 -1
- three/examples/jsm/controls/FirstPersonControls.d.ts +0 -0
- three/examples/jsm/controls/FlyControls.d.ts +5 -1
- three/examples/jsm/controls/MapControls.d.ts +0 -0
- three/examples/jsm/controls/OrbitControls.d.ts +21 -19
- three/examples/jsm/controls/PointerLockControls.d.ts +0 -0
- three/examples/jsm/controls/TrackballControls.d.ts +12 -2
- three/examples/jsm/controls/TransformControls.d.ts +40 -3
- three/examples/jsm/csm/CSM.d.ts +0 -0
- three/examples/jsm/csm/CSMFrustum.d.ts +0 -0
- three/examples/jsm/csm/CSMHelper.d.ts +0 -0
- three/examples/jsm/csm/CSMShader.d.ts +0 -0
- three/examples/jsm/curves/CurveExtras.d.ts +0 -0
- three/examples/jsm/curves/NURBSCurve.d.ts +8 -2
- three/examples/jsm/curves/NURBSSurface.d.ts +0 -0
- three/examples/jsm/curves/NURBSUtils.d.ts +0 -0
- three/examples/jsm/deprecated/Geometry.d.ts +0 -0
- three/examples/jsm/effects/AnaglyphEffect.d.ts +0 -0
- three/examples/jsm/effects/AsciiEffect.d.ts +0 -0
- three/examples/jsm/effects/OutlineEffect.d.ts +0 -0
- three/examples/jsm/effects/ParallaxBarrierEffect.d.ts +0 -0
- three/examples/jsm/effects/PeppersGhostEffect.d.ts +0 -0
- three/examples/jsm/effects/StereoEffect.d.ts +0 -0
- three/examples/jsm/environments/DebugEnvironment.d.ts +5 -0
- three/examples/jsm/environments/RoomEnvironment.d.ts +0 -0
- three/examples/jsm/exporters/DRACOExporter.d.ts +0 -0
- three/examples/jsm/exporters/EXRExporter.d.ts +2 -1
- three/examples/jsm/exporters/GLTFExporter.d.ts +0 -0
- three/examples/jsm/exporters/KTX2Exporter.d.ts +0 -0
- three/examples/jsm/exporters/MMDExporter.d.ts +0 -0
- three/examples/jsm/exporters/OBJExporter.d.ts +0 -0
- three/examples/jsm/exporters/PLYExporter.d.ts +0 -0
- three/examples/jsm/exporters/STLExporter.d.ts +0 -0
- three/examples/jsm/exporters/USDZExporter.d.ts +0 -0
- three/examples/jsm/geometries/BoxLineGeometry.d.ts +0 -0
- three/examples/jsm/geometries/ConvexGeometry.d.ts +0 -0
- three/examples/jsm/geometries/DecalGeometry.d.ts +0 -0
- three/examples/jsm/geometries/ParametricGeometries.d.ts +0 -0
- three/examples/jsm/geometries/ParametricGeometry.d.ts +0 -0
- three/examples/jsm/geometries/RoundedBoxGeometry.d.ts +0 -0
- three/examples/jsm/geometries/TeapotGeometry.d.ts +0 -0
- three/examples/jsm/geometries/TextGeometry.d.ts +0 -0
- three/examples/jsm/helpers/LightProbeHelper.d.ts +0 -0
- three/examples/jsm/helpers/OctreeHelper.d.ts +0 -0
- three/examples/jsm/helpers/PositionalAudioHelper.d.ts +0 -0
- three/examples/jsm/helpers/RectAreaLightHelper.d.ts +0 -0
- three/examples/jsm/helpers/VertexNormalsHelper.d.ts +0 -0
- three/examples/jsm/helpers/VertexTangentsHelper.d.ts +0 -0
- three/examples/jsm/helpers/ViewHelper.d.ts +0 -0
- three/examples/jsm/interactive/HTMLMesh.d.ts +0 -0
- three/examples/jsm/interactive/InteractiveGroup.d.ts +14 -1
- three/examples/jsm/interactive/SelectionBox.d.ts +0 -0
- three/examples/jsm/interactive/SelectionHelper.d.ts +1 -0
- three/examples/jsm/libs/fflate.module.d.ts +0 -0
- three/examples/jsm/libs/lil-gui.module.min.d.ts +609 -1
- three/examples/jsm/libs/meshopt_decoder.module.d.ts +0 -0
- three/examples/jsm/libs/stats.module.d.ts +0 -0
- three/examples/jsm/libs/tween.module.d.ts +219 -2
- three/examples/jsm/lights/LightProbeGenerator.d.ts +0 -0
- three/examples/jsm/lights/RectAreaLightUniformsLib.d.ts +0 -0
- three/examples/jsm/lines/Line2.d.ts +0 -0
- three/examples/jsm/lines/LineGeometry.d.ts +0 -0
- three/examples/jsm/lines/LineMaterial.d.ts +0 -0
- three/examples/jsm/lines/LineSegments2.d.ts +0 -0
- three/examples/jsm/lines/LineSegmentsGeometry.d.ts +0 -0
- three/examples/jsm/lines/Wireframe.d.ts +0 -0
- three/examples/jsm/lines/WireframeGeometry2.d.ts +0 -0
- three/examples/jsm/loaders/3DMLoader.d.ts +1 -8
- three/examples/jsm/loaders/3MFLoader.d.ts +1 -8
- three/examples/jsm/loaders/AMFLoader.d.ts +1 -8
- three/examples/jsm/loaders/BVHLoader.d.ts +1 -8
- three/examples/jsm/loaders/ColladaLoader.d.ts +1 -8
- three/examples/jsm/loaders/DDSLoader.d.ts +0 -0
- three/examples/jsm/loaders/DRACOLoader.d.ts +8 -7
- three/examples/jsm/loaders/EXRLoader.d.ts +0 -0
- three/examples/jsm/loaders/FBXLoader.d.ts +1 -8
- three/examples/jsm/loaders/FontLoader.d.ts +4 -4
- three/examples/jsm/loaders/GCodeLoader.d.ts +1 -8
- three/examples/jsm/loaders/GLTFLoader.d.ts +1 -9
- three/examples/jsm/loaders/HDRCubeTextureLoader.d.ts +5 -5
- three/examples/jsm/loaders/KMZLoader.d.ts +1 -8
- three/examples/jsm/loaders/KTX2Loader.d.ts +0 -0
- three/examples/jsm/loaders/KTXLoader.d.ts +0 -0
- three/examples/jsm/loaders/LDrawLoader.d.ts +1 -8
- three/examples/jsm/loaders/LUT3dlLoader.d.ts +1 -8
- three/examples/jsm/loaders/LUTCubeLoader.d.ts +1 -8
- three/examples/jsm/loaders/LWOLoader.d.ts +1 -8
- three/examples/jsm/loaders/LogLuvLoader.d.ts +0 -0
- three/examples/jsm/loaders/LottieLoader.d.ts +4 -5
- three/examples/jsm/loaders/MD2Loader.d.ts +1 -8
- three/examples/jsm/loaders/MDDLoader.d.ts +1 -8
- three/examples/jsm/loaders/MMDLoader.d.ts +1 -8
- three/examples/jsm/loaders/MTLLoader.d.ts +1 -9
- three/examples/jsm/loaders/NRRDLoader.d.ts +1 -7
- three/examples/jsm/loaders/OBJLoader.d.ts +1 -8
- three/examples/jsm/loaders/PCDLoader.d.ts +1 -8
- three/examples/jsm/loaders/PDBLoader.d.ts +1 -8
- three/examples/jsm/loaders/PLYLoader.d.ts +1 -8
- three/examples/jsm/loaders/PVRLoader.d.ts +0 -0
- three/examples/jsm/loaders/RGBELoader.d.ts +0 -0
- three/examples/jsm/loaders/RGBMLoader.d.ts +0 -0
- three/examples/jsm/loaders/STLLoader.d.ts +1 -8
- three/examples/jsm/loaders/SVGLoader.d.ts +1 -8
- three/examples/jsm/loaders/TDSLoader.d.ts +1 -8
- three/examples/jsm/loaders/TGALoader.d.ts +0 -7
- three/examples/jsm/loaders/TIFFLoader.d.ts +0 -0
- three/examples/jsm/loaders/TTFLoader.d.ts +1 -8
- three/examples/jsm/loaders/TiltLoader.d.ts +1 -8
- three/examples/jsm/loaders/USDZLoader.d.ts +1 -9
- three/examples/jsm/loaders/VOXLoader.d.ts +1 -8
- three/examples/jsm/loaders/VRMLLoader.d.ts +1 -8
- three/examples/jsm/loaders/VTKLoader.d.ts +1 -8
- three/examples/jsm/loaders/XYZLoader.d.ts +1 -8
- three/examples/jsm/materials/MeshGouraudMaterial.d.ts +0 -0
- three/examples/jsm/math/Capsule.d.ts +0 -0
- three/examples/jsm/math/ColorConverter.d.ts +0 -0
- three/examples/jsm/math/ConvexHull.d.ts +0 -0
- three/examples/jsm/math/ImprovedNoise.d.ts +0 -0
- three/examples/jsm/math/Lut.d.ts +0 -0
- three/examples/jsm/math/MeshSurfaceSampler.d.ts +0 -0
- three/examples/jsm/math/OBB.d.ts +0 -0
- three/examples/jsm/math/Octree.d.ts +0 -0
- three/examples/jsm/math/SimplexNoise.d.ts +0 -0
- three/examples/jsm/misc/ConvexObjectBreaker.d.ts +0 -0
- three/examples/jsm/misc/GPUComputationRenderer.d.ts +0 -0
- three/examples/jsm/misc/Gyroscope.d.ts +0 -0
- three/examples/jsm/misc/MD2Character.d.ts +0 -0
- three/examples/jsm/misc/MD2CharacterComplex.d.ts +0 -0
- three/examples/jsm/misc/MorphAnimMesh.d.ts +0 -0
- three/examples/jsm/misc/MorphBlendMesh.d.ts +0 -0
- three/examples/jsm/misc/ProgressiveLightMap.d.ts +0 -0
- three/examples/jsm/misc/RollerCoaster.d.ts +0 -0
- three/examples/jsm/misc/TubePainter.d.ts +0 -0
- three/examples/jsm/misc/Volume.d.ts +0 -0
- three/examples/jsm/misc/VolumeSlice.d.ts +0 -0
- three/examples/jsm/modifiers/CurveModifier.d.ts +0 -0
- three/examples/jsm/modifiers/EdgeSplitModifier.d.ts +0 -0
- three/examples/jsm/modifiers/SimplifyModifier.d.ts +0 -0
- three/examples/jsm/modifiers/TessellateModifier.d.ts +0 -0
- three/examples/jsm/nodes/Nodes.d.ts +0 -0
- three/examples/jsm/nodes/accessors/BitangentNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/BufferNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/CameraNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/CubeTextureNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/InstanceNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/MaterialNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/MaterialReferenceNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/ModelNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/ModelViewProjectionNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/NormalNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/Object3DNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/PointUVNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/PositionNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/ReferenceNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/ReflectVectorNode.d.ts +1 -1
- three/examples/jsm/nodes/accessors/SkinningNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/StorageBufferNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/TangentNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/TextureNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/UVNode.d.ts +0 -0
- three/examples/jsm/nodes/accessors/UserDataNode.d.ts +0 -0
- three/examples/jsm/nodes/code/CodeNode.d.ts +0 -0
- three/examples/jsm/nodes/code/ExpressionNode.d.ts +0 -0
- three/examples/jsm/nodes/code/FunctionCallNode.d.ts +0 -0
- three/examples/jsm/nodes/code/FunctionNode.d.ts +0 -0
- three/examples/jsm/nodes/core/ArrayUniformNode.d.ts +0 -0
- three/examples/jsm/nodes/core/AttributeNode.d.ts +0 -0
- three/examples/jsm/nodes/core/BypassNode.d.ts +0 -0
- three/examples/jsm/nodes/core/CacheNode.d.ts +0 -0
- three/examples/jsm/nodes/core/ConstNode.d.ts +0 -0
- three/examples/jsm/nodes/core/ContextNode.d.ts +0 -0
- three/examples/jsm/nodes/core/InputNode.d.ts +0 -0
- three/examples/jsm/nodes/core/Node.d.ts +1 -1
- three/examples/jsm/nodes/core/NodeAttribute.d.ts +0 -0
- three/examples/jsm/nodes/core/NodeBuilder.d.ts +0 -0
- three/examples/jsm/nodes/core/NodeCache.d.ts +0 -0
- three/examples/jsm/nodes/core/NodeCode.d.ts +0 -0
- three/examples/jsm/nodes/core/NodeFrame.d.ts +0 -0
- three/examples/jsm/nodes/core/NodeFunction.d.ts +0 -0
- three/examples/jsm/nodes/core/NodeFunctionInput.d.ts +0 -0
- three/examples/jsm/nodes/core/NodeKeywords.d.ts +0 -0
- three/examples/jsm/nodes/core/NodeParser.d.ts +0 -0
- three/examples/jsm/nodes/core/NodeUniform.d.ts +0 -0
- three/examples/jsm/nodes/core/NodeUtils.d.ts +0 -0
- three/examples/jsm/nodes/core/NodeVar.d.ts +0 -0
- three/examples/jsm/nodes/core/NodeVarying.d.ts +0 -0
- three/examples/jsm/nodes/core/PropertyNode.d.ts +0 -0
- three/examples/jsm/nodes/core/StackNode.d.ts +0 -0
- three/examples/jsm/nodes/core/TempNode.d.ts +0 -0
- three/examples/jsm/nodes/core/UniformNode.d.ts +0 -0
- three/examples/jsm/nodes/core/VarNode.d.ts +0 -0
- three/examples/jsm/nodes/core/VaryingNode.d.ts +0 -0
- three/examples/jsm/nodes/core/constants.d.ts +0 -0
- three/examples/jsm/nodes/display/BlendModeNode.d.ts +1 -1
- three/examples/jsm/nodes/display/ColorAdjustmentNode.d.ts +0 -0
- three/examples/jsm/nodes/display/ColorSpaceNode.d.ts +0 -0
- three/examples/jsm/nodes/display/FrontFacingNode.d.ts +0 -0
- three/examples/jsm/nodes/display/NormalMapNode.d.ts +0 -0
- three/examples/jsm/nodes/display/PosterizeNode.d.ts +0 -0
- three/examples/jsm/nodes/display/ToneMappingNode.d.ts +0 -0
- three/examples/jsm/nodes/display/ViewportNode.d.ts +0 -0
- three/examples/jsm/nodes/fog/FogExp2Node.d.ts +0 -0
- three/examples/jsm/nodes/fog/FogNode.d.ts +0 -0
- three/examples/jsm/nodes/fog/FogRangeNode.d.ts +0 -0
- three/examples/jsm/nodes/functions/BSDF/BRDF_GGX.d.ts +0 -0
- three/examples/jsm/nodes/functions/BSDF/BRDF_Lambert.d.ts +0 -0
- three/examples/jsm/nodes/functions/BSDF/DFGApprox.d.ts +0 -0
- three/examples/jsm/nodes/functions/BSDF/D_GGX.d.ts +0 -0
- three/examples/jsm/nodes/functions/BSDF/F_Schlick.d.ts +0 -0
- three/examples/jsm/nodes/functions/BSDF/V_GGX_SmithCorrelated.d.ts +0 -0
- three/examples/jsm/nodes/functions/PhysicalLightingModel.d.ts +0 -0
- three/examples/jsm/nodes/functions/material/getGeometryRoughness.d.ts +0 -0
- three/examples/jsm/nodes/functions/material/getRoughness.d.ts +0 -0
- three/examples/jsm/nodes/geometry/RangeNode.d.ts +0 -0
- three/examples/jsm/nodes/gpgpu/ComputeNode.d.ts +0 -0
- three/examples/jsm/nodes/lighting/AONode.d.ts +0 -0
- three/examples/jsm/nodes/lighting/AnalyticLightNode.d.ts +0 -0
- three/examples/jsm/nodes/lighting/EnvironmentNode.d.ts +0 -0
- three/examples/jsm/nodes/lighting/HemisphereLightNode.d.ts +0 -0
- three/examples/jsm/nodes/lighting/LightUtils.d.ts +0 -0
- three/examples/jsm/nodes/lighting/LightingContextNode.d.ts +0 -0
- three/examples/jsm/nodes/lighting/LightingNode.d.ts +0 -0
- three/examples/jsm/nodes/lighting/LightsNode.d.ts +0 -0
- three/examples/jsm/nodes/lighting/PointLightNode.d.ts +0 -0
- three/examples/jsm/nodes/lighting/SpotLightNode.d.ts +0 -0
- three/examples/jsm/nodes/loaders/NodeLoader.d.ts +1 -9
- three/examples/jsm/nodes/loaders/NodeMaterialLoader.d.ts +0 -0
- three/examples/jsm/nodes/loaders/NodeObjectLoader.d.ts +0 -0
- three/examples/jsm/nodes/materials/LineBasicNodeMaterial.d.ts +0 -0
- three/examples/jsm/nodes/materials/Materials.d.ts +0 -0
- three/examples/jsm/nodes/materials/MeshBasicNodeMaterial.d.ts +0 -0
- three/examples/jsm/nodes/materials/MeshPhysicalNodeMaterial.d.ts +0 -0
- three/examples/jsm/nodes/materials/MeshStandardNodeMaterial.d.ts +0 -0
- three/examples/jsm/nodes/materials/NodeMaterial.d.ts +0 -0
- three/examples/jsm/nodes/materials/PointsNodeMaterial.d.ts +0 -0
- three/examples/jsm/nodes/materials/SpriteNodeMaterial.d.ts +0 -0
- three/examples/jsm/nodes/materialx/MaterialXNodes.d.ts +0 -0
- three/examples/jsm/nodes/materialx/lib/mx_hsv.d.ts +0 -0
- three/examples/jsm/nodes/materialx/lib/mx_noise.d.ts +0 -0
- three/examples/jsm/nodes/math/CondNode.d.ts +0 -0
- three/examples/jsm/nodes/math/MathNode.d.ts +0 -0
- three/examples/jsm/nodes/math/OperatorNode.d.ts +0 -0
- three/examples/jsm/nodes/procedural/CheckerNode.d.ts +0 -0
- three/examples/jsm/nodes/shadernode/ShaderNode.d.ts +0 -0
- three/examples/jsm/nodes/shadernode/ShaderNodeBaseElements.d.ts +0 -0
- three/examples/jsm/nodes/shadernode/ShaderNodeElements.d.ts +0 -0
- three/examples/jsm/nodes/utils/ArrayElementNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/ConvertNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/EquirectUVNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/JoinNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/MatcapUVNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/MaxMipLevelNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/OscNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/RemapNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/RotateUVNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/SpecularMIPLevelNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/SplitNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/SpriteSheetUVNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/TimerNode.d.ts +0 -0
- three/examples/jsm/nodes/utils/TriplanarTexturesNode.d.ts +0 -0
- three/examples/jsm/objects/GroundProjectedSkybox.d.ts +0 -0
- three/examples/jsm/objects/Lensflare.d.ts +0 -0
- three/examples/jsm/objects/MarchingCubes.d.ts +0 -0
- three/examples/jsm/objects/Reflector.d.ts +0 -0
- three/examples/jsm/objects/ReflectorForSSRPass.d.ts +0 -0
- three/examples/jsm/objects/Refractor.d.ts +0 -0
- three/examples/jsm/objects/ShadowMesh.d.ts +0 -0
- three/examples/jsm/objects/Sky.d.ts +0 -0
- three/examples/jsm/objects/Water.d.ts +0 -0
- three/examples/jsm/objects/Water2.d.ts +0 -0
- three/examples/jsm/physics/AmmoPhysics.d.ts +0 -0
- three/examples/jsm/physics/RapierPhysics.d.ts +0 -0
- three/examples/jsm/postprocessing/AfterimagePass.d.ts +0 -0
- three/examples/jsm/postprocessing/BloomPass.d.ts +0 -0
- three/examples/jsm/postprocessing/BokehPass.d.ts +0 -0
- three/examples/jsm/postprocessing/ClearPass.d.ts +0 -0
- three/examples/jsm/postprocessing/CubeTexturePass.d.ts +0 -0
- three/examples/jsm/postprocessing/DotScreenPass.d.ts +0 -0
- three/examples/jsm/postprocessing/EffectComposer.d.ts +0 -0
- three/examples/jsm/postprocessing/FilmPass.d.ts +1 -1
- three/examples/jsm/postprocessing/GlitchPass.d.ts +0 -0
- three/examples/jsm/postprocessing/HalftonePass.d.ts +0 -0
- three/examples/jsm/postprocessing/LUTPass.d.ts +0 -0
- three/examples/jsm/postprocessing/MaskPass.d.ts +0 -0
- three/examples/jsm/postprocessing/OutlinePass.d.ts +0 -0
- three/examples/jsm/postprocessing/OutputPass.d.ts +0 -0
- three/examples/jsm/postprocessing/Pass.d.ts +0 -0
- three/examples/jsm/postprocessing/RenderPass.d.ts +15 -5
- three/examples/jsm/postprocessing/RenderPixelatedPass.d.ts +0 -0
- three/examples/jsm/postprocessing/SAOPass.d.ts +1 -10
- three/examples/jsm/postprocessing/SMAAPass.d.ts +0 -0
- three/examples/jsm/postprocessing/SSAARenderPass.d.ts +0 -0
- three/examples/jsm/postprocessing/SSAOPass.d.ts +2 -5
- three/examples/jsm/postprocessing/SSRPass.d.ts +0 -0
- three/examples/jsm/postprocessing/SavePass.d.ts +0 -0
- three/examples/jsm/postprocessing/ShaderPass.d.ts +0 -0
- three/examples/jsm/postprocessing/TAARenderPass.d.ts +0 -0
- three/examples/jsm/postprocessing/TexturePass.d.ts +0 -0
- three/examples/jsm/postprocessing/UnrealBloomPass.d.ts +0 -0
- three/examples/jsm/renderers/CSS2DRenderer.d.ts +0 -0
- three/examples/jsm/renderers/CSS3DRenderer.d.ts +0 -0
- three/examples/jsm/renderers/Projector.d.ts +0 -0
- three/examples/jsm/renderers/SVGRenderer.d.ts +0 -0
- three/examples/jsm/renderers/webgl/nodes/SlotNode.d.ts +0 -0
- three/examples/jsm/renderers/webgl/nodes/WebGLNodeBuilder.d.ts +0 -0
- three/examples/jsm/renderers/webgl/nodes/WebGLNodes.d.ts +0 -0
- three/examples/jsm/shaders/ACESFilmicToneMappingShader.d.ts +0 -0
- three/examples/jsm/shaders/AfterimageShader.d.ts +0 -0
- three/examples/jsm/shaders/BasicShader.d.ts +0 -0
- three/examples/jsm/shaders/BleachBypassShader.d.ts +0 -0
- three/examples/jsm/shaders/BlendShader.d.ts +0 -0
- three/examples/jsm/shaders/BokehShader.d.ts +0 -0
- three/examples/jsm/shaders/BokehShader2.d.ts +0 -0
- three/examples/jsm/shaders/BrightnessContrastShader.d.ts +0 -0
- three/examples/jsm/shaders/ColorCorrectionShader.d.ts +0 -0
- three/examples/jsm/shaders/ColorifyShader.d.ts +0 -0
- three/examples/jsm/shaders/ConvolutionShader.d.ts +0 -0
- three/examples/jsm/shaders/CopyShader.d.ts +0 -0
- three/examples/jsm/shaders/DOFMipMapShader.d.ts +0 -0
- three/examples/jsm/shaders/DepthLimitedBlurShader.d.ts +0 -0
- three/examples/jsm/shaders/DigitalGlitch.d.ts +0 -0
- three/examples/jsm/shaders/DotScreenShader.d.ts +0 -0
- three/examples/jsm/shaders/FXAAShader.d.ts +0 -0
- three/examples/jsm/shaders/FilmShader.d.ts +1 -3
- three/examples/jsm/shaders/FocusShader.d.ts +0 -0
- three/examples/jsm/shaders/FreiChenShader.d.ts +0 -0
- three/examples/jsm/shaders/GammaCorrectionShader.d.ts +0 -0
- three/examples/jsm/shaders/GodRaysShader.d.ts +0 -0
- three/examples/jsm/shaders/HalftoneShader.d.ts +0 -0
- three/examples/jsm/shaders/HorizontalBlurShader.d.ts +0 -0
- three/examples/jsm/shaders/HorizontalTiltShiftShader.d.ts +0 -0
- three/examples/jsm/shaders/HueSaturationShader.d.ts +0 -0
- three/examples/jsm/shaders/KaleidoShader.d.ts +0 -0
- three/examples/jsm/shaders/LuminosityHighPassShader.d.ts +0 -0
- three/examples/jsm/shaders/LuminosityShader.d.ts +0 -0
- three/examples/jsm/shaders/MirrorShader.d.ts +0 -0
- three/examples/jsm/shaders/NormalMapShader.d.ts +0 -0
- three/examples/jsm/shaders/OutputShader.d.ts +0 -0
- three/examples/jsm/shaders/RGBShiftShader.d.ts +0 -0
- three/examples/jsm/shaders/SAOShader.d.ts +0 -2
- three/examples/jsm/shaders/SMAAShader.d.ts +0 -0
- three/examples/jsm/shaders/SSAOShader.d.ts +0 -1
- three/examples/jsm/shaders/SSRShader.d.ts +0 -0
- three/examples/jsm/shaders/SepiaShader.d.ts +0 -0
- three/examples/jsm/shaders/SobelOperatorShader.d.ts +0 -0
- three/examples/jsm/shaders/SubsurfaceScatteringShader.d.ts +0 -0
- three/examples/jsm/shaders/TechnicolorShader.d.ts +0 -0
- three/examples/jsm/shaders/ToonShader.d.ts +0 -0
- three/examples/jsm/shaders/TriangleBlurShader.d.ts +0 -0
- three/examples/jsm/shaders/UnpackDepthRGBAShader.d.ts +0 -0
- three/examples/jsm/shaders/VelocityShader.d.ts +0 -0
- three/examples/jsm/shaders/VerticalBlurShader.d.ts +0 -0
- three/examples/jsm/shaders/VerticalTiltShiftShader.d.ts +0 -0
- three/examples/jsm/shaders/VignetteShader.d.ts +0 -0
- three/examples/jsm/shaders/VolumeShader.d.ts +0 -0
- three/examples/jsm/shaders/WaterRefractionShader.d.ts +0 -0
- three/examples/jsm/textures/FlakesTexture.d.ts +0 -0
- three/examples/jsm/utils/BufferGeometryUtils.d.ts +0 -0
- three/examples/jsm/utils/CameraUtils.d.ts +0 -0
- three/examples/jsm/utils/GeometryCompressionUtils.d.ts +0 -0
- three/examples/jsm/utils/GeometryUtils.d.ts +0 -0
- three/examples/jsm/utils/LDrawUtils.d.ts +0 -0
- three/examples/jsm/utils/PackedPhongMaterial.d.ts +0 -0
- three/examples/jsm/utils/SceneUtils.d.ts +0 -0
- three/examples/jsm/utils/ShadowMapViewer.d.ts +0 -0
- three/examples/jsm/utils/SkeletonUtils.d.ts +0 -0
- three/examples/jsm/utils/UVsDebug.d.ts +0 -0
- three/examples/jsm/webxr/ARButton.d.ts +0 -0
- three/examples/jsm/webxr/OculusHandModel.d.ts +0 -0
- three/examples/jsm/webxr/OculusHandPointerModel.d.ts +0 -0
- three/examples/jsm/webxr/Text2D.d.ts +0 -0
- three/examples/jsm/webxr/VRButton.d.ts +0 -0
- three/examples/jsm/webxr/XRButton.d.ts +0 -0
- three/examples/jsm/webxr/XRControllerModelFactory.d.ts +0 -0
- three/examples/jsm/webxr/XREstimatedLight.d.ts +7 -2
- three/examples/jsm/webxr/XRHandMeshModel.d.ts +0 -0
- three/examples/jsm/webxr/XRHandModelFactory.d.ts +0 -0
- three/examples/jsm/webxr/XRHandPrimitiveModel.d.ts +0 -0
- three/examples/jsm/webxr/XRPlanes.d.ts +0 -0
- three/index.d.ts +1 -2
- three/package.json +4 -6
- three/src/Three.Legacy.d.ts +0 -0
- three/src/Three.d.ts +5 -3
- three/src/animation/AnimationAction.d.ts +0 -0
- three/src/animation/AnimationClip.d.ts +0 -0
- three/src/animation/AnimationMixer.d.ts +6 -1
- three/src/animation/AnimationObjectGroup.d.ts +0 -0
- three/src/animation/AnimationUtils.d.ts +0 -1
- three/src/animation/KeyframeTrack.d.ts +0 -0
- three/src/animation/PropertyBinding.d.ts +0 -0
- three/src/animation/PropertyMixer.d.ts +0 -0
- three/src/animation/tracks/BooleanKeyframeTrack.d.ts +0 -0
- three/src/animation/tracks/ColorKeyframeTrack.d.ts +0 -0
- three/src/animation/tracks/NumberKeyframeTrack.d.ts +0 -0
- three/src/animation/tracks/QuaternionKeyframeTrack.d.ts +0 -0
- three/src/animation/tracks/StringKeyframeTrack.d.ts +0 -0
- three/src/animation/tracks/VectorKeyframeTrack.d.ts +0 -0
- three/src/audio/Audio.d.ts +0 -0
- three/src/audio/AudioAnalyser.d.ts +0 -0
- three/src/audio/AudioContext.d.ts +0 -0
- three/src/audio/AudioListener.d.ts +0 -0
- three/src/audio/PositionalAudio.d.ts +0 -0
- three/src/cameras/ArrayCamera.d.ts +0 -0
- three/src/cameras/Camera.d.ts +0 -0
- three/src/cameras/CubeCamera.d.ts +6 -4
- three/src/cameras/OrthographicCamera.d.ts +0 -0
- three/src/cameras/PerspectiveCamera.d.ts +0 -0
- three/src/cameras/StereoCamera.d.ts +0 -0
- three/src/constants.d.ts +15 -1
- three/src/core/BufferAttribute.d.ts +0 -0
- three/src/core/BufferGeometry.d.ts +1 -1
- three/src/core/Clock.d.ts +0 -0
- three/src/core/EventDispatcher.d.ts +30 -12
- three/src/core/GLBufferAttribute.d.ts +0 -0
- three/src/core/InstancedBufferAttribute.d.ts +0 -0
- three/src/core/InstancedBufferGeometry.d.ts +0 -0
- three/src/core/InstancedInterleavedBuffer.d.ts +0 -0
- three/src/core/InterleavedBuffer.d.ts +0 -0
- three/src/core/InterleavedBufferAttribute.d.ts +0 -0
- three/src/core/Layers.d.ts +0 -0
- three/src/core/Object3D.d.ts +17 -12
- three/src/core/Raycaster.d.ts +10 -10
- three/src/core/RenderTarget.d.ts +3 -1
- three/src/core/Uniform.d.ts +0 -0
- three/src/core/UniformsGroup.d.ts +1 -1
- three/src/extras/DataUtils.d.ts +0 -0
- three/src/extras/Earcut.d.ts +0 -0
- three/src/extras/ImageUtils.d.ts +0 -0
- three/src/extras/PMREMGenerator.d.ts +0 -0
- three/src/extras/ShapeUtils.d.ts +0 -0
- three/src/extras/core/Curve.d.ts +0 -0
- three/src/extras/core/CurvePath.d.ts +2 -2
- three/src/extras/core/Interpolations.d.ts +0 -0
- three/src/extras/core/Path.d.ts +10 -10
- three/src/extras/core/Shape.d.ts +0 -0
- three/src/extras/core/ShapePath.d.ts +0 -0
- three/src/extras/curves/ArcCurve.d.ts +0 -0
- three/src/extras/curves/CatmullRomCurve3.d.ts +0 -0
- three/src/extras/curves/CubicBezierCurve.d.ts +0 -0
- three/src/extras/curves/CubicBezierCurve3.d.ts +0 -0
- three/src/extras/curves/Curves.d.ts +0 -0
- three/src/extras/curves/EllipseCurve.d.ts +0 -0
- three/src/extras/curves/LineCurve.d.ts +0 -0
- three/src/extras/curves/LineCurve3.d.ts +0 -0
- three/src/extras/curves/QuadraticBezierCurve.d.ts +0 -0
- three/src/extras/curves/QuadraticBezierCurve3.d.ts +0 -0
- three/src/extras/curves/SplineCurve.d.ts +0 -0
- three/src/geometries/BoxGeometry.d.ts +0 -0
- three/src/geometries/CapsuleGeometry.d.ts +0 -0
- three/src/geometries/CircleGeometry.d.ts +0 -0
- three/src/geometries/ConeGeometry.d.ts +0 -0
- three/src/geometries/CylinderGeometry.d.ts +0 -0
- three/src/geometries/DodecahedronGeometry.d.ts +0 -0
- three/src/geometries/EdgesGeometry.d.ts +0 -0
- three/src/geometries/ExtrudeGeometry.d.ts +0 -0
- three/src/geometries/Geometries.d.ts +0 -0
- three/src/geometries/IcosahedronGeometry.d.ts +0 -0
- three/src/geometries/LatheGeometry.d.ts +0 -0
- three/src/geometries/OctahedronGeometry.d.ts +0 -0
- three/src/geometries/PlaneGeometry.d.ts +0 -0
- three/src/geometries/PolyhedronGeometry.d.ts +0 -0
- three/src/geometries/RingGeometry.d.ts +0 -0
- three/src/geometries/ShapeGeometry.d.ts +0 -0
- three/src/geometries/SphereGeometry.d.ts +0 -0
- three/src/geometries/TetrahedronGeometry.d.ts +0 -0
- three/src/geometries/TorusGeometry.d.ts +0 -0
- three/src/geometries/TorusKnotGeometry.d.ts +0 -0
- three/src/geometries/TubeGeometry.d.ts +0 -0
- three/src/geometries/WireframeGeometry.d.ts +0 -0
- three/src/helpers/ArrowHelper.d.ts +0 -0
- three/src/helpers/AxesHelper.d.ts +0 -0
- three/src/helpers/Box3Helper.d.ts +0 -0
- three/src/helpers/BoxHelper.d.ts +0 -0
- three/src/helpers/CameraHelper.d.ts +0 -0
- three/src/helpers/DirectionalLightHelper.d.ts +0 -0
- three/src/helpers/GridHelper.d.ts +0 -0
- three/src/helpers/HemisphereLightHelper.d.ts +0 -0
- three/src/helpers/PlaneHelper.d.ts +0 -0
- three/src/helpers/PointLightHelper.d.ts +0 -0
- three/src/helpers/PolarGridHelper.d.ts +0 -0
- three/src/helpers/SkeletonHelper.d.ts +0 -0
- three/src/helpers/SpotLightHelper.d.ts +0 -0
- three/src/lights/AmbientLight.d.ts +0 -0
- three/src/lights/DirectionalLight.d.ts +0 -0
- three/src/lights/DirectionalLightShadow.d.ts +0 -0
- three/src/lights/HemisphereLight.d.ts +0 -0
- three/src/lights/Light.d.ts +0 -0
- three/src/lights/LightProbe.d.ts +0 -0
- three/src/lights/LightShadow.d.ts +0 -0
- three/src/lights/PointLight.d.ts +0 -0
- three/src/lights/PointLightShadow.d.ts +0 -0
- three/src/lights/RectAreaLight.d.ts +0 -0
- three/src/lights/SpotLight.d.ts +0 -0
- three/src/lights/SpotLightShadow.d.ts +0 -0
- three/src/loaders/AnimationLoader.d.ts +3 -10
- three/src/loaders/AudioLoader.d.ts +1 -10
- three/src/loaders/BufferGeometryLoader.d.ts +3 -13
- three/src/loaders/Cache.d.ts +0 -0
- three/src/loaders/CompressedTextureLoader.d.ts +4 -6
- three/src/loaders/CubeTextureLoader.d.ts +5 -7
- three/src/loaders/DataTextureLoader.d.ts +4 -6
- three/src/loaders/FileLoader.d.ts +8 -8
- three/src/loaders/ImageBitmapLoader.d.ts +8 -9
- three/src/loaders/ImageLoader.d.ts +3 -5
- three/src/loaders/Loader.d.ts +8 -6
- three/src/loaders/LoaderUtils.d.ts +0 -0
- three/src/loaders/LoadingManager.d.ts +0 -0
- three/src/loaders/MaterialLoader.d.ts +4 -11
- three/src/loaders/ObjectLoader.d.ts +18 -25
- three/src/loaders/TextureLoader.d.ts +4 -6
- three/src/materials/LineBasicMaterial.d.ts +0 -0
- three/src/materials/LineDashedMaterial.d.ts +0 -0
- three/src/materials/Material.d.ts +7 -1
- three/src/materials/Materials.d.ts +0 -0
- three/src/materials/MeshBasicMaterial.d.ts +0 -0
- three/src/materials/MeshDepthMaterial.d.ts +0 -0
- three/src/materials/MeshDistanceMaterial.d.ts +0 -0
- three/src/materials/MeshLambertMaterial.d.ts +0 -0
- three/src/materials/MeshMatcapMaterial.d.ts +0 -0
- three/src/materials/MeshNormalMaterial.d.ts +0 -0
- three/src/materials/MeshPhongMaterial.d.ts +0 -0
- three/src/materials/MeshPhysicalMaterial.d.ts +0 -0
- three/src/materials/MeshStandardMaterial.d.ts +0 -0
- three/src/materials/MeshToonMaterial.d.ts +0 -0
- three/src/materials/PointsMaterial.d.ts +0 -0
- three/src/materials/RawShaderMaterial.d.ts +0 -0
- three/src/materials/ShaderMaterial.d.ts +0 -0
- three/src/materials/ShadowMaterial.d.ts +0 -0
- three/src/materials/SpriteMaterial.d.ts +0 -0
- three/src/math/Box2.d.ts +0 -0
- three/src/math/Box3.d.ts +0 -0
- three/src/math/Color.d.ts +1 -2
- three/src/math/ColorManagement.d.ts +35 -23
- three/src/math/Cylindrical.d.ts +0 -0
- three/src/math/Euler.d.ts +0 -0
- three/src/math/Frustum.d.ts +0 -0
- three/src/math/Interpolant.d.ts +0 -0
- three/src/math/Line3.d.ts +0 -0
- three/src/math/MathUtils.d.ts +0 -0
- three/src/math/Matrix3.d.ts +0 -0
- three/src/math/Matrix4.d.ts +0 -0
- three/src/math/Plane.d.ts +0 -0
- three/src/math/Quaternion.d.ts +0 -0
- three/src/math/Ray.d.ts +0 -0
- three/src/math/Sphere.d.ts +0 -0
- three/src/math/Spherical.d.ts +0 -0
- three/src/math/SphericalHarmonics3.d.ts +0 -0
- three/src/math/Triangle.d.ts +0 -0
- three/src/math/Vector2.d.ts +0 -0
- three/src/math/Vector3.d.ts +0 -0
- three/src/math/Vector4.d.ts +0 -0
- three/src/math/interpolants/CubicInterpolant.d.ts +0 -0
- three/src/math/interpolants/DiscreteInterpolant.d.ts +0 -0
- three/src/math/interpolants/LinearInterpolant.d.ts +0 -0
- three/src/math/interpolants/QuaternionLinearInterpolant.d.ts +0 -0
- three/src/objects/Bone.d.ts +0 -0
- three/src/objects/Group.d.ts +2 -2
- three/src/objects/InstancedMesh.d.ts +11 -6
- three/src/objects/LOD.d.ts +0 -0
- three/src/objects/Line.d.ts +0 -0
- three/src/objects/LineLoop.d.ts +0 -0
- three/src/objects/LineSegments.d.ts +0 -0
- three/src/objects/Mesh.d.ts +4 -5
- three/src/objects/Points.d.ts +0 -0
- three/src/objects/Skeleton.d.ts +0 -0
- three/src/objects/SkinnedMesh.d.ts +0 -0
- three/src/objects/Sprite.d.ts +2 -4
- three/src/renderers/WebGL1Renderer.d.ts +0 -0
- three/src/renderers/WebGL3DRenderTarget.d.ts +0 -0
- three/src/renderers/WebGLArrayRenderTarget.d.ts +0 -0
- three/src/renderers/WebGLCubeRenderTarget.d.ts +0 -0
- three/src/renderers/WebGLMultipleRenderTargets.d.ts +0 -0
- three/src/renderers/WebGLRenderTarget.d.ts +0 -0
- three/src/renderers/WebGLRenderer.d.ts +2 -1
- three/src/renderers/shaders/ShaderChunk.d.ts +0 -0
- three/src/renderers/shaders/ShaderLib.d.ts +0 -0
- three/src/renderers/shaders/UniformsLib.d.ts +0 -0
- three/src/renderers/shaders/UniformsUtils.d.ts +0 -0
- three/src/renderers/webgl/WebGLAttributes.d.ts +0 -0
- three/src/renderers/webgl/WebGLBindingStates.d.ts +0 -0
- three/src/renderers/webgl/WebGLBufferRenderer.d.ts +0 -0
- three/src/renderers/webgl/WebGLCapabilities.d.ts +0 -0
- three/src/renderers/webgl/WebGLClipping.d.ts +0 -0
- three/src/renderers/webgl/WebGLCubeMaps.d.ts +0 -0
- three/src/renderers/webgl/WebGLCubeUVMaps.d.ts +0 -0
- three/src/renderers/webgl/WebGLExtensions.d.ts +0 -0
- three/src/renderers/webgl/WebGLGeometries.d.ts +0 -0
- three/src/renderers/webgl/WebGLIndexedBufferRenderer.d.ts +0 -0
- three/src/renderers/webgl/WebGLInfo.d.ts +0 -0
- three/src/renderers/webgl/WebGLLights.d.ts +5 -0
- three/src/renderers/webgl/WebGLObjects.d.ts +0 -0
- three/src/renderers/webgl/WebGLProgram.d.ts +1 -1
- three/src/renderers/webgl/WebGLPrograms.d.ts +0 -0
- three/src/renderers/webgl/WebGLProperties.d.ts +0 -0
- three/src/renderers/webgl/WebGLRenderLists.d.ts +0 -0
- three/src/renderers/webgl/WebGLShader.d.ts +0 -0
- three/src/renderers/webgl/WebGLShadowMap.d.ts +0 -0
- three/src/renderers/webgl/WebGLState.d.ts +0 -0
- three/src/renderers/webgl/WebGLTextures.d.ts +0 -0
- three/src/renderers/webgl/WebGLUniforms.d.ts +0 -0
- three/src/renderers/webgl/WebGLUniformsGroups.d.ts +0 -0
- three/src/renderers/webgl/WebGLUtils.d.ts +0 -0
- three/src/renderers/webxr/WebXRController.d.ts +21 -3
- three/src/renderers/webxr/WebXRManager.d.ts +10 -1
- three/src/scenes/Fog.d.ts +0 -0
- three/src/scenes/FogExp2.d.ts +0 -0
- three/src/scenes/Scene.d.ts +0 -0
- three/src/textures/CanvasTexture.d.ts +0 -0
- three/src/textures/CompressedArrayTexture.d.ts +0 -0
- three/src/textures/CompressedTexture.d.ts +0 -0
- three/src/textures/CubeTexture.d.ts +0 -0
- three/src/textures/Data3DTexture.d.ts +0 -0
- three/src/textures/DataArrayTexture.d.ts +0 -0
- three/src/textures/DataTexture.d.ts +0 -0
- three/src/textures/DepthTexture.d.ts +0 -0
- three/src/textures/FramebufferTexture.d.ts +0 -0
- three/src/textures/Source.d.ts +0 -0
- three/src/textures/Texture.d.ts +4 -4
- three/src/textures/VideoTexture.d.ts +0 -0
- three/src/textures/types.d.ts +0 -0
- three/src/utils.d.ts +1 -0
- three/examples/jsm/loaders/BasisTextureLoader.d.ts +0 -32
- three/examples/jsm/loaders/IFCLoader.d.ts +0 -675
- three/src/lights/AmbientLightProbe.d.ts +0 -26
- three/src/lights/HemisphereLightProbe.d.ts +0 -27
three/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/three",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.157.0",
|
|
4
4
|
"description": "TypeScript definitions for three",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,15 +25,13 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@tweenjs/tween.js": "~18.6.4",
|
|
29
28
|
"@types/stats.js": "*",
|
|
30
29
|
"@types/webxr": "*",
|
|
31
|
-
"fflate": "~0.6.
|
|
32
|
-
"lil-gui": "~0.17.0",
|
|
30
|
+
"fflate": "~0.6.10",
|
|
33
31
|
"meshoptimizer": "~0.18.1"
|
|
34
32
|
},
|
|
35
|
-
"typesPublisherContentHash": "
|
|
36
|
-
"typeScriptVersion": "4.
|
|
33
|
+
"typesPublisherContentHash": "63c77dccf70738b5366bf087bb39ca6274f45193346ed998ac0605d8e560fe57",
|
|
34
|
+
"typeScriptVersion": "4.5",
|
|
37
35
|
"exports": {
|
|
38
36
|
".": {
|
|
39
37
|
"import": "./build/three.module.js",
|
three/src/Three.Legacy.d.ts
CHANGED
|
File without changes
|
three/src/Three.d.ts
CHANGED
|
@@ -105,8 +105,6 @@ export * from './lights/DirectionalLight.js';
|
|
|
105
105
|
export * from './lights/AmbientLight.js';
|
|
106
106
|
export * from './lights/LightShadow.js';
|
|
107
107
|
export * from './lights/Light.js';
|
|
108
|
-
export * from './lights/AmbientLightProbe.js';
|
|
109
|
-
export * from './lights/HemisphereLightProbe.js';
|
|
110
108
|
export * from './lights/LightProbe.js';
|
|
111
109
|
/**
|
|
112
110
|
* Loaders
|
|
@@ -158,7 +156,7 @@ export * from './math/Vector2.js';
|
|
|
158
156
|
export * from './math/Quaternion.js';
|
|
159
157
|
export * from './math/Color.js';
|
|
160
158
|
export * from './math/SphericalHarmonics3.js';
|
|
161
|
-
export { ColorManagement } from './math/ColorManagement.js';
|
|
159
|
+
export { ColorManagement, WorkingColorSpace, DefinedColorSpace } from './math/ColorManagement.js';
|
|
162
160
|
import * as MathUtils from './math/MathUtils.js';
|
|
163
161
|
export { MathUtils };
|
|
164
162
|
/**
|
|
@@ -234,3 +232,7 @@ export * from './textures/DepthTexture.js';
|
|
|
234
232
|
export * from './textures/FramebufferTexture.js';
|
|
235
233
|
export * from './textures/Source.js';
|
|
236
234
|
export * from './textures/Texture.js';
|
|
235
|
+
/**
|
|
236
|
+
* Utils
|
|
237
|
+
*/
|
|
238
|
+
export { createCanvasElement } from './utils.js';
|
|
File without changes
|
|
File without changes
|
|
@@ -5,7 +5,12 @@ import { EventDispatcher } from './../core/EventDispatcher.js';
|
|
|
5
5
|
import { Object3D } from '../core/Object3D.js';
|
|
6
6
|
import { AnimationObjectGroup } from './AnimationObjectGroup.js';
|
|
7
7
|
|
|
8
|
-
export
|
|
8
|
+
export interface AnimationMixerEventMap {
|
|
9
|
+
loop: { action: AnimationAction; loopDelta: number };
|
|
10
|
+
finished: { action: AnimationAction; direction: number };
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export class AnimationMixer extends EventDispatcher<AnimationMixerEventMap> {
|
|
9
14
|
constructor(root: Object3D | AnimationObjectGroup);
|
|
10
15
|
|
|
11
16
|
/**
|
|
File without changes
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AnimationClip } from './AnimationClip.js';
|
|
2
2
|
|
|
3
|
-
export function arraySlice(array: any, from: number, to: number): any;
|
|
4
3
|
export function convertArray(array: any, type: any, forceClone: boolean): any;
|
|
5
4
|
export function isTypedArray(object: any): boolean;
|
|
6
5
|
export function getKeyframeOrder(times: number[]): number[];
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
three/src/audio/Audio.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
three/src/cameras/Camera.d.ts
CHANGED
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { WebGLCubeRenderTarget } from '
|
|
2
|
-
import { Scene } from '
|
|
3
|
-
import { WebGLRenderer } from '
|
|
4
|
-
import { Object3D } from '
|
|
1
|
+
import { WebGLCubeRenderTarget } from '../renderers/WebGLCubeRenderTarget.js';
|
|
2
|
+
import { Scene } from '../scenes/Scene.js';
|
|
3
|
+
import { WebGLRenderer } from '../renderers/WebGLRenderer.js';
|
|
4
|
+
import { Object3D } from '../core/Object3D.js';
|
|
5
5
|
import { CoordinateSystem } from '../constants.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -56,6 +56,8 @@ export class CubeCamera extends Object3D {
|
|
|
56
56
|
|
|
57
57
|
coordinateSystem: CoordinateSystem;
|
|
58
58
|
|
|
59
|
+
activeMipmapLevel: number;
|
|
60
|
+
|
|
59
61
|
updateCoordinateSystem(): void;
|
|
60
62
|
|
|
61
63
|
/**
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
three/src/constants.d.ts
CHANGED
|
@@ -596,6 +596,8 @@ export const RGBA_ASTC_12x12_Format: 37821;
|
|
|
596
596
|
* @remarks Require support for the _EXT_texture_compression_bptc_ WebGL extension.
|
|
597
597
|
*/
|
|
598
598
|
export const RGBA_BPTC_Format: 36492;
|
|
599
|
+
export const RGB_BPTC_SIGNED_Format = 36494;
|
|
600
|
+
export const RGB_BPTC_UNSIGNED_Format = 36495;
|
|
599
601
|
|
|
600
602
|
// RGTC compressed texture formats
|
|
601
603
|
export const RED_RGTC1_Format: 36283;
|
|
@@ -634,6 +636,8 @@ export type CompressedPixelFormat =
|
|
|
634
636
|
| typeof RGBA_ASTC_12x10_Format
|
|
635
637
|
| typeof RGBA_ASTC_12x12_Format
|
|
636
638
|
| typeof RGBA_BPTC_Format
|
|
639
|
+
| typeof RGB_BPTC_SIGNED_Format
|
|
640
|
+
| typeof RGB_BPTC_UNSIGNED_Format
|
|
637
641
|
| typeof RED_RGTC1_Format
|
|
638
642
|
| typeof SIGNED_RED_RGTC1_Format
|
|
639
643
|
| typeof RED_GREEN_RGTC2_Format
|
|
@@ -712,11 +716,21 @@ export const NoColorSpace: '';
|
|
|
712
716
|
export const SRGBColorSpace: 'srgb';
|
|
713
717
|
export const LinearSRGBColorSpace: 'srgb-linear';
|
|
714
718
|
export const DisplayP3ColorSpace: 'display-p3';
|
|
719
|
+
export const LinearDisplayP3ColorSpace = 'display-p3-linear';
|
|
715
720
|
export type ColorSpace =
|
|
716
721
|
| typeof NoColorSpace
|
|
717
722
|
| typeof SRGBColorSpace
|
|
718
723
|
| typeof LinearSRGBColorSpace
|
|
719
|
-
| typeof DisplayP3ColorSpace
|
|
724
|
+
| typeof DisplayP3ColorSpace
|
|
725
|
+
| typeof LinearDisplayP3ColorSpace;
|
|
726
|
+
|
|
727
|
+
export const LinearTransfer: 'linear';
|
|
728
|
+
export const SRGBTransfer: 'srgb';
|
|
729
|
+
export type ColorSpaceTransfer = typeof LinearTransfer | typeof SRGBTransfer;
|
|
730
|
+
|
|
731
|
+
export const Rec709Primaries: 'rec709';
|
|
732
|
+
export const P3Primaries: 'p3';
|
|
733
|
+
export type ColorSpacePrimaries = typeof Rec709Primaries | typeof P3Primaries;
|
|
720
734
|
|
|
721
735
|
// Stencil Op types
|
|
722
736
|
export const ZeroStencilOp: 0;
|
|
File without changes
|
|
@@ -75,7 +75,7 @@ export type NormalOrGLBufferAttributes = Record<
|
|
|
75
75
|
*/
|
|
76
76
|
export class BufferGeometry<
|
|
77
77
|
Attributes extends NormalOrGLBufferAttributes = NormalBufferAttributes,
|
|
78
|
-
> extends EventDispatcher {
|
|
78
|
+
> extends EventDispatcher<{ dispose: {} }> {
|
|
79
79
|
/**
|
|
80
80
|
* This creates a new {@link THREE.BufferGeometry | BufferGeometry} object.
|
|
81
81
|
*/
|
three/src/core/Clock.d.ts
CHANGED
|
File without changes
|
|
@@ -1,15 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/**
|
|
2
|
+
* The minimal basic Event that can be dispatched by a {@link EventDispatcher<>}.
|
|
3
|
+
*/
|
|
4
|
+
export interface BaseEvent<TEventType extends string = string> {
|
|
5
|
+
readonly type: TEventType;
|
|
3
6
|
}
|
|
4
7
|
|
|
5
8
|
/**
|
|
6
|
-
* Event
|
|
9
|
+
* The minimal expected contract of a fired Event that was dispatched by a {@link EventDispatcher<>}.
|
|
7
10
|
*/
|
|
8
|
-
export interface Event extends
|
|
9
|
-
|
|
10
|
-
|
|
11
|
+
export interface Event<TEventType extends string = string, TTarget = unknown> {
|
|
12
|
+
readonly type: TEventType;
|
|
13
|
+
readonly target: TTarget;
|
|
11
14
|
}
|
|
12
|
-
|
|
15
|
+
|
|
16
|
+
export type EventListener<TEventData, TEventType extends string, TTarget> = (
|
|
17
|
+
event: TEventData & Event<TEventType, TTarget>,
|
|
18
|
+
) => void;
|
|
13
19
|
|
|
14
20
|
/**
|
|
15
21
|
* JavaScript events for custom objects
|
|
@@ -32,7 +38,7 @@ export type EventListener<E, T, U> = (event: E & { type: T } & { target: U }) =>
|
|
|
32
38
|
* @see {@link https://threejs.org/docs/index.html#api/en/core/EventDispatcher | Official Documentation}
|
|
33
39
|
* @see {@link https://github.com/mrdoob/three.js/blob/master/src/core/EventDispatcher.js | Source}
|
|
34
40
|
*/
|
|
35
|
-
export class EventDispatcher<
|
|
41
|
+
export class EventDispatcher<TEventMap extends {} = {}> {
|
|
36
42
|
/**
|
|
37
43
|
* Creates {@link THREE.EventDispatcher | EventDispatcher} object.
|
|
38
44
|
*/
|
|
@@ -43,25 +49,37 @@ export class EventDispatcher<E extends BaseEvent = Event> {
|
|
|
43
49
|
* @param type The type of event to listen to.
|
|
44
50
|
* @param listener The function that gets called when the event is fired.
|
|
45
51
|
*/
|
|
46
|
-
addEventListener<T extends
|
|
52
|
+
addEventListener<T extends Extract<keyof TEventMap, string>>(
|
|
53
|
+
type: T,
|
|
54
|
+
listener: EventListener<TEventMap[T], T, this>,
|
|
55
|
+
): void;
|
|
56
|
+
addEventListener<T extends string>(type: T, listener: EventListener<{}, T, this>): void;
|
|
47
57
|
|
|
48
58
|
/**
|
|
49
59
|
* Checks if listener is added to an event type.
|
|
50
60
|
* @param type The type of event to listen to.
|
|
51
61
|
* @param listener The function that gets called when the event is fired.
|
|
52
62
|
*/
|
|
53
|
-
hasEventListener<T extends
|
|
63
|
+
hasEventListener<T extends Extract<keyof TEventMap, string>>(
|
|
64
|
+
type: T,
|
|
65
|
+
listener: EventListener<TEventMap[T], T, this>,
|
|
66
|
+
): boolean;
|
|
67
|
+
hasEventListener<T extends string>(type: T, listener: EventListener<{}, T, this>): boolean;
|
|
54
68
|
|
|
55
69
|
/**
|
|
56
70
|
* Removes a listener from an event type.
|
|
57
71
|
* @param type The type of the listener that gets removed.
|
|
58
72
|
* @param listener The listener function that gets removed.
|
|
59
73
|
*/
|
|
60
|
-
removeEventListener<T extends
|
|
74
|
+
removeEventListener<T extends Extract<keyof TEventMap, string>>(
|
|
75
|
+
type: T,
|
|
76
|
+
listener: EventListener<TEventMap[T], T, this>,
|
|
77
|
+
): void;
|
|
78
|
+
removeEventListener<T extends string>(type: T, listener: EventListener<{}, T, this>): void;
|
|
61
79
|
|
|
62
80
|
/**
|
|
63
81
|
* Fire an event type.
|
|
64
82
|
* @param event The event that gets fired.
|
|
65
83
|
*/
|
|
66
|
-
dispatchEvent(event:
|
|
84
|
+
dispatchEvent<T extends Extract<keyof TEventMap, string>>(event: BaseEvent<T> & TEventMap[T]): void;
|
|
67
85
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
three/src/core/Layers.d.ts
CHANGED
|
File without changes
|
three/src/core/Object3D.d.ts
CHANGED
|
@@ -1,19 +1,24 @@
|
|
|
1
|
-
import { Vector3 } from '
|
|
2
|
-
import { Euler } from '
|
|
3
|
-
import { Quaternion } from '
|
|
4
|
-
import { Matrix4 } from '
|
|
5
|
-
import { Matrix3 } from '
|
|
1
|
+
import { Vector3 } from '../math/Vector3.js';
|
|
2
|
+
import { Euler } from '../math/Euler.js';
|
|
3
|
+
import { Quaternion } from '../math/Quaternion.js';
|
|
4
|
+
import { Matrix4 } from '../math/Matrix4.js';
|
|
5
|
+
import { Matrix3 } from '../math/Matrix3.js';
|
|
6
6
|
import { Layers } from './Layers.js';
|
|
7
|
-
import { WebGLRenderer } from '
|
|
8
|
-
import { Scene } from '
|
|
9
|
-
import { Camera } from '
|
|
10
|
-
import { Material } from '
|
|
11
|
-
import { Group } from '
|
|
7
|
+
import { WebGLRenderer } from '../renderers/WebGLRenderer.js';
|
|
8
|
+
import { Scene } from '../scenes/Scene.js';
|
|
9
|
+
import { Camera } from '../cameras/Camera.js';
|
|
10
|
+
import { Material } from '../materials/Material.js';
|
|
11
|
+
import { Group } from '../objects/Group.js';
|
|
12
12
|
import { Intersection, Raycaster } from './Raycaster.js';
|
|
13
|
-
import { EventDispatcher
|
|
13
|
+
import { EventDispatcher } from './EventDispatcher.js';
|
|
14
14
|
import { BufferGeometry } from './BufferGeometry.js';
|
|
15
15
|
import { AnimationClip } from '../animation/AnimationClip.js';
|
|
16
16
|
|
|
17
|
+
export interface Object3DEventMap {
|
|
18
|
+
added: {};
|
|
19
|
+
removed: {};
|
|
20
|
+
}
|
|
21
|
+
|
|
17
22
|
/**
|
|
18
23
|
* This is the base class for most objects in three.js and provides a set of properties and methods for manipulating objects in 3D space.
|
|
19
24
|
* @remarks Note that this can be used for grouping objects via the {@link THREE.Object3D.add | .add()} method which adds the object as a child,
|
|
@@ -21,7 +26,7 @@ import { AnimationClip } from '../animation/AnimationClip.js';
|
|
|
21
26
|
* @see {@link https://threejs.org/docs/index.html#api/en/core/Object3D | Official Documentation}
|
|
22
27
|
* @see {@link https://github.com/mrdoob/three.js/blob/master/src/core/Object3D.js | Source}
|
|
23
28
|
*/
|
|
24
|
-
export class Object3D<
|
|
29
|
+
export class Object3D<TEventMap extends Object3DEventMap = Object3DEventMap> extends EventDispatcher<TEventMap> {
|
|
25
30
|
/**
|
|
26
31
|
* This creates a new {@link Object3D} object.
|
|
27
32
|
*/
|
three/src/core/Raycaster.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Vector3 } from '
|
|
1
|
+
import { Vector3 } from '../math/Vector3.js';
|
|
2
2
|
import { Object3D } from './Object3D.js';
|
|
3
|
-
import { Vector2 } from '
|
|
4
|
-
import { Ray } from '
|
|
5
|
-
import { Camera } from '
|
|
3
|
+
import { Vector2 } from '../math/Vector2.js';
|
|
4
|
+
import { Ray } from '../math/Ray.js';
|
|
5
|
+
import { Camera } from '../cameras/Camera.js';
|
|
6
6
|
import { Layers } from './Layers.js';
|
|
7
7
|
|
|
8
8
|
export interface Face {
|
|
@@ -34,12 +34,12 @@ export interface Intersection<TIntersected extends Object3D = Object3D> {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
export interface RaycasterParameters {
|
|
37
|
-
Mesh
|
|
38
|
-
Line
|
|
39
|
-
Line2?: { threshold: number }
|
|
40
|
-
LOD
|
|
41
|
-
Points
|
|
42
|
-
Sprite
|
|
37
|
+
Mesh: any;
|
|
38
|
+
Line: { threshold: number };
|
|
39
|
+
Line2?: { threshold: number };
|
|
40
|
+
LOD: any;
|
|
41
|
+
Points: { threshold: number };
|
|
42
|
+
Sprite: any;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
/**
|
three/src/core/RenderTarget.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
MinificationTextureFilter,
|
|
10
10
|
MagnificationTextureFilter,
|
|
11
11
|
ColorSpace,
|
|
12
|
+
PixelFormatGPU,
|
|
12
13
|
} from '../constants.js';
|
|
13
14
|
|
|
14
15
|
export interface RenderTargetOptions {
|
|
@@ -21,6 +22,7 @@ export interface RenderTargetOptions {
|
|
|
21
22
|
type?: TextureDataType | undefined; // UnsignedByteType;
|
|
22
23
|
anisotropy?: number | undefined; // 1;
|
|
23
24
|
colorSpace?: ColorSpace | undefined;
|
|
25
|
+
internalFormat?: PixelFormatGPU | null | undefined;
|
|
24
26
|
depthBuffer?: boolean | undefined; // true;
|
|
25
27
|
stencilBuffer?: boolean | undefined; // false;
|
|
26
28
|
depthTexture?: DepthTexture | undefined;
|
|
@@ -33,7 +35,7 @@ export interface RenderTargetOptions {
|
|
|
33
35
|
encoding?: TextureEncoding | undefined;
|
|
34
36
|
}
|
|
35
37
|
|
|
36
|
-
export class RenderTarget<TTexture extends Texture | Texture[] = Texture> extends EventDispatcher {
|
|
38
|
+
export class RenderTarget<TTexture extends Texture | Texture[] = Texture> extends EventDispatcher<{ dispose: {} }> {
|
|
37
39
|
constructor(width?: number, height?: number, options?: RenderTargetOptions);
|
|
38
40
|
|
|
39
41
|
readonly isRenderTarget: true;
|
three/src/core/Uniform.d.ts
CHANGED
|
File without changes
|
|
@@ -6,7 +6,7 @@ import { Usage } from '../constants.js';
|
|
|
6
6
|
* @see Example: {@link https://threejs.org/examples/#webgl2_ubo | WebGL2 / UBO}
|
|
7
7
|
* @see {@link https://github.com/mrdoob/three.js/blob/master/src/core/UniformsGroup.js | Source}
|
|
8
8
|
*/
|
|
9
|
-
export class UniformsGroup extends EventDispatcher {
|
|
9
|
+
export class UniformsGroup extends EventDispatcher<{ dispose: {} }> {
|
|
10
10
|
constructor();
|
|
11
11
|
|
|
12
12
|
readonly isUniformsGroup: true;
|
three/src/extras/DataUtils.d.ts
CHANGED
|
File without changes
|
three/src/extras/Earcut.d.ts
CHANGED
|
File without changes
|
three/src/extras/ImageUtils.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
three/src/extras/ShapeUtils.d.ts
CHANGED
|
File without changes
|
three/src/extras/core/Curve.d.ts
CHANGED
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Curve } from './Curve.js';
|
|
2
|
-
import { Vector } from '
|
|
2
|
+
import { Vector } from '../../math/Vector2.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Curved Path - a curve path is simply a array of connected curves, but retains the api of a curve.
|
|
@@ -41,7 +41,7 @@ export class CurvePath<T extends Vector> extends Curve<T> {
|
|
|
41
41
|
/**
|
|
42
42
|
* Adds a {@link LineCurve | lineCurve} to close the path.
|
|
43
43
|
*/
|
|
44
|
-
closePath():
|
|
44
|
+
closePath(): this;
|
|
45
45
|
|
|
46
46
|
getPoint(t: number, optionalTarget?: T): T;
|
|
47
47
|
|
|
File without changes
|
three/src/extras/core/Path.d.ts
CHANGED
|
@@ -52,9 +52,9 @@ export class Path extends CurvePath<Vector2> {
|
|
|
52
52
|
* @param radius The radius of the arc. Expects a `Float`
|
|
53
53
|
* @param startAngle The start angle in radians. Expects a `Float`
|
|
54
54
|
* @param endAngle The end angle in radians. Expects a `Float`
|
|
55
|
-
* @param clockwise Sweep the arc clockwise.
|
|
55
|
+
* @param clockwise Sweep the arc clockwise. Default `false`
|
|
56
56
|
*/
|
|
57
|
-
absarc(aX: number, aY: number, aRadius: number, aStartAngle: number, aEndAngle: number, aClockwise
|
|
57
|
+
absarc(aX: number, aY: number, aRadius: number, aStartAngle: number, aEndAngle: number, aClockwise?: boolean): this;
|
|
58
58
|
|
|
59
59
|
/**
|
|
60
60
|
* Adds an absolutely positioned {@link THREE.EllipseCurve | EllipseCurve} to the path.
|
|
@@ -64,7 +64,7 @@ export class Path extends CurvePath<Vector2> {
|
|
|
64
64
|
* @param yRadius The radius of the ellipse in the y axis. Expects a `Float`
|
|
65
65
|
* @param startAngle The start angle in radians. Expects a `Float`
|
|
66
66
|
* @param endAngle The end angle in radians. Expects a `Float`
|
|
67
|
-
* @param clockwise Sweep the ellipse clockwise.
|
|
67
|
+
* @param clockwise Sweep the ellipse clockwise. Default `false`
|
|
68
68
|
* @param rotation The rotation angle of the ellipse in radians, counterclockwise from the positive X axis. Optional, Expects a `Float`. Default `0`
|
|
69
69
|
*/
|
|
70
70
|
absellipse(
|
|
@@ -74,8 +74,8 @@ export class Path extends CurvePath<Vector2> {
|
|
|
74
74
|
yRadius: number,
|
|
75
75
|
aStartAngle: number,
|
|
76
76
|
aEndAngle: number,
|
|
77
|
-
aClockwise
|
|
78
|
-
aRotation
|
|
77
|
+
aClockwise?: boolean,
|
|
78
|
+
aRotation?: number,
|
|
79
79
|
): this;
|
|
80
80
|
|
|
81
81
|
/**
|
|
@@ -85,9 +85,9 @@ export class Path extends CurvePath<Vector2> {
|
|
|
85
85
|
* @param radius The radius of the arc. Expects a `Float`
|
|
86
86
|
* @param startAngle The start angle in radians. Expects a `Float`
|
|
87
87
|
* @param endAngle The end angle in radians. Expects a `Float`
|
|
88
|
-
* @param clockwise Sweep the arc clockwise.
|
|
88
|
+
* @param clockwise Sweep the arc clockwise. Default `false`
|
|
89
89
|
*/
|
|
90
|
-
arc(aX: number, aY: number, aRadius: number, aStartAngle: number, aEndAngle: number, aClockwise
|
|
90
|
+
arc(aX: number, aY: number, aRadius: number, aStartAngle: number, aEndAngle: number, aClockwise?: boolean): this;
|
|
91
91
|
|
|
92
92
|
/**
|
|
93
93
|
* This creates a bezier curve from {@link .currentPoint} with (cp1X, cp1Y) and (cp2X, cp2Y) as control points and updates {@link .currentPoint} to x and y.
|
|
@@ -108,7 +108,7 @@ export class Path extends CurvePath<Vector2> {
|
|
|
108
108
|
* @param yRadius The radius of the ellipse in the y axis. Expects a `Float`
|
|
109
109
|
* @param startAngle The start angle in radians. Expects a `Float`
|
|
110
110
|
* @param endAngle The end angle in radians. Expects a `Float`
|
|
111
|
-
* @param clockwise Sweep the ellipse clockwise.
|
|
111
|
+
* @param clockwise Sweep the ellipse clockwise. Default `false`
|
|
112
112
|
* @param rotation The rotation angle of the ellipse in radians, counterclockwise from the positive X axis. Optional, Expects a `Float`. Default `0`
|
|
113
113
|
*/
|
|
114
114
|
ellipse(
|
|
@@ -118,8 +118,8 @@ export class Path extends CurvePath<Vector2> {
|
|
|
118
118
|
yRadius: number,
|
|
119
119
|
aStartAngle: number,
|
|
120
120
|
aEndAngle: number,
|
|
121
|
-
aClockwise
|
|
122
|
-
aRotation
|
|
121
|
+
aClockwise?: boolean,
|
|
122
|
+
aRotation?: number,
|
|
123
123
|
): this;
|
|
124
124
|
|
|
125
125
|
/**
|
three/src/extras/core/Shape.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
three/src/helpers/BoxHelper.d.ts
CHANGED
|
File without changes
|
|
File without changes
|