Previous | Next --- Slide 10 of 50
Back to Lecture Thumbnails
Evanolott

I think it's when the two tmin and tmax intervals do not intersect.

winstonc

When the intersection of the intervals is empty.

hesuyouren

When tmin and tmax do not fall between x0 and x1

atomicapple0

when the two intervals dont overlap

PsychotiK

When the tmin/tmax intervals don't intersect

coolbreeze

sth like tmin > tmax

Gru

When the tmin and tmax intervals don't fall in the box's bounds

xinyangc

When tmax < x0 or tmin > x1

bravech

when tmin > tmax

AL_

reminds me of clipping triangles

linyingy

tmin > tmax

stroucki

How will we ever get reversed ranges when the ray misses?

idkLinearAlgebra

If no overlaping of intersections

haotingl

tmin > tmax

froggystyle

tmin > tmax

chenruis

In 3D would that mean three check of tmin and tmax?

aabedon

tmin > tmax