Uses of Class
heronarts.lx.LXModelComponent
Package
Description
Core LX engine and component functionality.
Layer components that mutate existing buffers with standardized enable/disable.
Core classes for procedural animation.
-
Uses of LXModelComponent in heronarts.lx
Modifier and TypeClassDescriptionclass
A component which may have its own scoped user-level modulators.class
A layer is a components that has a run method and operates on some other buffer component.class
Base class for system components that run in the engine, which have common attributes, such as parameters, modulators, and layers.class
LXModelLayer<T extends LXModel>
Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionModifier and TypeMethodDescriptionDeprecated. -
Uses of LXModelComponent in heronarts.lx.dmx
-
Uses of LXModelComponent in heronarts.lx.effect
Modifier and TypeClassDescriptionclass
class
class
class
class
Class to represent an effect that may be applied to the color array.static class
Placeholder pattern for when a class is missingclass
LXModelEffect<T extends LXModel>
Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclass
class
Modifier and TypeMethodDescriptionDeprecated. -
Uses of LXModelComponent in heronarts.lx.effect.audio
-
Uses of LXModelComponent in heronarts.lx.effect.color
-
Uses of LXModelComponent in heronarts.lx.effect.image
-
Uses of LXModelComponent in heronarts.lx.effect.midi
-
Uses of LXModelComponent in heronarts.lx.mixer
Modifier and TypeClassDescriptionclass
Abstract subclass for both groups and channelsclass
Abstract representation of a channel, which could be a normal channel with patterns or the master channel.class
A channel is a single component of the engine that has a set of patterns from which it plays and rotates.class
class
Represents the master channel. -
Uses of LXModelComponent in heronarts.lx.pattern
Modifier and TypeClassDescriptionclass
class
Deprecated.class
LXModelPattern<T extends LXModel>
Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclass
A pattern is the core object that the animation engine uses to generate colors for all the points.static class
Placeholder pattern for when a class is missingModifier and TypeMethodDescriptionDeprecated. -
Uses of LXModelComponent in heronarts.lx.pattern.audio
-
Uses of LXModelComponent in heronarts.lx.pattern.color
Modifier and TypeClassDescriptionclass
class
class
-
Uses of LXModelComponent in heronarts.lx.pattern.form
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of LXModelComponent in heronarts.lx.pattern.image
-
Uses of LXModelComponent in heronarts.lx.pattern.strip
-
Uses of LXModelComponent in heronarts.lx.pattern.test
Modifier and TypeClassDescriptionclass
Braindead simple test pattern that iterates through all the nodes turning them on one by one in fixed order. -
Uses of LXModelComponent in heronarts.lx.pattern.texture
-
Uses of LXModelComponent in heronarts.lx.script