3132333435363738
private float width, height; public CameraMotion (int width, int height) { this.width = width; this.height = height; camblur = new CameraBlur(); camblur.setNormalDepthMap(null); }