Closed
Description
https://codepen.io/anon/pen/KrXrgJ
In the above codepen, the 3D axis appears to have been corrupted. This only appears to occur when there are both a surface and scatter3d, all the z coordinates are identical, and the z coordinate can not be expressed as 2^n
where n is an integer.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
etpinard commentedon Nov 19, 2018
Thanks for the report.
archmoj commentedon Dec 3, 2018
This demo illustrates a similar issue when having a
mesh3d
with a surface. So it is not related toscatter3d
and the bug is likely on thesurface3d
side.