skipBackfaces property

bool skipBackfaces
getter/setter pair

If set to true, the ray skips any hits with normal.dot(rayDirection) < 0. @default false

Implementation

bool skipBackfaces = false;