Grid
GPU GpuGenerates a reusable 3D grid mesh.
Grid emits a simple subdivided plane-style mesh that can be fed into the rest of the 3D pipeline for floors, guides, or procedural layouts.
Source operators/gpu/grid/grid.cpp
Parameters
| Name | Type | Description |
|---|---|---|
| cols | int | Number of grid columns. |
| rows | int | Number of grid rows. |