Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How to make patch edges invisible but still effected by lighting?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, I am plotting a voxelized model using patch command. I wish to remove the edges. so i set the property edgecolor
set(patch_handle,'edgecolor','none');
however this created the undesired outcome presented in the image (dotted lines) then i tried giving the edges the same color as the patch but then they were not affected by lighting. so i guess my general question is how to plot the images in a continuous manner or more specifically, how to make the edges invisible and not get the dotted outcome. thanks
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!