M3G

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

The M3G-fileformat is used by the Java Mobile 3D Graphics API.

Goals of M3G

M3G was designed to meet the specific needs of mobile devices, which are constrained in terms of memory, memory bandwidth, and processing power, and which often lack an FPU and graphics acceleration hardware such as a GPU. The API's architecture allows it to be implemented completely in software or to take advantage of any acceleration hardware present on the device.

M3G is not Java 3D !

External Links