Patch objects obscure text objects
조회 수: 3 (최근 30일)
이전 댓글 표시
I have rendered a 3D object using a bunch of patches. "Beneath" these semi-transparent patches I have drawn lines (using the simple "line" function) in order to show association between the patches. It all works fine and I can rotate the whole thing in 3D. HOWEVER.... when I used the "text" function to label the endpoints of the lines, the text becomes obscured by patches. The lines however are always visible. It looks like the text objects are of a different type that is not understood by the OpenGL renderer.
Any suggestions? I see this was (partially) addressed before : http://www.mathworks.com/matlabcentral/answers/75453-text-is-hidden-behind-markers-what-now
Thanks!
Dan
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!