M3GToolkit 0.5.0

Uses of Class
com.java4ever.m3g.VertexArray

Packages that use VertexArray
com.java4ever.m3g   
 

Uses of VertexArray in com.java4ever.m3g
 

Methods in com.java4ever.m3g that return VertexArray
 VertexArray VertexBuffer.getPositions(float[] scaleBias)
           
 VertexArray VertexBuffer.getTexCoords(int index, float[] scaleBias)
           
 VertexArray VertexBuffer.getNormals()
           
 VertexArray VertexBuffer.getColors()
           
 

Methods in com.java4ever.m3g with parameters of type VertexArray
 void VertexBuffer.setPositions(VertexArray positions, float scale, float[] bias)
           
 void VertexBuffer.setTexCoords(int index, VertexArray texCoords, float scale, float[] bias)
           
 void VertexBuffer.setNormals(VertexArray normals)
           
 void VertexBuffer.setColors(VertexArray colors)
           
 void Transform.transform(VertexArray in, float[] out, boolean W)
           
 


M3GToolkit 0.5.0

Copyright 2005 java4ever.com. All Rights Reserved.