You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,22 @@ Now maintained by the community.
3
3
4
4
ThreeJs viewer consists of a server side part (serializer plugin) and a clientside part (ThreeJs based javascript scenegraph).
5
5
6
+
How to deploy the server side part
7
+
==================================
8
+
6
9
In order to add the plugin to your BimServer instance, just grab the plugin jar file from downloads and drop it into the BimServer plugin folder.
7
10
8
11
If you want to develop the serializer, do the following:
9
12
10
13
1. checkout the BimServer source code and setup your IDE for BimServer development, e.g. for Eclipse as [explained here](http://code.google.com/p/bimserver/wiki/Eclipse)
11
14
2. create a new project (Eclipse) or module (other IDEs) and checkout the ServerPlugin
12
15
3. Add the following line to org.bimserver.LocalDePluginLoader.java:
0 commit comments