// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 #pragma once #include #undef base_type namespace ember { namespace max3d { // class TexmapNode : public frantic::magma::nodes::max3d::magma_texmap_node{ // public: // MAGMA_MAX_REQUIRED_METHODS( TexmapNode ); // // //virtual void compile_as_extension_type( frantic::magma::magma_compiler_interface& compiler ); // // }; } } // namespace ember