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

Objects positioned below the ground #162

Open
lucasthomaz97 opened this issue Oct 28, 2024 · 1 comment
Open

Objects positioned below the ground #162

lucasthomaz97 opened this issue Oct 28, 2024 · 1 comment

Comments

@lucasthomaz97
Copy link

image
I noticed that in slopes and higher surfaces, the objects(trees, in this case) are getting placed below the ground, just like the print above.

Also, in some places, the objects end up being placed in the air in the case of higher slopes, as you can see in the next prints:
image

In flat places, this fail does not happens, as shown in the print below:
image

Now that i'll start planning the race tracks for my game, i'll really start stress testing this addon while designing the scenarios, so i think i'll end up reporting a lot of bugs here (and i have QA expertise too, not just because i'm just using the addon).

@spimort
Copy link
Owner

spimort commented Oct 29, 2024

Now that i'll start planning the race tracks for my game, i'll really start stress testing this addon while designing the scenarios, so i think i'll end up reporting a lot of bugs here (and i have QA expertise too, not just because i'm just using the addon).

Sounds good to me, I don't mind fixing issues when I can 🙂!

Btw, I'm working on improving the way the objects wrok right now. It's gonna be better for perfs!

As for the tree placement, it's always hard to find the exact right height of an object on a map because the objects or not always placed on a grid. This means that I have to find a somewhat decent spot to place the object. On flat surface it's easy because anywhere I'll place it, the height will be similar. On steep surfaces, I try to find the right place but since the elevation changes a lot, sometimes it's a miss.

I'll try to see if I can improve that but can't promise anything.

Probably after I finish improving the overall objects thing 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants