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

gpu_set_depth still doesn't affect tilemaps #5766

Closed
DragoniteSpam opened this issue May 5, 2024 — with GM Bug Reporter · 3 comments
Closed

gpu_set_depth still doesn't affect tilemaps #5766

DragoniteSpam opened this issue May 5, 2024 — with GM Bug Reporter · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation are required by this issue project This issue has a sample project attached runner-bug In-game bugs with the "GameMaker Studio 2" runtimes

Comments

@DragoniteSpam
Copy link

Description

According to #4741 gpu_set_depth should now affect tilemaps, but it does not.

Steps To Reproduce

Run the sample project, notice the tilemap not cosining up and down in 3D space

Which version of GameMaker are you reporting this issue for?

IDE v2024.4.0.137 Runtime v2024.4.0.168

Which operating system(s) are you seeing the problem on?

Windows 10.0.19045.0

24309048-56f0-4223-ad95-02505552703e

@gm-bug-reporter gm-bug-reporter bot added runner-bug In-game bugs with the "GameMaker Studio 2" runtimes project This issue has a sample project attached labels May 5, 2024
@stuckie stuckie moved this from Triage to Todo in Team Workload May 7, 2024
@stuckie stuckie added this to the 2024.6 milestone May 7, 2024
@jackerley
Copy link

Hi, you are calling layer_force_draw_depth(true, 0); which forces the tilemap to be drawn at depth 0, removing this call will allow you to render the tilemap at your requested depth.

@jackerley jackerley closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Team Workload May 7, 2024
@DragoniteSpam
Copy link
Author

That takes precedence over gpu_set_depth? Interesting

@gurpreetsinghmatharoo gurpreetsinghmatharoo moved this from Done to Ready for QA in Team Workload May 8, 2024
@gurpreetsinghmatharoo gurpreetsinghmatharoo added the documentation Improvements or additions to documentation are required by this issue label May 8, 2024
@Emc1923
Copy link

Emc1923 commented May 30, 2024

Closing as per the above comment, thanks!

@Emc1923 Emc1923 moved this from Ready for QA to Verified in Team Workload May 30, 2024
@YYDan YYDan moved this from Verified to Not a bug in Team Workload Jun 17, 2024
@YYDan YYDan removed this from the 2024.6 milestone Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation are required by this issue project This issue has a sample project attached runner-bug In-game bugs with the "GameMaker Studio 2" runtimes
Projects
Status: Not a bug
Development

No branches or pull requests

6 participants