From df21f59779426d09a6c6996bf06adca02338a35f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 31 Aug 2021 16:21:18 +0100 Subject: [PATCH] Added alias from asc to 3dc --- src/osgDB/Registry.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osgDB/Registry.cpp b/src/osgDB/Registry.cpp index 4a36c40d2..c47439b61 100644 --- a/src/osgDB/Registry.cpp +++ b/src/osgDB/Registry.cpp @@ -460,6 +460,8 @@ Registry::Registry() addFileExtensionAlias("igs", "opencascade"); addFileExtensionAlias("iges", "opencascade"); + // asc point could files. + addFileExtensionAlias("asc", "3dc"); // add built-in mime-type extension mappings for( int i=0; ; i+=2 )