Buckets:
| import { Matrix4, Vector3 } from 'three' | |
| export interface CSMFrustumVerticies { | |
| near: Vector3[] | |
| far: Vector3[] | |
| } | |
| export interface CSMFrustumParameters { | |
| projectionMatrix?: Matrix4 | |
| maxFar?: number | |
| } | |
| export default class CSMFrustum { | |
| constructor(data?: CSMFrustumParameters) | |
| vertices: CSMFrustumVerticies | |
| setFromProjectionMatrix(projectionMatrix: Matrix4, maxFar: number): CSMFrustumVerticies | |
| split(breaks: number[], target: CSMFrustum[]): void | |
| toSpace(cameraMatrix: Matrix4, target: CSMFrustum): void | |
| } | |
Xet Storage Details
- Size:
- 523 Bytes
- Xet hash:
- 34f8be274839d656fb024f2a419e4d06c258fc4782658f6cf12ad3a7184e6bf9
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.