Home | History | Annotate | Download | only in v8-v4

Lines Matching refs:transparency

328     transparency: 0.0,      // 0=opaque
349 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
360 initialize : function(color, reflection, refraction, transparency, gloss) {
363 this.transparency = transparency;
373 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
393 this.transparency = transparency;
409 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
435 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
802 var dB = (0.5 * Math.pow(shadowInfo.shape.material.transparency, 0.5));