3D simulink create surface

3 views (last 30 days)
Hana
Hana on 10 Jul 2012
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

Accepted Answer

Jan Danek
Jan Danek on 13 Jul 2012
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

More Answers (0)

Categories

Find more on Simulation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!