Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. To render 3d object loadded into Qt3d what free engine should i use ?
Forum Updated to NodeBB v4.3 + New Features

To render 3d object loadded into Qt3d what free engine should i use ?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 2.9k Views 1 Watching
  • 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.
  • U Offline
    U Offline
    umen242
    wrote on last edited by
    #1

    m using Qt3d to load 3d models , now i want to be able to render them to image but render in high quality image output , do i need to use rendering engine ? which you recommend that is free to use and i could embed in to the application

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      ZapB
      wrote on last edited by
      #2

      Qt3D uses OpenGL so you would normally render to the framebuffer and capture that. There is even a "Qt example":http://doc.qt.nokia.com/latest/opengl-grabber.html that shows how to do this.

      To improve quality you need to render the scene with "better" settings - be they shaders, multisampling buffers, multiple passes etc. That is up to you to do though and it depends what you man by "high quality".

      Nokia Certified Qt Specialist
      Interested in hearing about Qt related work

      1 Reply Last reply
      0
      • U Offline
        U Offline
        umen242
        wrote on last edited by
        #3

        well how can i get for example reflection effect

        1 Reply Last reply
        0
        • Z Offline
          Z Offline
          ZapB
          wrote on last edited by
          #4

          "Let me google that for you":http://lmgtfy.com/?q=opengl+reflection

          Nokia Certified Qt Specialist
          Interested in hearing about Qt related work

          1 Reply Last reply
          0

          • Login

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