[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bmg-commit]
Update of /d22/d9/projects/walkthru/mit/src/LocationAware/LocationServer
In directory carve.lcs.mit.edu:/home/pnichols/walkthru/mit/src/LocationAware/LocationServer
Modified Files:
JavaLocationServer.java JavaLocationServerRMI.java
Library.java Makefile PolylineTriangulator.java Portal.java
Space.java
Log Message:
Some major changes:
1. Have finally got Bellj's thesis runing on true 3d data from MIC
2. Simplified some code extensively, namely triangualtion -- I basically trust the CDT implementation to produce legit triangulations, so I don't double check those returned values
3. Did extensive debugging and refactoring of the library class to support this
4. Portals now have a name associated which is globally unique (thianks MIC)