Skip to content

wwjll/three-chamber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

three-chamber

What is this repo?

A repo contains funny and useful cases using three.js.

How to run

All the examples use vanilla javascript. Mostly for my own experiments.

run:

  • git clone https://github.com/wwjll/three-chamber.git
  • npm i
  • install live-server plugin to start

or you can use online cases.

Blog

You can read the details in my blog : juejin

Introduction

  • Dissolve A simple case to extend three.js shader using onBeforeCompile api, you can experience 2 different shaders.

    Dissolve

  • CameraEditor A small case to edit splines for camera, including progress control, generator animation, scissor and viewport, using RAF(requestAnimationFrame) only in camera animation as needed, featuring tween.js easing functions in animation progress and more. It is available in low-end laptops running scene complicated like San-Miguel.

    CameraEditor

  • BimAnimation A simple case of animation control. BimAnimation

Examples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages