Navigation Menu

Skip to content

Commit

Permalink
Model Renderer|Shaders: Default for uSpecular is 1
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 31, 2015
1 parent 89bbe2e commit adcae74
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,7 +7,7 @@ model.skeletal {
variable uAlpha { value = 1 }
variable uColor { value <1, 1, 1> }
variable uOffsetUV { value <0, 0> }
variable uSpecular { value = 3 }
variable uSpecular { value = 1 }
variable uEmission { value = 0 }
variable uGlossiness { value = 100 }
variable uReflectionBlur { value = 10 }
Expand Down Expand Up @@ -144,7 +144,7 @@ model.skeletal {
variable uAlpha { value = 1.0 }
variable uColor { value <1, 1, 1> }
variable uOffsetUV { value <0, 0> }
variable uSpecular { value = 3 }
variable uSpecular { value = 1 }
variable uGlossiness { value = 100 }
variable uReflectionBlur { value = 10 }

Expand Down

0 comments on commit adcae74

Please sign in to comment.