Skip to content

Commit

Permalink
🍱 Improve textures
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosimon committed Sep 6, 2021
1 parent 0516caf commit a515e4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Experience/Baked.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class CoffeeSteam

this.colors = {}
this.colors.tv = '#ff115e'
this.colors.desk = '#ff9b00'
this.colors.desk = '#ff6700'
this.colors.pc = '#0082ff'

this.model.material = new THREE.ShaderMaterial({
Expand All @@ -67,7 +67,7 @@ export default class CoffeeSteam
uLightTvStrength: { value: 1.47 },

uLightDeskColor: { value: new THREE.Color(this.colors.desk) },
uLightDeskStrength: { value: 1.36 },
uLightDeskStrength: { value: 1.9 },

uLightPcColor: { value: new THREE.Color(this.colors.pc) },
uLightPcStrength: { value: 1.4 }
Expand Down
3 changes: 2 additions & 1 deletion src/Experience/BouncingLogo.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class BouncingLogo
{
this.debugFolder = this.debug.addFolder({
title: 'bouncingLogo',
expanded: true
expanded: false
})
}

Expand All @@ -44,6 +44,7 @@ export default class BouncingLogo

this.model.material = new THREE.MeshBasicMaterial({
transparent: true,
premultipliedAlpha: true,
map: this.model.texture
})

Expand Down
Binary file modified static/assets/bakedDay.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/assets/bakedNight.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a515e4b

Please sign in to comment.