Mago3D.JS API

메인

mago3d.JS V1.0.5


라이센스

3D 멀티 블록 시각화를 위한 오픈 소스 자바 스크립트 라이브러리

AEC(Architecture Engineering Construction) 영역과 전통적인 3D 공간 정보 (3D GIS)를 통합하고 시각화하는 차세대 3D GIS 플랫폼입니다. 실내 및 실외에서 구별 할 수 없는 웹 브라우저에 AEC 및 3D GIS를 통합하십시오.

웹 브라우저에 프로그램을 설치하지 않고도 대규모 BIM(Building Information Modeling), JT(Jupiter Tessellation) 및 3D GIS 파일을 찾아보고 공동 작업 할 수 있습니다.

개발 환경

Java8, eclipse, neon, node, apache, jasmine, jsdoc, Gulp, eslint, Jquery

Getting Started


  1. 소스 설치
    • github It accepts mago3DJS from.
    • Installation path C://git/repository/mago3djs
  2. Node 설치
    • npm install
    • npm install -g gulp
  3. Node Server 실행
    • Running a local server: C:\git\repository\mago3djs > node server.js
    • Running a public server: C:\git\repository\mago3djs > node server.js --public true
  4. Symbolic Link 생성
    • Create Data Folder: mklink /d "C:\git\repository\mago3djs\data" "C:\data"
    • Delete data folder: C:\git\repository\mago3djs > rmdir data