HeightFieldShape constructor
HeightFieldShape({
- required int width,
- required int depth,
- required Float32List heights,
- required Vector3 scale,
Implementation
HeightFieldShape({
required this.width,
required this.depth,
required this.heights,
required this.scale,
});