public ViewerInfo(Attitude attitude, Vector3 position, Perspective perspective) { this.attitude = attitude; this.position = position; this.perspective = perspective; }