ARMARJournal
From Casa Henderson
ARMAR Development Journal
Note: I am back here, as the CGUI Wiki is suffering from a faulty RAID.
Contents |
[edit] June 2009
[edit] 8 June
OK..I finished the ISMAR paper and some minor revisions to the TVCG paper...
There is now a serious break in action. I have about 30 days before starting work at USMA-SE
[edit] May 2009
[edit] 18 May
Still working the RAMSI paper
[edit] 15 May
Standing up the ISMAR 2009 Page (log in required)
[edit] Apr 2009
These days, I am working exclusively off the ALBANY DEMO BLOG.
[edit] Mar 2009
[edit] 16 Mar
[edit] 18 Dec
OK I finished up the OS exam..now back to work!
Going to work on Salsa a bit..
[edit] 8 Dec
Ran the demo today on using the NVIS and a true optical see through (black) background...looks pretty darn good.
Need to fix a few things:
- FOV : It looks like 70 will work
- Head-tracker transform (boresight): This needs some work
- Demo stuff (need to finish some script)
--Steve 17:43, 8 December 2008 (EST)
[edit] 3 Dec
Having some trouble getting the demo rolling in the lab.
The issue is the zoom camera...when it is visible..it chokes..hard.
I thought maybe it was the lack of stereo hook, so I added a bunch of code to enable stereo hook signals...see armar_includes.h.
WARNING: You will need to set the following line in the header to reenable the hook signals:
#define SEND_ARMAR_HOOK_CUE
Anywho..I am retracing the camera code at the moment.
Links:
http://www.fpsbanana.com/tuts/208
http://www.hl2world.com/wiki/index.php/Cameras
Praise the Lord..fixed it:
These lines where causing the crash (ZoomPanel.cpp:CZoomPanel::Paint()):
//STEVE DEBUG - THESE LINES CAUSE AN ERROR!! m_zoomPanel->SetVisible( true ); m_zoomPanel->Paint();
