public JCamera(JVertex3D pos, JVertex3D dir) { Position = pos; Direction = dir.Normalized; Rotation = new JQuaternion3D(new JVertex3D(0, 0, 1, 0), dir); }