Home
last modified time | relevance | path

Searched refs:gloss (Results 1 – 1 of 1) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Draytrace.js326 gloss: 2.0, // [0...infinity] 0 = matt property in Flog.RayTracer.Material.BaseMaterial
348 …return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' +…
359 initialize : function(color, reflection, refraction, transparency, gloss) { argument
363 this.gloss = gloss;
372 …return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTextur…
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { argument
393 this.gloss = gloss;
408 …return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTextur…
713 var shininess = Math.pow(10, info.shape.material.gloss + 1);
782 if(this.options.renderHighlights && !shadowInfo.isHit && info.shape.material.gloss > 0){