Skip to content

Commit

Permalink
Adding a demo gif and initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewreagan committed Nov 9, 2016
1 parent 5237146 commit 60f6d8c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
@@ -0,0 +1,23 @@
![TerrainMesh Demo](/terrainMeshDemo.gif?raw=true "TerrainMesh Demo")

# TerrainMesh

**TerrainMesh** is a [SCNNode](https://developer.apple.com/reference/scenekit/scnnode) subclass which aims to simplify the creation of custom **SceneKit** geometry for triangle meshes.

It was created as a simple / fun exploratory demonstration of deformable SceneKit terrain, which can be manipulated on a per-vertex basis.

## Related Article

For a more in-depth explanation of this class and how to use custom geometry with SceneKit, see the blog post here: [http://sound-of-silence.com](http://sound-of-silence.com)

## Performance

The TerrainMesh class can be used as-is for a variety of purposes including terrain generation or manipulation, but it is by no means the most efficient or practical way of achieving this. For more links on the topic, please check out the blog post linked above.

## Author

**Matt Reagan** - Website: [http://sound-of-silence.com/](http://sound-of-silence.com/) - Twitter: [@hmblebee](https://twitter.com/hmblebee)

## License

Source code and related resources are Copyright (C) Matthew Reagan 2016. The source code is released under the [MIT License](https://opensource.org/licenses/MIT).
Binary file added terrainMeshDemo.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60f6d8c

Please sign in to comment.