3D view Display - bug with AO #47331

Closed
opened 2016-02-05 11:07:43 +01:00 by Patrick Depoix · 15 comments

System Information
Linux Mint 17.2 Rafaella Bi-Quad Intel 2.66Ghz x64Bytes - Nvidia OpenGL GT 630 4Go-vram

Blender Version
Broken: version 2.76 (sub 0), branch b'master', commit date b'2015-11-03' b'10:56', hash b'f337fea', b'RelWithDebInfo'
build date: b'2015-11-22', b'13:21:31' platform: b'Linux'

Short description of error
I have a Nvidia graphic card Asus GT630 4 Go Vram and I uploaded my nvidia driver with the new recommended official 352.79 release and CUDA 7.5 last development release. And not problem, when I use the GPU calculations, all is ok!

BUT here is the screen capture:
http://i.imgur.com/tJ1AQox.png

I see this horrible moire, even in edit mode.
I have a IIyama Prolite GE2488HS 1920 x 1080 60Hz so a good screen!
What is the problem, please?
http://i.imgur.com/OpDffHJ.png
I have tried :

  • multiple sampling ....
  • anisotropic filters
  • display methods
    but not solutions!

Thanks in advance for all answers.
Spirou4D

Exact steps for others to reproduce the error

**System Information** Linux Mint 17.2 Rafaella Bi-Quad Intel 2.66Ghz x64Bytes - Nvidia OpenGL GT 630 4Go-vram **Blender Version** Broken: version 2.76 (sub 0), branch b'master', commit date b'2015-11-03' b'10:56', hash b'f337fea', b'RelWithDebInfo' build date: b'2015-11-22', b'13:21:31' platform: b'Linux' **Short description of error** I have a Nvidia graphic card Asus GT630 4 Go Vram and I uploaded my nvidia driver with the new recommended official 352.79 release and CUDA 7.5 last development release. And not problem, when I use the GPU calculations, all is ok! **BUT here is the screen capture:** http://i.imgur.com/tJ1AQox.png I see this horrible moire, even in edit mode. I have a IIyama Prolite GE2488HS 1920 x 1080 60Hz so a good screen! What is the problem, please? http://i.imgur.com/OpDffHJ.png I have tried : - multiple sampling .... - anisotropic filters - display methods but not solutions! Thanks in advance for all answers. Spirou4D **Exact steps for others to reproduce the error**
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @DepoixPatrick

Added subscriber: @DepoixPatrick
Author

I have found why: When you are in 3D view and AO is standart activated !
Strenght 1.000
Distance 0.2
fallof 1.000
sampling 0.2

But very weird on my graphic card ? is it normal?

I have found why: When you are in 3D view and **AO is standart activated** ! Strenght 1.000 Distance 0.2 fallof 1.000 sampling 0.2 But very weird on my graphic card ? is it normal?

Added subscribers: @MikeErwin, @brecht, @mont29

Added subscribers: @MikeErwin, @brecht, @mont29

This looks like OpenGL/shader bug, but please always attach a simple .blend file to reproduce the issue.

@brecht, @MikeErwin, ideas?

This looks like OpenGL/shader bug, but please always attach a **simple** .blend file to reproduce the issue. @brecht, @MikeErwin, ideas?
Bastien Montagne changed title from 3D view Display to 3D view Display - bug with AO 2016-02-05 14:37:10 +01:00

Added subscriber: @Psy-Fi

Added subscriber: @Psy-Fi
Member

Are you sure about the 0.2 samples? Mine only allows 1, 2, 3 and so on.

Are you sure about the 0.2 samples? Mine only allows 1, 2, 3 and so on.

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

I remember having those issues with an AMD 760 G integrated card. It would make moire patterns too. On the other side, a R7 360 works fine.

moire_ao.jpg

I remember having those issues with an AMD 760 G integrated card. It would make moire patterns too. On the other side, a R7 360 works fine. ![moire_ao.jpg](https://archive.blender.org/developer/F280294/moire_ao.jpg)

It's probably caused by different implementations of dfdx/dfdy functions. You might be able to get rid of some of those by introducing some more bias to the AO effect, but you'll have to test it on the GPU with the issue to make sure it works.

Check line 78 in

https://developer.blender.org/diffusion/B/browse/master/source/blender/gpu/shaders/gpu_shader_fx_ssao_frag.glsl

It's probably caused by different implementations of dfdx/dfdy functions. You might be able to get rid of some of those by introducing some more bias to the AO effect, but you'll have to test it on the GPU with the issue to make sure it works. Check line 78 in https://developer.blender.org/diffusion/B/browse/master/source/blender/gpu/shaders/gpu_shader_fx_ssao_frag.glsl

As always for best results we would need a render target to store screen space normals.

As always for best results we would need a render target to store screen space normals.
Author

Ok thanks all for your return...I was sick and in bed!
Hello Antony! Thanks for your explanations !
My compile of Blender is made by Thomas Schiex, my friends with his ppa, i don't know what codes he use to compile his release.
I will speak with him about....

But when I desactive AO in 3D view all is ok. May be as said Mike Erwin, my setup is too strong.
But is t not important for me I desactivate to work. it's not inrender mode! All is good.

I wishe you a good happy New Year 2016 of Blend!
Thanks yet.
Patrick D as Spirou4D

Ok thanks all for your return...I was sick and in bed! Hello Antony! Thanks for your explanations ! My compile of Blender is made by Thomas Schiex, my friends with his ppa, i don't know what codes he use to compile his release. I will speak with him about.... But when I desactive AO in 3D view all is ok. May be as said Mike Erwin, my setup is too strong. But is t not important for me I desactivate to work. it's not inrender mode! All is good. I wishe you a good happy New Year 2016 of Blend! Thanks yet. Patrick D as Spirou4D
Author

Antony ,
Here my default blend for Bastien Montagne (mont29)
Playing with options of AO , I find that it's the distance option: the manager of this effect.
WIth 2 and + : no problem.
But 0 to 2 : this zebra effect!

Byebye
Patrick

Antony , Here my default blend for Bastien Montagne (mont29) Playing with options of AO , I find that it's the distance option: the manager of this effect. WIth 2 and + : no problem. But 0 to 2 : this zebra effect! Byebye Patrick

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2016-02-19 15:23:24 +01:00

OK, this this looks like a known limitation for now, not really a bug. thanks for the report anyway. :)

OK, this this looks like a known limitation for now, not really a bug. thanks for the report anyway. :)
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#47331
No description provided.