Skip to content

A WebGL-based 3D engine for engineering, architecture and BIM visualization.

License

Notifications You must be signed in to change notification settings

chakravarthi-vl/xeogl

 
 

Repository files navigation

xeogl

http://xeogl.org

Codacy Badge status

About

xeogl is a data-driven WebGL-based engine from @xeographics for 3D visualization in the browser without using plugins.

Find out more in the Getting Started guide.

screenshot from 2018-02-01 02-02-50

var model = new xeogl.GLTFModel({
    id: "office",
    src: "models/gltf/office/scene.gltf",
    transform: new xeogl.Scale({
            xyz: [.01, .01, .01]
        })
    });
    
var camera = model.scene.camera;
    
camera.eye = [-180.21, 248.69, -262.17];
camera.look = [-79.57, -23.08, 2.36];
camera.up = [0.24, 0.72, 0.64];

[Run demo]

Links

Change logs

Building

This project requires Node.js to be installed.

git clone git@github.com:xeolabs/xeogl.git
cd xeogl
npm install
npm run build 

About

A WebGL-based 3D engine for engineering, architecture and BIM visualization.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.3%
  • CSS 1.9%
  • HTML 1.8%