Start a new topic

Unable to set custom poi in Wikitube AR Example

Unable to set custom poi in Wikitube AR Example
1 Comment

I'm trying to put some custome Poi int the provided example by wikitube. The example works fine but when I try to load one poi then 
the programm display the message that the JSON objects have been loaded but there is nothing. When I try to load two poi then the
programm displays no messages.

Here is the part of the code i changed./** * loads a sample architect world and creates a definable amount of pois in * beancontainers and converts them into a jsonstring that can be sent to * the framework *  * @throws IOException *             exception thrown while loading an Architect world */private void loadSampleWorld() throws IOException {this.architectView.load("tutorial1.html");
JSONArray array = new JSONArray();  poiBeanList = new ArrayList();try {//for (int i = 0; i
Login or Signup to post a comment