InfiniteGridHelper.create constructor

InfiniteGridHelper.create(
  1. BufferGeometry? geometry,
  2. Material? material
)

Implementation

InfiniteGridHelper.create(super.geometry, super.material) {
  type = "InfiniteGridHelper";
}