Uses of Class
net.jinx.video.model.VertexColoration

Packages that use VertexColoration
net.jinx.video.model This package contains the core components of the Vertex Modeler application.

Model designers will be most interested in the Model and VertexUtil classes; examine their documentation closely, since you'll be using them extensively.  Being aware of the other classes in this package would be handy, as well.
 
 

Uses of VertexColoration in net.jinx.video.model
 

Methods in net.jinx.video.model that return VertexColoration
static VertexColoration ModelUtil.randomColoration(float[][] vertices, Material[] sources, float threshold)
          Constructs a semi-random VertexColoration for the given vertices, using the given sources and threshold.
static VertexColoration ModelUtil.randomColoration(Model m, Material[] sources, float threshold)
          Constructs a semi-random VertexColoration for the given Model, using the given sources and threshold.