Struct kiss3d::point_renderer::PointRenderer [] [src]

pub struct PointRenderer { /* fields omitted */ }

Structure which manages the display of short-living points.

Methods

impl PointRenderer
[src]

Creates a new points manager.

Indicates whether some points 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 points.