Struct kiss3d::line_renderer::LineRenderer [] [src]

pub struct LineRenderer { /* fields omitted */ }

Structure which manages the display of short-living lines.

Methods

impl LineRenderer
[src]

Creates a new lines manager.

Indicates whether some lines have to be drawn.

Adds a line to be drawn during the next frame. Lines are not persistent between frames. This method must be called for each line to draw, and at each update loop iteration.

Actually draws the lines.