// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "bvh_node_base.h" namespace embree { template<typename NodeRef, int N> struct OBBNodeMB_t : public BaseNode_t<NodeRef, N> { … }; }
// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "bvh_node_base.h" namespace embree { template<typename NodeRef, int N> struct OBBNodeMB_t : public BaseNode_t<NodeRef, N> { … }; }