Lines Matching refs:material
420 initialize : function(pos, radius, material) { argument
423 this.material = material;
451 info.color = this.material.getColor(0,0);
472 initialize : function(pos, d, material) { argument
475 this.material = material;
499 if(this.material.hasTexture){
504 info.color = this.material.getColor(u,v);
506 info.color = this.material.getColor(0,0);
713 var shininess = Math.pow(10, info.shape.material.gloss + 1);
744 if(this.options.renderReflections && info.shape.material.reflection > 0)
758 info.shape.material.reflection
776 var dB = (0.5 * Math.pow(shadowInfo.shape.material.transparency, 0.5));
782 if(this.options.renderHighlights && !shadowInfo.isHit && info.shape.material.gloss > 0){