How can I render points in 3D such that they correctly occlude each other
조회 수: 3 (최근 30일)
이전 댓글 표시
When I use plot3() to render points (using the OpenGL renderer, in hardware mode, with full hardware support), the occlusion of points by others doesn't correctly reflect their depth. In fact, by shifting the camera viewpoint slighlty, I can even get the occlusion to reverse, so points which were previously hidden become visible (example images attached). How can I get the figure rendering to respect the depth ordering of the points?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/226822/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/226823/image.png)
답변 (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!