There was a windows/opengl state problem (seems to be only with Windows 7) that caused the right-click to crash in the 3d view (but not the 2d view), this had to do with using vertex buffers during selection render, bla bla bla..
The fix was posted today for those that need it (the codebase zip dated 1-27 includes a compiled release exe), I haven't seen any documented reason why vertex buffers can't be used while rendering in select mode, but there it is..... read more
Hi Guys-
The full codebase in the main zip files is the entire project "as-is" with all extra required files (such as glut stuff, etc.), there is no documentation and comments are sparse (as some of you have noticed :)
I'm available to answer any questions (and I will be cleaning up and documenting the codebase based on the order of feedback/issues I receive)..
Compiler:
The last build was for VS2008, I'll be putting together VS2005 and VS6 build (for those who really want it), there won't be a mac version until the guts are isolated and there is an interface for a new GUI..... read more