...
Code Block | ||
---|---|---|
| ||
void viz(float time, float solar, float water, float wind) { // time from 0 to 1 // energy values from 0 to 1 } |
Deliverables
Physical Computing
...
...
Code Block | ||
---|---|---|
| ||
void viz(float time, float solar, float water, float wind) { // time from 0 to 1 // energy values from 0 to 1 } |
...