资 源 简 介
10/21/2012 - We switched the vecmath implementation to use the free version. The license has been converted to MIT license. Courtesy to Thomas Suessemilch for this change.
With the introduction of WebGL, O3D, Canvas 3D, and other implementation that brings 3D support to the browsers, along with the release of GWT-2.0, it is just a matter of time that we will see some fully functional wrappers for these 3D canvas in GWT. As far as 3D vector/matrix math goes, vecmath is probably one of the most widely used library in Java, but it is not innately compatible with GWT. This project seeks to eliminate the GWT-breaking issues in vecmath for future 3D GWT-developers. More than 99% of the source codes in vecmath will remain intact, so developers who have already been using vecmath in regular Java before should have no trouble with porting it to GWT.
To use this library, adds gwt-vecmath.jar to your build path, and add the following line to your .gwt.xml file: