Home Reference Source

src/cameras/index.js

import Orthographic from './orthographic';
import Perspective from './perspective';

export {
    Orthographic,
    Perspective,
};