// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "bvh_node_ref.h" namespace embree { /*! BVHN Base Node */ template struct BaseNode_t { /*! Clears the node. */ __forceinline void clear() { for (size_t i=0; i