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

Fix Scaled TileMapLayer Issues and Fix Scaled QMeshNode Runtime Rendering Issues… #16

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

erayzesen
Copy link
Owner

This PR fixes issues in converting scaled TileMapLayer colliders into QuarkPhysics colliders. It should resolve this issue.
#12

Additionally, during the transition from the Godot module to GDExtension, all rendering operations were implemented in QMeshNode objects instead of the previous centralized render solution. However, scale issues were identified during runtime rendering processes in scaled QMeshNode objects. This PR also addresses rendering issues in QMeshNode objects where the global_scale value has been modified.

@erayzesen erayzesen marked this pull request as ready for review January 17, 2025 04:56
@erayzesen erayzesen merged commit f62a450 into master Jan 17, 2025
48 checks passed
@erayzesen erayzesen deleted the bugfix/solve-scaled-tilemaplayer-problem branch January 17, 2025 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant