Duplicated from dylanebert/3d-arena
4e1da8c
1
2
3
4
5
6
7
8
9
import { Object3D } from './Object3D'; import { Matrix4 } from '../math/Matrix4'; export class Camera extends Object3D { constructor() { super(); } }