Comments on: You Can’t Unbake a Cake https:/2007/05/you-cant-unbake-a-cake/ Developer resources for the X-Plane flight simulator Tue, 01 Feb 2011 02:23:05 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Benjamin Supnik https:/2007/05/you-cant-unbake-a-cake/#comment-1341 Thu, 17 May 2007 09:33:00 +0000 http://www.x-plane.com/dev_blog/?p=492#comment-1341 Hi Voynik,

You make some good points here, and I think you are right that the issues with “integration effects” do NOT prohibit the editing of existing DSFs…the point I am trying to make is only that it is more tedious (relative to editing the source data) because a large number of small elements must be manually correlated (or I must rewrite into the tool some “reintegration” code).

Regarding the airport areas: two thoughts:
– You are right that draped polygons did not exist in v8.0, heck they didn’t exist until version 850. They also depend on the asynchronous threaded build-up of 3-d scenery, something that is much more viable now that dualcore chips have become the rage.

– Even if we did use overlays for all airport areas, the most important effect of the airport creation and prep code is not just that it changes the texture, but that it changes the mesh (flattening it) in a manner that is much more sophisticated than x-plane can do, and this flattening has an effect on the shape of the triangles (generally making them bigger) that helps the overlay polygon code run efficiently.

So I think we must do a lot of preprocessing to airports even if we use .pol files for the surface areas…given this and the general tendency of airports not to move after they’re built, I suspect we’ll continue with the existing strategy and continue to bake airports into the terrrain in the next major render.

Remember that .pols are always overlays – thereh as to be something under them. I don’t see any harm in that thing being airport grass. 🙂

]]>
By: Anonymous https:/2007/05/you-cant-unbake-a-cake/#comment-1342 Thu, 17 May 2007 00:59:00 +0000 http://www.x-plane.com/dev_blog/?p=492#comment-1342 I see some arguments against being able to edit existing DSFs which are not very strong IMHO. For the most part, users want to be able to touch up the existing Global scenery while adding more detailed airports which for the near term is adequate. Here are the arguments listed and some rebuttals.

—–
* If you moved an airport, the airport grass would stay in its own location.

This editing feature would seem to be the toughest to implement properly due to the terrain mesh needing re-textured. When I first encountered this, I was actually quite surprised that the decision was made to hard code the airport grassy areas into the DSF terrain mesh. The later developed draped polygon feature with a seperate polygonal boundry for a flattening code would have been a much better option though I realize that it was not available at the time. It would be nice to see this changed in the next round (ie v9). That said, the majority of the large airports are fine in this regard. Albeit, there are smaller airports that are drastically wrong. I think most people can live with a bit of extra grass here and there.

—–
* If you moved an airport over a road, the road would still be there.

The ability to create, delete, edit and move roads is really a must have option. Any thoughts of not having this feature is not viable. Therefore, if an author did move an airport, he would be able to see this conflict and move/delete the road. This makes this somewhat of a non-issue.

—–
* If you changed a city street to a highway, it would not form an overpass.

This is where the road editing feature as well as most other features would really gain from a proofing code that checks for these things in the areas that have been edited. But as with the airport, the scenery creator should be able to easily edit the road.

—–
* If you moved a road on top of a generated building, the building would remain in place.

Same as above with the exception that proofing code to check if a building is placed on a road would be a nice option.

—-
* If you changed the ground elevation, buildings would not change their orientation to face the new slope.

As above, the scenery creator should be able to create/delete/move buildings with WED. This, like road editing, is also a must have in reality.

—–

It seems that the tack that is being taken is to steer scenery creators toward scratch built DSFs. I can understand if this is the case. Editing full DSF’s is a royal PITA due to the amount of data involved. For the most part, the Global Scenery terrain is great and just needs touching up (ie move/change/add/delete a building/road here or there). If editing requires a scratch build, a lot of potential users are going to be put off from creating scenery as it will just take far too much time for them.

Regards,
Voynik

]]>
By: Anonymous https:/2007/05/you-cant-unbake-a-cake/#comment-1343 Tue, 15 May 2007 09:33:00 +0000 http://www.x-plane.com/dev_blog/?p=492#comment-1343 Hi,
As I said on the related thread on .org, I think most users are looking for option 1, a tweaking tool, while option 2 would have the potential of allowing some power users to do some really cool stuff. In that respect, I really think LR should have the (not too) long term goal of implementing both strategies with the priority given to option 1 in order to satisfy most users first.

– Cormac

]]>
By: alpilotx https:/2007/05/you-cant-unbake-a-cake/#comment-1344 Mon, 14 May 2007 05:23:00 +0000 http://www.x-plane.com/dev_blog/?p=492#comment-1344 I would vouch for the “rebuild from raw data” way. And of course make it as open as possible for the raw data (at least to an extent). Of course, you shouldn’t integrate all the features of a full fledged GIS tool – no need to reinvent the wheel. For data preparation we can still use those tools. But the open input process would make it possible, to use other data than you used (mostly, more detailed, or better in any other way). I’m really looking forward to such a tool ;-)))

Andras Fabian / alpilotx

]]>
By: Austin G https:/2007/05/you-cant-unbake-a-cake/#comment-1345 Sun, 13 May 2007 06:10:00 +0000 http://www.x-plane.com/dev_blog/?p=492#comment-1345 Interesting. It sounds like may have to build in a tool to automatically download source data for a region before the user can start to edit it. It would seem sensible to encapsulate all the source data into the XES file. How about pre-building XES files for the world, using the same source data you used for the original v8 worldwide scenery, and including a module in WED to automatically download the XES file for the region the user wants to work on. This avoids a 100Gb download when most users will only want to edit one scenery tile anyway?

]]>