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] Add a stack to register component, and create for..loop for same component to avoid duplication #190

Open
foufrix opened this issue Feb 23, 2023 · 0 comments

Comments

@foufrix
Copy link

foufrix commented Feb 23, 2023

Hi

Let's say I have a plane Board, with 10 threes that are the same.

Currently, It will generate 11 components (1 board, and 10 threes that are the same) but don't specifically have the same positions or scale, but same material, maybe not same geometry? I have to check..

Is it interesting to develop something that will stack component and check if they already exist, to create a for loop in the tsx at the end to avoid duplicate component ?

Would it be interesting to develop that?

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