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

Add option for indexed vertices for buffers to be used with the mesh component. #5477

Open
Lerg opened this issue Jan 16, 2021 · 0 comments
Open
Labels
engine Issues related to the Defold engine feature request A suggestion for a new feature mesh Issue related to the mesh component

Comments

@Lerg
Copy link
Contributor

Lerg commented Jan 16, 2021

Is your feature request related to a problem? Please describe (REQUIRED):
When working with meshes you often have to deal with a lot of duplicate vertices. For instance for grids and 9-Patch images.
Indexed vertices make it much easier to work with.

Describe the solution you'd like (REQUIRED):
Add an option for meshes and buffers to support indexed. Solar2D has a good implementation of it https://docs.coronalabs.com/api/library/display/newMesh.html

Describe alternatives you've considered (REQUIRED):
Working with non-indexed vertices is possible, but more tedious.

@Lerg Lerg added the feature request A suggestion for a new feature label Jan 16, 2021
@britzl britzl added mesh Issue related to the mesh component engine Issues related to the Defold engine labels Jan 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Issues related to the Defold engine feature request A suggestion for a new feature mesh Issue related to the mesh component
Projects
None yet
Development

No branches or pull requests

2 participants