Seeing objects far away in 3D Simulation using the VR World in Matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (3)
Sriram Narayanan
am 2 Jun. 2015
You could add a viewpoint to the objects that are further away and then switch viewpoints based on what you are trying to visualize.
0 Kommentare
Jan Houska
am 22 Jun. 2015
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.
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!