Пример #1
0
        public void Draw()
        {
            if (start != null)
            {
                start.Draw();
            }
            tex.Apply();

            RoadMapGen.SaveTexToPng("rivers", tex);
            Debug.Log("finished river with " + nodeCount + " node(s), it took " + iterations + " iteration(s), children L/R: " + leftChildren + "/" + rightChildren);
        }