Browse Source

no coordsys assumptions

David Rose 24 years ago
parent
commit
74b21b1306
1 changed files with 0 additions and 3 deletions
  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) :
 VrpnClient(const string &server_name) :
   _server_name(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()) {
   if (vrpn_cat.is_debug()) {
     vrpn_cat.debug()
     vrpn_cat.debug()
       << "Attempting to connect to VRPN server " << _server_name
       << "Attempting to connect to VRPN server " << _server_name