Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Draytrace.js437 info.isHit = true;
453 info.isHit = false;
488 info.isHit = true;
523 isHit: false, property in Flog.RayTracer.IntersectionInfo
673 if(info.isHit){
690 if(info.isHit && info.distance >= 0 && info.distance < best.distance){
749 if (refl.isHit && refl.distance > 0){
774 … if(shadowInfo.isHit && shadowInfo.shape != info.shape /*&& shadowInfo.shape.type != 'PLANE'*/){
782 if(this.options.renderHighlights && !shadowInfo.isHit && info.shape.material.gloss > 0){