-
Notifications
You must be signed in to change notification settings - Fork 10
DTL.Shape.ITerrainDrawer Interface.DrawNormalize
sitRyo edited this page Jan 15, 2020
·
1 revision
// (1)
void DrawNormalize(float[,] matrix);
Matrixγ«ζη»γγγ
(1) θΏγε€γͺγ
ζγγͺγ
float[,] matrix = new float[64, 64];
ITerrainDrawer generator = new FractalIsland(10, 150, 75);
generator.DrawNormalize(matrix);
Copyright (c) 2017-2019 Kasugaccho. Copyright (c) 2018-2019 As Project.
Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)