Skip to content

Added remove_indices to Mesh#11733

Merged
james7132 merged 1 commit intobevyengine:mainfrom
lynn-lumen:mesh_remove_indices
Feb 6, 2024
Merged

Added remove_indices to Mesh#11733
james7132 merged 1 commit intobevyengine:mainfrom
lynn-lumen:mesh_remove_indices

Conversation

@lynn-lumen
Copy link
Copy Markdown
Contributor

Objective

Solution

  • Added Mesh::remove_indices(&mut self) -> Option<Indices>

@james7132 james7132 added A-Rendering Drawing game state to the screen C-Usability A targeted quality-of-life change that makes Bevy easier to use labels Feb 6, 2024
@james7132 james7132 added this pull request to the merge queue Feb 6, 2024
Merged via the queue into bevyengine:main with commit d4132f6 Feb 6, 2024
Shatur pushed a commit to simgine/bevy that referenced this pull request Feb 7, 2024
# Objective

- Fixes bevyengine#11727 

## Solution

- Added `Mesh::remove_indices(&mut self) -> Option<Indices>`
@lynn-lumen lynn-lumen deleted the mesh_remove_indices branch February 16, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Rendering Drawing game state to the screen C-Usability A targeted quality-of-life change that makes Bevy easier to use

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Mesh::remove_indices

2 participants