download
raw
236 Bytes
import { PerspectiveCamera } from './PerspectiveCamera.js';
class ArrayCamera extends PerspectiveCamera {
constructor( array = [] ) {
super();
this.isArrayCamera = true;
this.cameras = array;
}
}
export { ArrayCamera };

Xet Storage Details

Size:
236 Bytes
·
Xet hash:
bf4c20aa4c9b2e1cb6e8eb411ebab192b8d91d2fe2e990fccae706bfa8abf925

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.