Dendrite

GPU-based dendrite patterns generator with a space colonization algorithm in Unity.

MIT License

Stars
114

Dendrite

GPU-based dendrite patterns generator with a space colonization algorithm in Unity.

Dendrite builds a branching model by feeding points as seed.

Rendering

Dendrite provides some rendering functions for Attraction, Node, Edge. (See sub classes of DendriteRenderingBase)

And DendriteMarchingCubesRendering is a volume renderer for Edge by GPU-based marching cubes algorithm.

Skinned Dendrite

SkinnedDendrite is a special type of Dendrite for a skinned mesh.

It builds a animated dendrite model with SkinnedMeshRenderer as a source. (by VolumeSampler utility)

Compatibility

Tested on Unity 2018.2.8f1, windows10 (GTX 1060). Requires Direct X environment.

Sources