-
-
Notifications
You must be signed in to change notification settings - Fork 416
Add option for indexed vertices for buffers to be used with the mesh component. #5477
Copy link
Copy link
Open
Labels
community voteIssue was voted as high priority by the communityIssue was voted as high priority by the communityengineIssues related to the Defold engineIssues related to the Defold enginefeature requestA suggestion for a new featureA suggestion for a new featuremeshIssue related to the mesh componentIssue related to the mesh component
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
community voteIssue was voted as high priority by the communityIssue was voted as high priority by the communityengineIssues related to the Defold engineIssues related to the Defold enginefeature requestA suggestion for a new featureA suggestion for a new featuremeshIssue related to the mesh componentIssue related to the mesh component