UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

9 lines (8 loc) 294 B
/** * * monkey patching the cubeCamera by replacing the copy method * does not work because it does not override it from Object3D. * We are therefore replacing nothing. Or it should be updated in the prototype. * So instead we are simply extending the class with CubeCameraExtended * */