ソースを参照

no coordsys assumptions

David Rose 24 年 前
コミット
74b21b1306
1 ファイル変更0 行追加3 行削除
  1. 0 3
      panda/src/vrpn/vrpnClient.cxx

+ 0 - 3
panda/src/vrpn/vrpnClient.cxx

@@ -42,9 +42,6 @@ VrpnClient::
 VrpnClient(const string &server_name) :
   _server_name(server_name)
 {
-  // By convention, VRPN always uses a Y-up coordinate system.
-  set_coordinate_system(CS_yup_right);
-
   if (vrpn_cat.is_debug()) {
     vrpn_cat.debug()
       << "Attempting to connect to VRPN server " << _server_name