Seeing objects far away in 3D Simulation using the VR World in Matlab

조회 수: 1 (최근 30일)
Peter Lloyd
Peter Lloyd 2015년 6월 1일
답변: Jan Houska 2015년 6월 22일
I am using the 3D simulation with Simulink where I have an image sensor on a moving platform. The model works fine except that I only get images of the objects that I am looking at displayed when they are close. How do I see images of objects that are further away?

답변 (3개)

Sriram Narayanan
Sriram Narayanan 2015년 6월 2일
You could add a viewpoint to the objects that are further away and then switch viewpoints based on what you are trying to visualize.

Peter Lloyd
Peter Lloyd 2015년 6월 10일
Thank you Sriram for your answer but I need the viewpoint to be on the moving platform

Jan Houska
Jan Houska 2015년 6월 22일
You can use NavigationInfo node and its visibilityLimit and avatarSize fields to adjust how near and far objects are rendered. Generally the smaller avatarSize, the nearer object you see (are not clipped). The bigger the visibilityLimit, the farther objects you see. The bigger the ratio visibilityLimit/avatarSize, the less detail you get rendered. Finding the correct values for these two is usually a trial and error exercise, and in your case I'd start with adjusting visibilityLimit first.
You can place the NavigationInfo node either at the root of your virtual world or make it a child of the same parent as your Viewpoint, depending on whether you want to act it globally or locally.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by