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

[Feature Request] Flags to enable/disable and set draw distance shader #85

Open
RyanMullins opened this issue Nov 12, 2021 · 2 comments

Comments

@RyanMullins
Copy link
Member

Currently in 3D mode, it is possible to define a set of points in the space such that performing a specific rotation of that space hides the entire dataset behind what appear to be a draw distance shader positioned at the origin.

While there may be good performance reasons to enable a draw distance shader by default, it would be nice if we had:

  • A disable: boolean flag that turns that shader off
  • [Optional] If possible, a drawDistance: number = 0 property that sets the distance from the origin along the view-plane normal (VPN) at which the draw distance shader takes effect. drawDistance === 0 (default) should start the effect at the origin, drawDistance > 0 should move the shader away from the origin and camera along VPN, and drawDistance < 0 should move the shader to a point between the origin and camera along VPN.
@cannoneyed
Copy link
Member

Thanks for the proposal, will look into this!

@cannoneyed
Copy link
Member

#91

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

2 participants