Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/autostereogram-renderer. real time rendering of an autostereogram using the depth texture of a three.js scene
flo-bit.github.io/autostereogram-renderer/
···8899## Usage
10101111+See [minimal-demo.html](https://flo-bit.github.io/autostereogram-renderer/minimal-demo.html) for a working example.
1212+1113```javascript
1214// import three.js and autostereogram renderer
1315import * as THREE from "https://threejsfundamentals.org/threejs/resources/threejs/r115/build/three.module.js";
1414-import * as STEREO from "./autostereogram.js";
1616+import * as STEREO from "https://flo-bit.github.io/autostereogram-renderer/autostereogram.js";
15171618// create your own three.js renderer, scene and camera and add some objects
1719var renderer = new THREE.WebGLRenderer();