Skip to content

Commit

Permalink
Do pure white
Browse files Browse the repository at this point in the history
  • Loading branch information
dispalt committed May 21, 2013
1 parent 4c2a6bb commit 75335a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/public/particles.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function addParticles(splineOutline) {

uniforms = {
amplitude: { type: "f", value: 10.0 },
color: { type: "c", value: new THREE.Color( 0xff0000 ) },
color: { type: "c", value: new THREE.Color( 0xffffff ) },
flare: { type: "t", value: THREE.ImageUtils.loadTexture( "images/particleA.png" ) }
};

Expand All @@ -72,7 +72,7 @@ function addParticles(splineOutline) {

var particleMat = new THREE.ParticleBasicMaterial({
map: THREE.ImageUtils.loadTexture("images/map_mask.png"),
color: 0xff0000,
color: 0xffffff,
size: 60,
blending: THREE.NormalBlending,
transparent:true,
Expand Down

0 comments on commit 75335a5

Please sign in to comment.