-
Notifications
You must be signed in to change notification settings - Fork 11
DTL.Shape.ITerrainDrawer Interface
sitRyo edited this page Jan 15, 2020
·
1 revision
TerrainのHeightMapとして出力できるインターフェースを定義します。
public interface DTL.Shape.ITerrainDrawerなし
| Modifier & Type | Name | Descriptions |
|---|---|---|
| bool | DrawNormalize | 正規化したMatrixを生成する |
なし
T型のマトリックスを受け取りHeightMapが入力されたMatrixを返すメソッドfloat[,] CreateNormalize<T>(T[,] 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)