Class: SparkleMotion::Nodes::Generator

Inherits:
SparkleMotion::Node show all
Defined in:
lib/sparkle_motion/nodes/generator.rb

Overview

A sub-class of ‘Node` for any node that operates as the root of a DAG, rather than as a transform.

Constant Summary

Constants inherited from SparkleMotion::Node

SparkleMotion::Node::DEBUG_SCALE, SparkleMotion::Node::FRAME_PERIOD

Instance Attribute Summary

Attributes inherited from SparkleMotion::Node

#debug, #history, #lights

Method Summary

Methods inherited from SparkleMotion::Node

#[], #[]=, #initialize, #snapshot_to!, #update

Constructor Details

This class inherits a constructor from SparkleMotion::Node