From ba53a0f0cf387ee4d631062b522f292b387fb72d Mon Sep 17 00:00:00 2001 From: "Martin.Otter@dlr.de" Date: Wed, 28 Jul 2021 07:52:20 +0200 Subject: [PATCH] Add that ModiaLang must be added for Modia3D standalone version --- README.md | 2 +- docs/src/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 585fa6f7..323c6a99 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Modia3D is included in [Modia](https://github.com/ModiaSim/Modia.jl) and is avai A standalone Modia3D version is installed with ```julia -julia> ]add Modia3D +julia> ]add ModiaLang, Modia3D ``` Modia3D animation can be exported in threejs-json-format and then imported in the open source web app [threejs.org](https://threejs.org/editor/) and use all the features of threejs, for example to export in the widely used glb format (= the binary version of the [glTF](https://www.khronos.org/gltf/) format) and use any glb-viewer (for example 3D-Viewer of Windows 10). diff --git a/docs/src/index.md b/docs/src/index.md index e83e3b61..74087cee 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -14,7 +14,7 @@ Modia3D is included in [Modia](https://github.com/ModiaSim/Modia.jl) and is avai A standalone Modia3D version is installed with ```julia -julia> ]add Modia3D +julia> ]add ModiaLang, Modia3D ``` Modia3D animation can be exported in threejs-json-format and then imported in the open source web app [threejs.org](https://threejs.org/editor/) and use all the features of threejs, for example to export in the widely used glb format (= the binary version of the [glTF](https://www.khronos.org/gltf/) format) and use any glb-viewer (for example 3D-Viewer of Windows 10).