Skip to content

Commit

Permalink
- Update Modelica3D documentation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Sep 11, 2012
1 parent c1931c8 commit 3269275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/ModelicaBuiltin.mo
Expand Up @@ -2454,9 +2454,9 @@ algorithm
status := status and min(loadFile({m3d + file for file in {"DoublePendulum.mo","Engine1b.mo","Internal.mo","Pendulum.mo"}}));
annotation(Documentation(info="<html>
<h2>Usage</h2>
<p>Modelica3d requires some changes to the standard libraries in order to work correctly. These changes will make your MultiBody models unable to simulate because they need an m3d object.
This API call will load the modified MSL 3.1 and MS 1.0 so Modelica3D runs.</p>
<p>Modelica3d requires some changes to the standard libraries in order to work correctly. These changes will make your MultiBody models unable to simulate because they need an m3d object. This API call will load the modified MSL 3.1 and MS 1.0 so Modelica3D runs. It will also load the Pendulum and DoublePendulum examples so they simulate properly.</p>
<p>You will also need to start an m3d backend to render the results. We hid them in $OPENMODELICAHOME/lib/omlibrary-modelica3d/osg-gtk/dbus-server.py (or blender2.59).</p>
<p>For more information and example models, visit the <a href=\"https://mlcontrol.uebb.tu-berlin.de/redmine/projects/modelica3d-public/wiki\">Modelica3D wiki</a>.</p>
</html>"));
end loadModelica3d;

Expand Down

0 comments on commit 3269275

Please sign in to comment.