Creating Animated 3D by Simulink
이전 댓글 표시
I'd like to use Simulink 3D Animation to create animated surface (much simpler)

I am trying to use "VR Sink" from the Simulink 3D Animation tlbx. My input is just 2D Matrix (30x30) and some of the elemnets elevates per time which I'd like to have as 3rd (Z) axis.

Is there any hints to do simple surface modeling with "VR Sink" (example) ?
답변 (1개)
Jan Houska
2022년 12월 14일
0 개 추천
Hi Jack,
the easiest way to achieve this is probably using an ElevationGrid node. This X3D node defines a geometry using a rectangular grid and an elevation above that grid. The elevation can then be changed from Simulink model if you make it an input of a VR Sink block. I have attached a minimalistic example to illustrate this.
Good Luck, Jan
카테고리
도움말 센터 및 File Exchange에서 Simulation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!