-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rendering problems on IRIS gpu #116
Comments
our test build: http://download.vrvis.at/acquisition/pro3d/iris-test.zip |
Thanks to Kens testing sessions we could pin the problem down to a problem with multisampled rendertargets. The current workaround for iris integrated graphics is currently to set samples to 1. The current plan is:
|
the damn coordinate cross :D |
@hyazinthh do you know the status of this in the base libraries? should be fixed right? if so we could remove the workaround PRo3D/src/PRo3D.Viewer/Program.fs Line 201 in b145dfc
|
I don't think so: aardvark-platform/aardvark.rendering#86 |
don't think so means - no not fixed, keep workaround, right? |
Yes, that's what your final comment on that issue suggests at least. |
currently there seem to be rendering problems on intel iris hardware. We have a repro on a project member's computer. After writing artificial rendering tests which all worked pro3d has now support to set render control properties such as multisampling count and mapping etc.
The attempt can be found here: 844d257
The text was updated successfully, but these errors were encountered: