// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 #pragma once void cull( frantic::geometry::trimesh3& mesh, const frantic::graphics::boundbox3f& bounds );