Line Renderer Positions

Is there a manner in which you can set a start and end point for a line renderer? I wish to mirror the positions of my raycast for a laser beam.

Thanks team. :):):):):slight_smile:

try checking out the GL library or Instantiating a rectangle rather since a 1pixel line can be hard to see or can destroy the illusion of perspective

SetPosition:

The line renderer doesn’t do 1 pixel lines anyway; it’s a 3D object in 3D space with perspective.

–Eric