Example #1
0
    private void Start()
    {
        grid = new Grid(100, 100, 10f, new Vector3(0, 0));

        HeatMapVisual heatMapVisual = new HeatMapVisual(grid, GetComponent <MeshFilter>());
    }