From c1024ad763edea80e7cbc36d33f975dd4244e7e5 Mon Sep 17 00:00:00 2001 From: Bug-Reaper Date: Fri, 19 Jan 2024 16:49:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A5=20:=20UPGRADE=20:=20Bump=20docs=20?= =?UTF-8?q?description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/en/cameras/PerspectiveCamera.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/en/cameras/PerspectiveCamera.html b/docs/api/en/cameras/PerspectiveCamera.html index 4895b09e3c6fb6..b101d7f9ab028d 100644 --- a/docs/api/en/cameras/PerspectiveCamera.html +++ b/docs/api/en/cameras/PerspectiveCamera.html @@ -120,15 +120,15 @@

[method:undefined clearViewOffset]()

[method:Vector2 getFrustumSize]( [param:Float distance], [param:Vector2 target] )

- Calculates the height and width of the camera's frustum at a given distance from the camera. - Returns a [page:Vector2] where x is width and y is height. + Computes the height/width of the camera's viewable rectangle at a given distance along the viewing direction. + Copies the result into provided target [page:Vector2] where x is width and y is height.

[method:undefined getFrustumBounds]( [param:Float distance], [param:Vector2 minTarget], [param:Vector2 maxTarget] )

- Calculates the XY of the min/max bounds for the camera's viewable rectangle at a given distance. - Results are copied into minTarget and maxTarget input vars. + Calculates the min/max 2D bounds of the camera's viewable rectangle at a given distance along the viewing direction. + Results are copied into minTarget and maxTarget input vars.

[method:Float getEffectiveFOV]()