Skip to content

Commit 955d4f2

Browse files
committed
link to project page
1 parent b2f7955 commit 955d4f2

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
11
This project started at openBIMweek 2011.
22
Now maintained by the community.
33

4-
ThreeJs viewer consists of a server side part (serializer plugin) and a clientside part (ThreeJs based javascript scenegraph).
4+
More infos on usage and development [on the project page](http://bimserver.github.com/WebGL-threeJS/).
55

6-
How to deploy the server side part
7-
==================================
8-
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. Make sure to use the plugin version matching your BimServer version (1.1beta -> 0.1, 1.1final -> 0.2).
10-
11-
If you want to develop the serializer, do the following:
12-
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)
14-
15-
2. create a new project (Eclipse) or module (other IDEs) and checkout the ServerPlugin
16-
17-
3. Add the following line to org.bimserver.LocalDevPluginLoader.java:
18-
19-
pluginManager.loadPluginsFromEclipseProject(new File("../JsonModelFormat2Serializer"));
20-
21-
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.
22-
23-
How to run the client side part
24-
===============================
25-
26-
todo

0 commit comments

Comments
 (0)