diff --git a/light/trace_embree.cc b/light/trace_embree.cc index 6293728c..9d99b619 100644 --- a/light/trace_embree.cc +++ b/light/trace_embree.cc @@ -188,6 +188,8 @@ Embree_TraceInit(const bsp2_t *bsp) skyfaces.push_back(face); } else if (texname[0] == '{') { fencefaces.push_back(face); + } else if (texname[0] == '*') { + // ignore liquids } else { solidfaces.push_back(face); }