public static bool dualMapEval(ConfigNode node)
        {
            TextureConfigObject test = new TextureConfigObject();

            ConfigHelper.LoadObjectFromConfig(test, node);

            return(test.type == TexTypeEnum.TEX_CUBE_2);
        }
        public static bool dualMapEval(ConfigNode node)
        {
            TextureConfigObject test = new TextureConfigObject();
            ConfigHelper.LoadObjectFromConfig(test, node);

            return test.type == TexTypeEnum.TEX_CUBE_2;
        }