xeolabs

Results 226 issues of xeolabs

Hi, I'd like to be able to move a slider/cursor back and forth horizontally, which would be indicated with a vertical line. As I move it, I'd get events indicating...

### Limitations Only one light source would be able to cast shadows, and that would be marked with a `shadows: true` property. Would be possible to allow multiple `Cameras` in...

Like the THREE one: https://github.com/mrdoob/three.js/wiki/Migration-Guide

documentation needed

Textures loaded by GLTFModel should be sRGB when they are for PBR materials, and GLTFModel attempts to set the ````encoding```` property as such, however that property is read only. Therefore,...

Download of large files from GitHub pages is super slow. Investigate a fast hosting service for the examples.

This one is broken: http://xeogl.org/examples/#importing_gltf_explorer Looks like the ````gltfModel.js```` file is not included in this example.

Examples are loading the unminified library - should be loading a minified version.

**Describe the bug** GLTFModel caches some typed array data for buffer views, which is never used. Within GLTFModel's ````loadBufferView()```` function we need to remove the lines between the REMOVE comments...

Extend picking with the ability to pick entities that intersect a given canvas-space boundary. Cool blog post: https://forge.autodesk.com/blog/custom-window-selection-forge-viewer-part-i