addAsciiArtPP.js 143 B

1234
  1. window.addAsciiArtPP = function(camera) {
  2. var postProcess = new BABYLON.AsciiArtPostProcess("asciiArt", camera);
  3. return postProcess;
  4. };