Internal— read by DrawTechnique._bind.
Internal— read by DrawTechnique._bind.
Internal— read by DrawTechnique._bind.
Gets the polyline join style. Default is "miter".
Sets how polyline joints are drawn — "miter" (default) for
sharp mitered corners, "round" for circular joints formed
by the round-cap SDF on each side. Changes take effect on
the next frame.
See LineJoinStyle for the full enumeration.
Sets the View-level line-pattern (dash / gap) style.
Accepts either a named preset from LineStyle or a
custom [dash, gap, dash, gap, …] array (up to 8 entries,
units of line-width). Setting "solid" or an empty array
clears the pattern.
Per-material linePattern on SceneMaterial overrides
this view-level value for any mesh that carries the
material — so engineering drawings can mix conventions
(hidden / centre / phantom) inside a single view.
Pattern entries are expressed in line-width units — a
"dashed" line at lineWidth = 1 and at lineWidth = 8
have identical proportions, just scaled.
Gets the line width.
Default value is 1 pixels.
Sets line width.
Default value is 1 pixels.
Configures the appearance of "lines" geometry primitives.