15% Performance Gain for Larger 3D Floor Plans

January 31, 2017

We have improved our 3D rendering engine. Thanks to better memory management we got 10..20% performance increase in FPS with larger 3D models.

We updated our WebGL javascript engine – FRAK – in 3D Wayfinder. Many memory management functions have been improved in the new version. With the new FRAK engine 3D Wayfinder provides better loading speed performance for larger 3D models, that use more memory. With smaller 3D models, the increase in speed is not noticeable.

Testing with one really large shopping mall floor plan we got increase in performance in average 15%. In idle mode we recorded 16 frames per second (FPS) increase, jumping from 44 FPS to 50 FPS. While actively showing path we recorded a 7 FPS increase, jumping from 38 FPS to 45 FPS. In normal use, 3D Wayfinder is limited to 30 frames per second.

3D_wayfinder_webGL_performance_gain

« »

New Administration Panel Available for Testing

January 24, 2017

3D Wayfinder new administration panel is now publicly available for testing. It contains already most of the functionality and is optimized for mobile devices.

New admin panel is accessible for public use now. It can be opened here: http://admin2.3dwayfinder.com/

We have been redesigning 3D Wayfinder admin panel for almost half a year now. During the development of the new administration front-end, we have rebuilt many services in back-end also. Goal has been set accessibility from mobile devices and simplification.

new_layout_3D_wayfinder_optimized_for_mobile_devices

New administration panel is optimized for mobile devices:

mobile_layout_3D_wayfinder

There are still many bugs and we are working in full load to fix them. Any bug reports can be reported to our support. We would be happy for any comment or suggestion also. More detailed overview coming soon.

« »

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.

« »