Cubes move in formaiton,Mix,Line,Circle,Cube and Spiral.
using by Three.js and Tween.js.
A Pen by naoyashiga on CodePen.
Cubes move in formaiton,Mix,Line,Circle,Cube and Spiral.
using by Three.js and Tween.js.
A Pen by naoyashiga on CodePen.
if the Particles is in the circle,the particle get slowly.
A Pen by naoyashiga on CodePen.
var cube_geo = new THREE.CubeGeometry( | |
CUBE_WIDTH, | |
CUBE_HEIGHT, | |
CUBE_DEPTH, | |
CUBE_WIDTH_SEGMENTS, | |
CUBE_HEIGHT_SEGMENTS, | |
CUBE_DEPTH_SEGMENTS | |
); | |
//空のマテリアル | |
var cube_material = new THREE.MeshFaceMaterial(materials); |
I used sin and cos when I changed the position of particles.
A Pen by naoyashiga on CodePen.