Olivier Lange

Results 14 issues of Olivier Lange

## Problem Since `web-ifc-three` upgraded its [`three` peer dependency](https://github.com/IFCjs/web-ifc-three/blob/fefec08bc89fd07b1fd36874c15db53f493989bd/web-ifc-three/package.json#L65) from **v0.135** to **v0.149** in its [latest version 0.0.122](https://github.com/IFCjs/web-ifc-three/tree/fefec08bc89fd07b1fd36874c15db53f493989bd), I believe there is currently a mismatch with `web-ifc-viewer`'s own `three` peer...

[Shader Programming Primer: Real-Time Animation and Effects with GLSL](https://2019.mappingfestival.com/workshop/376) Mapping Festival 2019 · 23.05.2019 · Leander Herzog · Fonderie Kugler, Genève ### Actions - [x] Create [folder and README for...

Extract the generics of setting up a 3D scene from the WebComponents and isolate them in Mixins and dedicated non-visible components: - [ ] Create canvas in `three-app` - [...

experiment

Retrieve [links tagged as `#advancedVisuals`](https://seenthis.net/tag/advancedvisuals) in my [seen.this](https://seenthis.net/people/olange) log, for inspiration.

### See also * [Manz · HTML Elements Period Table](https://codepen.io/manz/full/maVXvv) * [Three Examples · CSS3D Periodic Table](https://threejs.org/examples/css3d_periodictable.html)

![Mockup of ‹three-nested-spheres› demo element](https://raw.githubusercontent.com/wiki/petitatelier/three-web-components/concept/20190528-three-nested-spheres.jpg)

![Mockup of ‹three-sandwich› demo element](https://raw.githubusercontent.com/wiki/petitatelier/three-web-components/concept/20190528-three-sandwich.jpg)

### Features - [ ] Import [THREE.js](https://github.com/mrdoob/three.js/) and makes it available in [Window global scope](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope) — actually, a non-desired feature, constrained by the CameraOrbiter (see #7); we really want let...

Factor out the rendering parts from the ‹three-app› basic container, so to allow: * creating multiple views of the same scene, with different point of views (that is, different cameras);...

enhancement

### Features - [x] Perspective camera, with user defined and default options `DONE` 21.02 - [x] Orthographic camera with user defined and default options `DONE` 22.02 - [x] Register/deregister with...