[Documentation] [TitleIndex] [WordIndex

Grid

The Grid display shows a grid of lines, centered at the origin of the target frame.

Properties

Name

Description

Valid Values

Default

Plane Cell Count

The number of cells to draw in the plane of the grid

1+

10

Normal Cell Count

The number of cells to draw along the normal of the grid. Setting this to anything but 0 makes the grid 3D

0+

0

Cell Size

The length, in meters, of the side of each cell

0.0001+

1

Line Style

The rendering operation to use to draw the lines. Lines are the same width no matter how far away they are. Billboards have real-world width, so they get larger/smaller depending on how far away they are from the camera.

Lines, Billboards

Lines

Line Width

The width of the lines, in meters. Only applicable if Line Style is set to Billboards

0.0001+

0.03

Color

The color of the lines

([0-255], [0-255], [0-255])

(127, 127, 127)

Alpha

The amount of transparency to apply to the lines

[0-1]

0.5

Plane

The plane to draw the grid along

XY, XZ, YZ

XY


2023-10-28 13:03