GillesDebunne / libQGLViewer

libQGLViewer is an open source C++ library based on Qt that eases the creation of OpenGL 3D viewers.
Other
241 stars 94 forks source link

SSAO rendering #59

Closed yvanblanchard closed 1 year ago

yvanblanchard commented 1 year ago

Hello, Do you have any plans to integrate SSAO (Ambiant Occlusion, with Light shadows), rendering in the lib? Thank you

GillesDebunne commented 1 year ago

Hello,

There is no such plan. The library is aimed at displaying scenes, the rendering part is independent.

On Mon, Sep 12, 2022 at 1:18 AM Yvan Blanchard @.***> wrote:

Hello, Do you have any plans to integrate SSAO rendering in the lib? Thank you

— Reply to this email directly, view it on GitHub https://github.com/GillesDebunne/libQGLViewer/issues/59, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOPFGRGZYHQC2F4JEJ2GXDV5ZSCPANCNFSM6AAAAAAQJ7KKU4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

yvanblanchard commented 1 year ago

OK, thank you Gilles. I found some examples that could help me finally: https://github.com/diharaw/sdf-baking https://github.com/LiangliangNan/Easy3D