Surf AlphaData erratic changes
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I am displaying two intersecting slice from a 3d volume using surf with a slight transparency (Matlab 2021, surf fonction, alphadata parameter).
While I have no issue with the painters renderer any manipulation (rotation,zoom updated of data) is awfully slow.
The OpenGL however gives the impression of changing the alphadata or switch slice focus (looks like a foreground/background switch) depending of the view orientation.
I did not have this issue with anterior version of Matlab (2019b and earlier).
What would cause this issue and is there any solution?
Thank you,
0 comentarios
Respuestas (1)
Rishita
el 15 de Jul. de 2022
Alpha value sets the face transparency for objects in the current axes that support transparency. Specify value as 'clear' or 'opaque', or as a number in the range [0, 1]. A value of 0 makes the objects transparent, and value of 1 makes the objects fully opaque.
opengl info prints information about the OpenGL implementation currently in use by MATLAB, such as the version, vendor, and graphics features that it supports. Using this command loads OpenGL. Starting in R2019a, this syntax is no longer recommended. For more information, see Version History.
1 comentario
Ver también
Categorías
Más información sobre Graphics Performance en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!