Browse Source
Added a check inside of the Projector.js to make sure that before accessing the 0th item of the
vertices array in the line geometry, that the length of the vertices array is more than 0.
- This prevents crashing when a Line object is added to the scene before it has vertices
added to it.