Home | History | Annotate | Download | only in benchmarks

Lines Matching full:gloss

326     gloss: 2.0,             // [0...infinity] 0 = matt
348 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
359 initialize : function(color, reflection, refraction, transparency, gloss) {
363 this.gloss = gloss;
372 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
393 this.gloss = gloss;
408 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
713 var shininess = Math.pow(10, info.shape.material.gloss + 1);
782 if(this.options.renderHighlights && !shadowInfo.isHit && info.shape.material.gloss > 0){