Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:transparency

327     transparency: 0.0,      // 0=opaque
348 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
359 initialize : function(color, reflection, refraction, transparency, gloss) {
362 this.transparency = transparency;
372 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
392 this.transparency = transparency;
408 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
776 var dB = (0.5 * Math.pow(shadowInfo.shape.material.transparency, 0.5));