behave-graph icon indicating copy to clipboard operation
behave-graph copied to clipboard

Add glTF + behave-graph.json examples.

Open bhouston opened this issue 2 years ago • 2 comments

Some ideas:

  • blink using lifecycle/start + delay + changing visibility - visibility only.
  • an object that if you click it, it rotates to a random orientation - click + rotation.
  • keyboard a/w/s/d that turns into translation of the object on screen - keyboard + translation.
  • an object that if you click it, it begins rotating - click + interpolator.
  • mouse over object and it get's larger until you leave the object and it returns to size - hover/enter/leave + scale.
  • an object moves to a series of different locations (defined as nulls) and repeats - interpolators.

bhouston avatar Sep 26 '22 04:09 bhouston

I have the first example, changing visibility, coded up here: https://github.com/bhouston/behave-graph/pull/111

bhouston avatar Oct 08 '22 02:10 bhouston

Some unit tests to demonstrate this functionality would also be a great form of showing how to use this with gltfs.

oveddan avatar Oct 26 '22 17:10 oveddan