Skip to content

Commit faa3e1b

Browse files
committed
readme structure and formatting
1 parent a3b0f04 commit faa3e1b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@ Now maintained by the community.
33

44
ThreeJs viewer consists of a server side part (serializer plugin) and a clientside part (ThreeJs based javascript scenegraph).
55

6+
How to deploy the server side part
7+
==================================
8+
69
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.
710

811
If you want to develop the serializer, do the following:
912

1013
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)
1114
2. create a new project (Eclipse) or module (other IDEs) and checkout the ServerPlugin
1215
3. Add the following line to org.bimserver.LocalDePluginLoader.java:
16+
1317
pluginManager.loadPluginsFromEclipseProject(new File("../JsonModelFormat2Serializer"));
1418

1519
The plugin will now be visible in the bimserver webinterface and you can download files on "ThreeJs" json format to show in the ThreeJs client.
20+
21+
How to run the client side part
22+
===============================
23+
24+
todo

0 commit comments

Comments
 (0)