Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2013, 3:06:08 PM (11 years ago)
Author:
georgr
Message:

watch out for sensitivity! IR input now working, still trying to fix roll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wiimote/src/libraries/core/input/InputManager.cc

    r9890 r9911  
    254254               CWiimote::LED_3, CWiimote::LED_4};
    255255            wiimote.SetLEDs(LED_MAP[index]);
     256            wiimote.IR.SetMode(CIR::ON);
     257            wiimote.IR.SetAspectRatio(CIR::ASPECT_16_9);
     258            wiimote.IR.SetBarPosition(CIR::BAR_ABOVE);
     259            wiimote.IR.SetVres(1920,1080);
    256260            try
    257261                   {
     
    267271                         orxout()<<"Exception loading WiiMote!!!1!11!";
    268272                   }
    269 
    270 
    271 
    272         }
     273            }
    273274
    274275
Note: See TracChangeset for help on using the changeset viewer.