Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. Simple terrain — Is this doable?
QtWS25 Last Chance

Simple terrain — Is this doable?

Scheduled Pinned Locked Moved Game Development
4 Posts 3 Posters 3.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kylebragger
    wrote on 26 Jul 2011, 00:01 last edited by
    #1

    Hey all — digging into Qt for a aviation related project. Wondering if it's possible to do the following with Qt alone...

    First, check out this screenshot: http://cl.ly/3h0K2n2T3p2V0K0V2c2V (or the video: http://www.youtube.com/watch?v=_LdeZpTI_xc)

    I have a pretty robust flight model (JSBSim) which gives me such things as a lat/lon and related "where am I data". Wondering if it's possible to build a simple 3d scene as in the screenshot, where I can specify objects in 3d space (using lat/lon or some other coordinate system), and then provide x/y/z axis data (e.g. altitude, attitude, and forward velocity). There would be a horizon and ground/sky, but that's about it initially.

    Thanks,
    Kyle

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dangelog
      wrote on 26 Jul 2011, 06:28 last edited by
      #2

      Well, that's pretty much up to you. You can use OpenGL and draw a "true" 3d scene, or just fake it using custom painting on a QWidget or similar.

      Software Engineer
      KDAB (UK) Ltd., a KDAB Group company

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kylebragger
        wrote on 26 Jul 2011, 13:13 last edited by
        #3

        [quote author="peppe" date="1311661711"]Well, that's pretty much up to you. You can use OpenGL and draw a "true" 3d scene, or just fake it using custom painting on a QWidget or similar.[/quote]

        Thanks for the reply. Curious if there are any recommended starting points for doing such a thing...

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andre
          wrote on 26 Jul 2011, 13:50 last edited by
          #4

          Perhaps "this":http://pc12-c714.uibk.ac.at/GPLIGC/GPLIGC.php can be a starting point?

          1 Reply Last reply
          0

          4/4

          26 Jul 2011, 13:50

          • Login

          • Login or register to search.
          4 out of 4
          • First post
            4/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved