WHMXSC / xeogl

A WebGL-based 3D engine for technical visualization.

Home Page:http://xeogl.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xeogl

http://xeogl.org

Codacy Badge status

About

xeogl is a data-driven WebGL-based engine created by xeolabs for 3D visualization in the browser without using plugins.

Follow xeolabs on Twitter for updates: @xeolabs

Find out more in our Getting Started guide.

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

var model = new xeogl.GLTFModel({
    id: "office",
    src: "models/gltf/office/scene.gltf",
    scale: [.01, .01, .01],
    position: [100, 0, 0]
});
    
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

Release notes

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 technical visualization.

http://xeogl.org

License:Other


Languages

Language:JavaScript 97.1%Language:CSS 1.5%Language:HTML 1.4%