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

Procedural Meshes #10

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

Laxystem
Copy link
Contributor

@Laxystem Laxystem commented Mar 19, 2023

Questions to be answered:

  • Should procedural meshes keep using the tick() function to recalculate the mesh if dirty?
  • Should the registry keep meshes, or mesh types, with the parameters for the mesh being automatically generated from JSON? yes, that allows for further customization using JSON data instead of registering more meshes using code, and creating static models based on JSON data.

@Laxystem
Copy link
Contributor Author

Laxystem commented Mar 20, 2023

Still work-in-progress. Categorizing StaticMeshes into a separate interface, adding methods unique to them (replaceMaterials, scale...), Creating a README.md, adding sceneLoader-registry support.

@Laxystem
Copy link
Contributor Author

image
InteliJ did bad

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

Successfully merging this pull request may close these issues.

None yet

1 participant