Uses of Enum Class
heronarts.lx.model.LXModel.Mesh.Type
Packages that use LXModel.Mesh.Type
- 
Uses of LXModel.Mesh.Type in heronarts.lx.modelFields in heronarts.lx.model declared as LXModel.Mesh.TypeMethods in heronarts.lx.model that return LXModel.Mesh.TypeModifier and TypeMethodDescriptionstatic LXModel.Mesh.TypeReturns the enum constant of this class with the specified name.static LXModel.Mesh.Type[]LXModel.Mesh.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in heronarts.lx.model with parameters of type LXModel.Mesh.TypeModifierConstructorDescriptionMesh(LXModel.Mesh.Type type, File meshFile, int color) Mesh(LXModel.Mesh.Type type, List<LXVector> vertices, int color)