8000 feat: add selected model store with click for selecting logic by toddeTV · Pull Request #28 · toddeTV/zlig · GitHub
[go: up one dir, main page]

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

feat: add selected model store with click for selecting logic #28

Merged
merged 51 commits into from
Aug 16, 2024

Conversation

toddeTV
Copy link
Owner
@toddeTV toddeTV commented Jul 23, 2024

Resolves #16

No outline effect, see #16 (comment)

@toddeTV toddeTV self-assigned this Jul 23, 2024
Copy link
vercel bot commented Jul 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zlig ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 12, 2024 6:44pm

@toddeTV
Copy link
Owner Author
toddeTV commented Aug 12, 2024

@fehnomenal
The updates are ready for review.

Summary of Changes:

  • Model Registration: Models can now register themselves to be available for selection. Only registered models can be selected by the user.
  • Single Model Selection: The system now allows only one model to be selected at a time.
  • Model Storage: The selected model is stored as an object, not just by its ID. However, for registered models, only the IDs are stored to optimize performance.
  • Additional Enhancements: I’ve added several helper functions and renamed some files for better organization.
  • ... And more. See my commits :)

@toddeTV toddeTV requested a review from fehnomenal August 12, 2024 17:41
@toddeTV toddeTV changed the title feat: add model node click with selected node store feat: add selected model store with click for selecting logic Aug 12, 2024
Copy link
Collaborator
@fehnomenal fehnomenal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything is clear and I have no objections. Keep up the pace 🚀

@toddeTV toddeTV merged commit 1c90c6c into dev Aug 16, 2024
3 checks passed
@toddeTV toddeTV deleted the feat/3d-node-click-poc branch August 16, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add click events to scene
2 participants
0