mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
No longer needed, I got fcollada working correctly
This commit is contained in:
parent
f431703f0a
commit
cf217344aa
@ -25,10 +25,8 @@
|
||||
#include "xFileToEggConverter.h"
|
||||
|
||||
#ifdef HAVE_FCOLLADA
|
||||
#ifndef WIN32
|
||||
#include "daeToEggConverter.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "dconfig.h"
|
||||
#include "loaderFileTypeRegistry.h"
|
||||
@ -86,11 +84,9 @@ init_libptloader() {
|
||||
reg->register_type(new LoaderFileTypePandatool(xfile));
|
||||
|
||||
#ifdef HAVE_FCOLLADA
|
||||
#ifndef WIN32
|
||||
DAEToEggConverter *dae = new DAEToEggConverter;
|
||||
reg->register_type(new LoaderFileTypePandatool(dae));
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MAYA
|
||||
// Register the Maya converter as a deferred type. We don't compile
|
||||
|
Loading…
x
Reference in New Issue
Block a user