I'm visualizing a line-based dataset consisting of a sequence of point data. The lines are rendering correctly, however it seems the world space coordinates (worldPosition) returned by the mouse picking feature are incorrect. The value returned appears dependent on the camera position, whereas I would expect the result to be consistent and in line with the input data no matter where the camera is located. I've attached two example files, one an overwritten OBJViewer.js example modified to display lines based on point data contained within example_data.js. To reproduce simply paste these in the usage/Geometry folder and run the build/serve scripts.
Geometry.zip