// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 #include #include #include void apply_material_id_mapping( INode* meshNode, frantic::geometry::trimesh3& mesh, const std::map>& materialIDMapping, MtlID defaultMaterialID ); void apply_material_id_mapping( INode* meshNode, frantic::geometry::polymesh3_ptr mesh, const std::map>& materialIDMapping, MtlID defaultMaterialID ); boost::shared_ptr apply_material_id_mapping_particle_istream( boost::shared_ptr pin, INode* meshNode, const std::map>& materialIDMapping, MtlID defaultMaterialID );