Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
6 months ago
by
Matthias Betz
Browse files
Options
Download
Email Patches
Plain Diff
update description
parent
d6b4131e
master
dev
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+21
-1
README.md
with
21 additions
and
1 deletion
+21
-1
README.md
+
21
-
1
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
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets