Skip to content

Fix meshes not drawn on canvas2d rendering context backend.#27

Merged
waynemwashuma merged 1 commit intodevfrom
canvas2d
Feb 1, 2025
Merged

Fix meshes not drawn on canvas2d rendering context backend.#27
waynemwashuma merged 1 commit intodevfrom
canvas2d

Conversation

@waynemwashuma
Copy link
Collaborator

Objective

Solution

Used 'position2d' mesh vertex attribute instead of 'position'.

Showcase

N/A

Migration guide

N/A

Checklist

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

Modification to use 'position2d' mesh attribute
instead of 'position'.
@waynemwashuma waynemwashuma changed the base branch from main to dev January 30, 2025 11:00
@waynemwashuma waynemwashuma self-assigned this Jan 30, 2025
@waynemwashuma waynemwashuma added type:bug Something isn't working mod:render labels Jan 30, 2025
@waynemwashuma waynemwashuma changed the title Meshes arent drawn on canvas2d context backend. Fix meshes not drawn on canvas2d rendering context backend. Jan 30, 2025
@waynemwashuma waynemwashuma merged commit 390ce60 into dev Feb 1, 2025
1 check passed
@waynemwashuma waynemwashuma deleted the canvas2d branch February 4, 2025 09:35
@waynemwashuma waynemwashuma linked an issue Feb 5, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mod:render type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Canvas2DRendererPlugin doesn't render meshes.

1 participant