Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lgl
SmartVillages2
Commits
2e3ca2f7
Commit
2e3ca2f7
authored
Nov 21, 2024
by
Matthias Betz
Browse files
update description
parent
d6b4131e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2e3ca2f7
# SmartVillages2
# SmartVillages2 VCMap Plugin
This plugin enables to place glTF/glb models in VCMap. It can also hide existing buildings to make space for a new object.
It works without connecting to other servers, the inserted models stay on the local computer and are not transferred over the internet.
The plugin also has an interface to a converter service which can convert IFC files to glb models. This will require the IFC file to be sent
to the service. It will be temporarily stored on the server and will be deleted on the server after the conversion process is completed.
## Plugin Configuration
...
...
@@ -18,4 +24,18 @@ The instructions property can be a link to a pdf or html or anything else.
"instructions": "<Link to a instructions document>"
}
],
```
## Building / Packaging
The plugin can be built with:
```
npx plugin build
```
To package for uploading in VCPublisher
```
npx plugin pack
```
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment