README.md 633 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# Animated Morph Sphere

## Details

The sphere contains two morph targets in it:

  * **`blob`** : moves the vertices so that it becomes a somewhat amorphous fat, blob shape.
  * **`ship`** : moves the vertices so that it looks a bit like a spaceship, the goal being
    to just make it a much more complicated morph example than the [cube](../AnimatedMorphCube/README.md).

The animation loops, morphing between these two states.

## Screenshot

![screenshot](screenshot/screenshot.gif)

## License Information

Public domain ([CC0](https://creativecommons.org/publicdomain/zero/1.0/))

Donated by Howard Wolosky for glTF testing.