|
@@ -19,7 +19,7 @@ void LoadCameraPos(QString strpath)
|
|
|
iv::xmlparam::Xmlparam xparam(strpath.toStdString());
|
|
|
gfcustom_cam_x = xparam.GetParam("custom_cam_x",-50.0);
|
|
|
gfcustom_cam_y = xparam.GetParam("custom_cam_y",0.0);
|
|
|
- gfcustom_cam_z = xparam.GetParam("custom_cam_z",0.0);
|
|
|
+ gfcustom_cam_z = xparam.GetParam("custom_cam_z",30.0);
|
|
|
gfcustom_view_x = xparam.GetParam("custom_view_x",0.0);
|
|
|
gfcustom_view_y = xparam.GetParam("custom_view_y",0.0);
|
|
|
gfcustom_view_z = xparam.GetParam("custom_view_z",0.0);
|