/**
 *
 * 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
 *
 */
