David `Deltakosh` Catuhe 5874b2f098 Nightly il y a 5 ans
..
babylon.asciiArtPostProcess.js 5874b2f098 Nightly il y a 5 ans
babylon.asciiArtPostProcess.js.map 5874b2f098 Nightly il y a 5 ans
babylon.asciiArtPostProcess.min.js 5874b2f098 Nightly il y a 5 ans
babylon.digitalRainPostProcess.js 5874b2f098 Nightly il y a 5 ans
babylon.digitalRainPostProcess.js.map 5874b2f098 Nightly il y a 5 ans
babylon.digitalRainPostProcess.min.js 5874b2f098 Nightly il y a 5 ans
babylonjs.postProcess.d.ts f78e7ace14 Nightly il y a 5 ans
babylonjs.postProcess.js 5874b2f098 Nightly il y a 5 ans
babylonjs.postProcess.js.map 5874b2f098 Nightly il y a 5 ans
babylonjs.postProcess.min.js 5874b2f098 Nightly il y a 5 ans
babylonjs.postProcess.module.d.ts f78e7ace14 Nightly il y a 5 ans
package.json 82e476f4b1 4.2.0-alpha.20 il y a 5 ans
readme-es6.md 2e710a8ebe dedicated es6 readme il y a 6 ans
readme.md 2561068aad Small error in the readme files of the submodules. il y a 7 ans

readme-es6.md

Babylon.js Post Processes Library

For usage documentation please visit http://doc.babylonjs.com/extensions and choose "post process library".

Installation instructions

To install using npm :

npm install --save @babylonjs/core @babylonjs/post-processes

How to use

Afterwards it can be imported to the your project using:

import { AsciiArtPostProcess } from '@babylonjs/post-processes/asciiArt';

And used as usual:

// Some awesome code
// Creates the post process
let postProcess = new AsciiArtPostProcess("AsciiArt", camera);
// Some more awesome code

For more information you can have a look at our our ES6 dedicated documentation.