Skip to content

Features

xeolabs edited this page Feb 6, 2019 · 37 revisions

See also:

xeokit SDK

An extensible open source JavaScript SDK to accelerate the development of Web-based BIM and CAD viewers.

Offline BIM viewing View BIM models and IFC metadata loaded from the file system. [More info..]
Load models from BIMServer View BIM models loaded from the leading open source IFC file server. [More info..]
Import multiple formats Load multiple models into the same 3D scene, from various source formats, including glTF, OBJ, 3DXML, STL, 3DS and BIMServer. [More info..]
Scene Metadata A flexible IFC metadata graph to classify 3D scene content. [More info..]
BCF viewpoints Save and load viewer state as BCF viewpoints. [More info..]
Section planes Create cross-section clipping planes to reveal model structures. [More info..]
Extensible with plugins A growing library of bundled plugins to accelerate viewer development. [More info..]

xeokit Core 3D Renderer

xeokit has a complete WebGL-based 3D engine API at its core, designed for large-scale model viewing. Uses WebGL 1 for compatibility across a wide range of devices.

3D Scene graph Scene graph with dynamic transform and bounding volume hierarchy. Can contain models loaded from multiple sources and formats. [More info..]
High-detail rendering High-performance model representation for huge models. [More info..]
Physically-based materials Physically-based rendering for realistic previews. [More info..]
Emphasis effects Highlight and select objects, slice with cross-sections, emphasise edges.
Dynamic camera Camera with orbit and first-person modes, perspective and orthographic projections. [More info..]
Camera animation Animate the camera along paths for walk-throughs; fly the camera to focus on models and objects.
Dynamic light sources Point and directional lights, light maps, reflection maps and skyboxes. [More info..]
Picking Pick objects and surfaces with pointers and rays.
Clone this wiki locally