Surf AlphaData erratic changes
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Rishita
on 15 Jul 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.
See Also
Categories
Find more on Graphics Performance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!