필터 지우기
필터 지우기

3D simulink create surface

조회 수: 5 (최근 30일)
Hana
Hana 2012년 7월 10일
i'd like to create a surface with an object moving along it.
is it possible to created a periodical surface directly in the 3D world editor?
best regards

채택된 답변

Jan Danek
Jan Danek 2012년 7월 13일
Hi Hana,
I don't understand well what a "sinusoidal surface" is. If the surface is sort of a general goniometric function of 2 variables, you should use VRML 97 node type "IndexedFaceSet". You can create such surface by creating it as a Handle Graphics object and then use the MATLAB vrml() function to export it to VRML.
If the shape is rather like corrugated iron, you can use the VRML97 node type "Extrusion".
Both will be best achieved using a text editor (and once you have object created, adding other objects to teh scene using 3D World Editor).
Look at the VRML97 specification to see what fields of these nodes you need to define:
Have a look at the following demos, where arbitrary shapes are defined:
vrheat
vrterrain_simple
vrmemb demo had been also created this way.
When you control the ball on the surface, you will have to count for the offset between ball centre and current point of contact with an arbitrary shape.
Good luck,
Jan

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by