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

Array Renderer #8

Open
oli414 opened this issue Nov 9, 2018 · 1 comment
Open

Array Renderer #8

oli414 opened this issue Nov 9, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@oli414
Copy link
Owner

oli414 commented Nov 9, 2018

Allow the user to render an entire grid of objects in a single scene. The user would be able to specify the spacing and number of objects and the array renderer will render all the objects individually, Useful for things like terrain, and later on paths and track pieces.

@oli414 oli414 added the enhancement New feature or request label Nov 9, 2018
@oli414
Copy link
Owner Author

oli414 commented Nov 13, 2018

Some of the challenges and questions for this idea:

  • Render all the objects with the same settings?
  • Separate settings for every object in the array, how to make that work in the GUI?
  • Separate path, ride and array renderer?

The second option is probably the most feasible. An idea would be to make a separate array render tab with a list and two buttons: "Save settings for item" and "Load settings for item". An item be added and deleted. When clicking an item and pressing save all the current settings from the other tabs are stored in that item. Loading the settings will overwrite all the settings from the other tabs with the settings of the selected item.
At the end of the array render tab would be a button to render the entire array.

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