From 0c8fc29d381ce8f2d5ee6f7411c395f19c811606 Mon Sep 17 00:00:00 2001 From: puxiao Date: Wed, 16 Oct 2024 13:52:29 +0800 Subject: [PATCH] Doc: Improve readme.md --- 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` | ---