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

TFE 3D - Show track path of selected cells #285

Open
4 tasks
ShrimpCryptid opened this issue Feb 6, 2025 · 0 comments
Open
4 tasks

TFE 3D - Show track path of selected cells #285

ShrimpCryptid opened this issue Feb 6, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@ShrimpCryptid
Copy link
Contributor

Use Case

Replicate existing TFE behavior by adding a track path to the selected track.

Solution

  • Allow external consumers to pass in a list of 3D centroids and a range over which to draw them.
  • Render the modified ray march pass to a depth buffer (TFE 3D - Add raymarch shader with pick buffer support #282).
  • Render a line object (either using the Three Line object) into the scene, with visible segments determined by the provided range parameter.
  • Lines should be occluded/occlude segmentations correctly based on Z-depth.

Alternatives

Please describe any alternatives you've considered, even if you've dismissed them

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

No branches or pull requests

1 participant