Welcome to PGD
If this is your first visit, be sure to check out the FAQ by clicking the link above. You have to register before you can post.
If you have recently signed up, please make sure you log in so that your activity is registered. This is required for automatic promotions to work and to ensure your account is not deleted during the registration process.
AthenaOfDelphi
Since this appears to be a problem, please be aware that some areas of the site are moderated. When you post to these areas, you will be told that your post is awaiting moderation.
You will not be able to see posts that you have made that are waiting to be moderated.
Do not think that because your post has not appeared that an error has occurred. If this happens an error message will be displayed (you should note this and report it in the 'Site News/Feedback' forum.
Thanks AthenaOfDelphi
Well I've been doing lots of code recently, but very little of it would appeal to PGD... All C/C++ and after 2 weeks of having to wake up, work and go to sleep to C's quirks, tantrums, and other such "specialities" my head feels like its about to explode... So, whats all the sinning for? Well, the project relies on code as much as it does completely insane people - an attempt to develop and build a tiltrotor UAV with VTOL capabilities. Along the lines of a V22 Osprey but with ...
Hello, So, I am looking and looking and looking but I can not find any publications, blogs, forums, tutorials on how to build a planet. Every time I search I find all kinds of info projects to put a globe into a C++ application but nothing in Pascal. One of the demos for Final3D has what appears to be a sphere but of course the demo does not allow any direct manipulation of the sphere so I have no idea what it is capable of. Is there any body who has knowledge of a solution to ...
Well, after having dabbled on this topic many times before - I decided I'd do AMD's latest chips a favour and make my code benefit from all that threaded goodness they can offer . So, I dove into the code archive and found some bits and bobs that had been gathering dust for a almost 2 years now... Turns out that since then a few bits were depreceated with FPC 2.6.0 . So I changed all the Execute() calls to Start() and hey presto, the old code had some life breathed back into it. ...
Updated 30-10-2012 at 07:24 PM by code_glitch
Well, as promised, I'll be putting a few more things up after having come back into the development scene. I'm pretty much jumping ship with my LD entry - despite it showing good progress, something I wont go into the details of . I see lots has changed now I'm compiling more stuff (and a lot of older stuff to make some new stuff work ). Especially on the depreceated front. I've got these in audio, threads and just about everywhere else. Even in bits of code I didnt even knew existed ...
So as I begin this journey this is my line of thinking.. The game is played on the surface so I want a 3d representation of our planet. I have found that several organizations will provide the data to create a 3d representation and I have found sites that have overlays for city names. I want to be able to start the game by seeing the whole planet and then zoom in to street level much like openstreetmap, but without the actual streets showing up. So, I am teaching myself about terrain ...