| Age | Commit message (Collapse) | Author | Files | Lines |
|
Although it is unlikely that this code will actually run, it is split up
rather nicely such that it should be maintainable into the future.
Right now only one fish is supported, and it moves at some fixed rate
across the bridge. This is fine for a demo, but the rendering process
will need to be changed significantly before the end.
|
|
|
|
|
|
|
|
RGB vector has additionally been added, and color mixing happens in RGB.
|
|
They should choose a random color in the correct interval and transition
gradually to it, however this code is currently untested.
|
|
|
|
|
|
The script kind of strobes the lights gently and the parameters are
configurable with global variables. Right now, the only color used is
blue.
|
|
|