Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 7 of 7

Thread: what soft combination to use? (simulator)

  1. #1

    what soft combination to use? (simulator)

    Hi All,
    I'm begynner of OpenGL + experienced 3d modeller (Blender). I have a 3d simulation application of plane panel (in c++) with a lot of logic around. I would like to remake the panel - to be more 3D realistic (real time shadows, etc.).

    My question is that what would be the best way to make it? Because of I want to remake only the panel I need that the new panel is a dll.

    My idea is to model all 3d objects of the panel in Blender, then import it to OpenGL (where I would create shadows, textures and button logic)and then pack it in dll.

    Please do you think that it is a good decision? How long it might take to make the shadows and button logic in OpenGL (for a begynner?). Or can you recommend something else?

    thank you in advance.

  2. #2
    Senior Member OpenGL Pro Zengar's Avatar
    Join Date
    Sep 2001
    Location
    Germany
    Posts
    1,979

    Re: what soft combination to use? (simulator)

    What is "plane panel"? Are you proficient with programming?

  3. #3
    Senior Member OpenGL Pro Ilian Dinev's Avatar
    Join Date
    Jan 2008
    Location
    Watford, UK
    Posts
    1,261

    Re: what soft combination to use? (simulator)

    I think he means an airplane's cockpit. Pushable buttons, knobs etc. that are also LEDs.

    Miroslav, first make an .exe version. You should learn/refresh some stuff about 4x4 matrix math, object/world/eye(camera)/clip-space. I'm just wondering whether to recommend shaders - for so-so shadows, you can be fine without shaders.
    I'd recommend using just about any readily-available library/engine, as there's a lot of code to be written: initialization, game-loop, loading of textures, importing of 3D-model files, etc. (oh well, maybe just about 2k lines).

  4. #4

    Re: what soft combination to use? (simulator)

    many thanks for replies
    Quote Originally Posted by Ilian Dinev
    I think he means an airplane's cockpit. Pushable buttons, knobs etc. that are also LEDs.
    - yes

    I'd recommend using just about any readily-available library/engine,
    Please can you recommend one? I was thinking for example about ogre - but I would like to have the code in a 'standard' and 'long term' logic and I don't know if we will use for example ogre in 2-3 years. That is why I was thinking more about straight openGL.

  5. #5
    Senior Member OpenGL Pro Ilian Dinev's Avatar
    Join Date
    Jan 2008
    Location
    Watford, UK
    Posts
    1,261

    Re: what soft combination to use? (simulator)

    2-3 years means "everything is shaders", imho
    I would recommend Leadwerks' engine - it's commercial (very cheap actually), and produces cutting-edge graphics easily. You can remake DeadSpace-quality graphics with it, straight off the bat.
    Then, there is Ogre, which someone here described just like I think it is: overly-complex, doesn't allow to customize it easily, but is perfect for its creators' purposes. It can do a lot, and has only a few misses - so the limit is not noticeable.
    There are many more engines, and several toolkits. I never used any of them, so someone else should point you to them. I prefer the harder and time-taking way of learning all about the subject

  6. #6

    Re: what soft combination to use? (simulator)

    Quote Originally Posted by Ilian Dinev
    I prefer the harder and time-taking way of learning all about the subject
    here you mean openGL?

  7. #7
    Senior Member OpenGL Pro Ilian Dinev's Avatar
    Join Date
    Jan 2008
    Location
    Watford, UK
    Posts
    1,261

    Re: what soft combination to use? (simulator)

    yes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •