Skip to content

Render: Batching manager for the static geometry #193

Description

@eprikazchikov

Is your feature request related to a problem? Please describe.

To decrease the number of a draw calls it would be nice to have a batching manager for the static geometry.

Describe the solution you'd like

Batching manager will trigger at the beginning of a map initialization. It will find all MeshRender's which was marked as static in the Transform components and will try to merge geometry in the batches based on materials and textures principle.

Describe alternatives you've considered

N/A

Additional context

This approach will require additional property in the Transform component - "Is static" which will be disabled by the default.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions