Giter Site home page Giter Site logo

fortum-virtual-visit's Introduction

Fortum-Virtual-Visit

Project repository for Metropolia Innovation Project 2020, Fortum Virtual Visits

3D model placement application/platform which revolutionizes industrial planning with placing 3D models of machinery & equipment in Google Earth like virtual reality.

This application/platform is built on top of the Navvis platform, utilizing the IndoorViewer API. The APIDoc for the IndoorViewer API can be found here.
The main features were built with three.js for the 3D environment functionality.

This project was developed by students of Metropolia University of Applied Sciences under the supervision of eSite.

GitHub last commit GitHub contributors GitHub commit activity GitHub closed pull requests GitHub All Releases

Table of Contents

Prerequisites

  • Node.js

https://nodejs.org
This project requires Node.js to be installed to initiate/set up and further run the application.

How to run

  1. Clone the files from the repository to your local machine via git.
    git clone https://github.com/geonhuiy/Fortum-Virtual-Visit.git

  2. Navigate to the project directory and install the required npm packages with
    npm i

  3. After the necessary npm packages are installed, the project can be launched with
    npm run serve

Changing IndoorViewer instance

The current version of the project is built on top of a demo instance of the IndoorViewer instance.

https://nvdev-0.iv.navvis.com/

To load the features onto a desired IndoorViewer instance, the URL to the instance needs to be modified before the application is launched. Under the project directory, navigate to src/ts/index.ts.

The URL for the desired IndoorViewer instance should be placed instead of the text IndoorViewerURLHere :

getApi("IndoorViewerURLHere").then((iv: ApiInterface) => {
      this.modal = new Modal(iv);
      this.modal.setLayer();
      this.modal.assignEventListeners();
      this.main_view = iv.legacyApi.getMainView();
      new SideBarMenuModifier(iv);
});

fortum-virtual-visit's People

Contributors

geonhuiy avatar jakasco avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.