Skip to content

Commit ba53a0f

Browse files
committed
Add that ModiaLang must be added for Modia3D standalone version
1 parent e29e18c commit ba53a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Modia3D is included in [Modia](https://github.com/ModiaSim/Modia.jl) and is avai
1717
A standalone Modia3D version is installed with
1818

1919
```julia
20-
julia> ]add Modia3D
20+
julia> ]add ModiaLang, Modia3D
2121
```
2222

2323
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).

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Modia3D is included in [Modia](https://github.com/ModiaSim/Modia.jl) and is avai
1414
A standalone Modia3D version is installed with
1515

1616
```julia
17-
julia> ]add Modia3D
17+
julia> ]add ModiaLang, Modia3D
1818
```
1919

2020
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).

0 commit comments

Comments
 (0)