Just wondering has anyone else made a system like this
Hello I made a Airport Generation system capable of generating every airport in the world for my roblox flight sim AeroX 2024, Should i make this a plugin so u can generate every airports?
Just wondering has anyone else made a system like this
Hello I made a Airport Generation system capable of generating every airport in the world for my roblox flight sim AeroX 2024, Should i make this a plugin so u can generate every airports?
Please send the source code this looks cool.
Rather not, as this is in creations feedback
Try some European ones aswell
This looks sick. Can you attach the logic behind it along the post?
Pretty much it sends 1 api requests to a OSM api giving me all aeroway data and i use a special function to convert lat and lon to x y z, and then the rest is just drawing parts and blah blah blah
nice work,
question : does osm have api call limits? if yes do you cache the results?
they dont and it seems to work great
does this use generated unions? or premade terrain?
is the runway numbers dynamic?
polygon trianglation for turning polygon data to triangles for grass and such
runway numbers are based on math but apis do return data, but its kinda of a hassle due to how the api is but i think i know a good solution
i would love to know what api service you use
open street map, its a free api and it works pretty well