Skip to content

rc-bellergy/threejs-shader-matrix-effect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Matrix Shader Effect Demo

The demo page: https://designquest.com.hk/demo/threejs/matrix/

Apply the Matrix shader effect to my ThreeJS project.
Thanks for the shader code by @patriciogv:
https://thebookofshaders.com/edit.php#08/matrix.frag

and the ThreeJS course of three.js journey by @brunosimon

Apply to UV surface

Issue

The shader code does not work on ios and android!

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages