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. QT3D, multisample texture
Forum Updated to NodeBB v4.3 + New Features

QT3D, multisample texture

Scheduled Pinned Locked Moved Unsolved General and Desktop
openglc++transparency
2 Posts 2 Posters 1.2k 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.
  • S Offline
    S Offline
    skybig
    wrote on 15 Dec 2017, 02:43 last edited by
    #1

    Hi there,

    Does someone know how to create texture_2d_multisample in qt3d??

    I am going to implement OIT (Order Independent Transparency) with several render passes, but the problem is when I saved my render color buffers to textures and tried to blend them in my final render pass, there was aliasing in the edge. I am not sure does qt3d support gl_texture_2d_multisample?

    Thanks,

    1 Reply Last reply
    0
    • H Offline
      H Offline
      HappyFeet
      wrote on 8 Jan 2018, 17:36 last edited by
      #2

      I think you have to add a QMultiSampleAntiAliasing to either a QRenderStateSet or a QRenderPassFilter. Did you also enable it in the OpenGL format that you set?

      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