Keeping Floor Plan Editor Idle in the Background

August 1, 2017

The new 3D Wayfinder Administration Panel is centered more around the floor plan editor. To provide better usability we keep the 3D editor idle when moving away to other pages. So switching between editor and other views is much faster now.

The new Administration Panel has been publicly available for testing since the beginning of this year. At the end of the summer we will only support the new administration panel. Although the current administration environment will be available for some time.

Loading the 3D floor plan editor takes a couple of seconds because we need to load 3D floor-plans models and also additional editor tools. Now when the editor is always in the background. We do not need to load the 3D editor again. This makes the usage more faster and user friendly.

new 3D floorplan editor

Our new administrator panel is being built on Angularjs. To achieve loading of editor once we have created the service that holds the canvas element. It is also attached our editor API to it. Controller then adds canvas to the editor view and provides connection to API actions.

To see and test new Administration panel and floor plan editor, please log in here. If you don’t have an account with 3D Wayfinder, you can create it here for free.

« »

Faster Loading of 3D Projects

April 25, 2017

We have changed the logic of initializing POI data in 3D Wayfinder. This gives up to 80% faster project initialization for medium and large projects. In very large projects, the increase is even larger – more than 90%.

After data is loaded from the API 3D Wayfinder system had to setup the 3D scene. That also included generating polygons and textures for each POI. These included a POI icon or the name of the POI on a billboard (facing the user all the time). POIs without icons needed to have the name displayed but the only way to display a text in 3D space is to generate or load a image. So we used a canvas element to draw these names. But this is a costly procedure. 

Now we create only these images that are flagged as “Always visible” at the start. So the startup time is a lot faster. Check the following comparison table. That gives faster loading of 3D projects. 

Project Before After Setup Gain Total Gain
Medium 765 ms 174 ms 77,25% 5.63%
Large 6563 ms 1039 ms 84,17% 11.52%
Very large 26710 ms 403 ms* 6627% 54.86%

* Project doesn’t have any “Always visible” POIs

Initialization time before and after change compared with medium and Large projects:

wayfinder_loading_speed_increased_grapgh

Initializing is only a part of the whole loading. Loading the data and 3D models from server is another component of the whole loading process, so the afterall loading process is better about 5-55% (with connection 20Mb/s).

« »

3D Wayfinder Development Template is Now Available

January 11, 2017

A new template for development purposes has been published with simplified javascript API. Now it is even easier to get started with 3D Wayfinder and the integration of 3D maps into web applications.

We have published a special template for development purposes. It includes a 3D map with resize function, floor buttons, list of locations and groups etc. Also each part in template has a tooltip, where it is possible to see the javascript function which has been used for that specific section.

3D Wayfinder development template

In Addition with the template we are releasing a new SimpleWayfinderApi class that extends the existing Wayfinder class. You can find the SimpleWayfinderApi documentation here. To use the SimpleWayfinderApi in Your application embed with <script src=”//static.3dwayfinder.com/projects/shared/js/simpleWayfinderApi.js”></script >

It includes basic functions for getting floor, group and location data. Functions for getting specific objects (floor, group, location) to accept the object’s ID as a selector instead of using the object itself as a parameter.

The development template is a good way to start building your web-based 3D applications.
You can use this template by getting the embedded code from the template page. The template itself can be accessed via the administration panel at admin.3dwayfinder.com when selecting the view with template “DevTemplate”.

In addition to the new development template it is possible to test the new SimpleWayfinderAPI in a sandbox at CodePen.

Both the development template and simple wayfinder API will be updated with new features and functions regularly.

« »

Our WebGL Rendering Engine Supports Now Full Screen Mode

August 7, 2015

We have added full screen mode to FRAK WebGL engine. Now it is possible to create 3D Wayfinder templates that can open 3D floor plans in full screen.

Full screen with browsers is being used for watching videos, using map application, playing games etc. Usually wayfinding applications are configured to run in full screen by default. So there will be no need for separate full screen mode from browser. When embedding 3D Wayfinder in web-pages or web based applications, going full screen can be really useful. This gives the possibility to experience 3D content through the whole screen when needed. Also in normal state 3D canvas can be mixed with other HTML content keeping the 3D area smaller and it needs less performance.

To use full screen mode with FRAK engine you have to make following API call:
Engine.requestFullscreen(useUpscaling)

Exiting full screen:
Engine.exitFullscreen()

Engine.requestFullscreen() has to be called by a user interaction (i.e. click on a button), as browser need user action for going full screen.
If “useUpscaling” is set to true the canvas is resized to screen dimensions, but rendering will continue at the original resolution. This allows for faster rendering, but the image quality will suffer.

Full screen is required for stereoscopic rendering, this we will also add to 3D Wayfinder soon to provide real-time 3D experience with 3D Wayfinder. Stay tuned!

« »

3D Technologies R&D has Launched 3D Floor Plan Application Development Kit

April 4, 2014

We are pleased to announce that 3D Technologies R&D has launched a service for software developers to visualize and interact with 3D floor plans. For example users can create Wayfinding, Smart House and Architecture visualization solutions. Using 3D Wayfinder floor plan application will save development time and gives users out of the box floor plan. The solution runs on touch-screen kiosks, mobile devices and websites, which makes it well scalable.

3D floor plan example

There are many areas where indoor wayfinding solution is useful and even unavoidable, such as shopping centres, transportation stations, sports facilities, hospitals, university campuses, etc. All of these facilities have different kinds of integration needs. This service enables developers to focus on these needs and not to waste time on additional development.

3D Wayfinder takes advantage of the possibilities offered by HTML5 and WebGL, that work on all modern web browsers. Taavi Juursalu, the company’s CTO says: „Our JavaScript API enables developers to intersect and send map specific events, so customizing the map is as easy as the Google Maps API. “

The platform is currently in beta version and therefore free of charge. The company’s Sales and Marketing Manager Rainer Saar adds: „3D Wayfinder for Developers is one of a kind tool in the World today that helps to widen Digital Signage and indoor wayfinding possibilities. Our service enables any developer to start creating applications without the need for specific skills in 3D field“.

3D Technologies R&D is also offering a full wayfinding solution with 3D floor plans and customer specific software development service. Today, 3DWayfinder helps to find the way in many shopping malls and transportation hubs across the World.

« »