Art 109 Three.js:
GLTF Model Loader + Ascii Effect

Overview

This is an example of a three.js scene that combines the AsciiEffect example and the glTF loader example.

This example uses server hosted versions of the core Three.js, glTF Loader, AsciiEffect, and TrackballControls scripts. Documentation for these can be viewed at:

glTF Loader

Ascii Effect

Trackball Controls


To add models and textures you will need to add them to your site. In the case of this example, I added the model to the assests folder, the scene script to the "scripts" folder, and the add-on scripts (glTF loader and etc.) to the "src" folder.

Back to main page