From 582c9be6b76e0f1850cc55eefa9e925ea5dae0ff Mon Sep 17 00:00:00 2001 From: puxiao Date: Wed, 16 Oct 2024 20:28:55 +0800 Subject: [PATCH] Doc: Improve readme.md (#544) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e067a4a..4f0c3e5 100644 --- a/readme.md +++ b/readme.md @@ -627,7 +627,7 @@ Returns the spherical coordinates of the orbit. | Name | Type | Description | | ----------------- | --------------- | ----------- | -| `out` | `THREE.Vector3` | The receiving Spherical instance to copy the result | +| `out` | `THREE.Spherical` | The receiving Spherical instance to copy the result | | `receiveEndValue` | `boolean` | Whether receive the transition end coords or current. default is `true` | ---