Jump to content

Rule based animations in 3d space, any suggestions?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
dan56965

dan56965

    Newbie

  • Members
  • Pip
  • 2 posts
Hi!

I'm writing animations to display on a 3d array of LEDs (an 'LED cube'). I'm interested in rule based animations, where the likelyhood of any given LED being on is based on the status of the rest of the cube.

So far, I've got a 'firefly' type effect, where the probability each LED lighting is based on the status of it's neighbours.

Any ideas as to what else I could do (and an outline of some possible rules)?

- I was thinking some sort of self-organising patterns, or perhaps an unstable system, a bit like the Briggs-Rauscher oscillating reaction.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
3D life comes to mind
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
dan56965

dan56965

    Newbie

  • Members
  • Pip
  • 2 posts
Thanks for that, good idea.