Skip to content

Commit

Permalink
Add that ModiaLang must be added for Modia3D standalone version
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Jul 28, 2021
1 parent e29e18c commit ba53a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit ba53a0f

Please sign in to comment.