@babylonjs/post-processes
TypeScript icon, indicating that this package has built-in type declarations

7.2.3 • Public • Published

Babylon.js Post Processes Library

For usage documentation please visit https://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 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 ES6 dedicated documentation.

Package Sidebar

Install

npm i @babylonjs/post-processes

Weekly Downloads

1,046

Version

7.2.3

License

Apache-2.0

Unpacked Size

85.5 kB

Total Files

33

Last publish

Collaborators

  • babylonjs