scatter-gl icon indicating copy to clipboard operation
scatter-gl copied to clipboard

Add option to dataset to pass separate arrays of x, y, and z

Open joshua-gould opened this issue 6 years ago • 2 comments

We could convert Dataset to an interface with getX(index), getY(index), getZ(index) methods so users could store positions how they desire.

joshua-gould avatar Mar 16 '20 19:03 joshua-gould

Are you running into issues with this, eg is your data in separated format? I'll have to think through the consequences of this one a bit...

cannoneyed avatar Mar 16 '20 22:03 cannoneyed

My data is in separate arrays. It is easy to convert to the format that Dataset expects, but makes initialization slightly slower.

joshua-gould avatar Mar 16 '20 23:03 joshua-gould