Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D Points do not appear if all points of third dimension are same value #45

Open
Wei-LinHsiao opened this issue Jul 17, 2020 · 0 comments

Comments

@Wei-LinHsiao
Copy link

Wei-LinHsiao commented Jul 17, 2020

Describe the current behavior

Given a dataset of (x, y, z) points, if all values of the z dimension are the same, the points will not appear on the visualizer. This only works for the image and point rendermodes; the text rendermode is unaffected.

Describe the expected behavior

The points are expected to appear.

Standalone code to reproduce the issue

Adding the line vector[2] = 0 after line 26 in index.ts will replicate this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant