Mobile
3djava.txt
Associated article: Importing 3D Models into Mobile Java Devices
Tags: Mobile JVM Languages
Importing 3D Models into Mobile Java Devices
by Tom Thompson
Listing One
// Methods for model in brocket.obj
private short[] getVerts()
// return an array holding Vertexes [2457 values / 3 = 819 points]
{
short[] vals = {
15,-3,-56, 16,-3,-56, 16,-4,-60,
16,-4,-60, 26,-8,-70, 15,...


