Uses of Interface
toxi.geom.mesh.STLColorModel

Packages that use STLColorModel
toxi.geom.mesh   
 

Uses of STLColorModel in toxi.geom.mesh
 

Classes in toxi.geom.mesh that implement STLColorModel
 class DefaultSTLColorModel
           
 class MaterialiseSTLColorModel
           
 

Fields in toxi.geom.mesh declared as STLColorModel
static STLColorModel STLWriter.DEFAULT
           
static STLColorModel STLWriter.MATERIALISE
           
 

Constructors in toxi.geom.mesh with parameters of type STLColorModel
STLWriter(STLColorModel cm, int bufSize)