mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Add FCollada
This commit is contained in:
parent
1154fb7daa
commit
9a8652252a
@ -146,6 +146,11 @@
|
||||
#else
|
||||
#print - Did not find OpenMaya
|
||||
#endif
|
||||
#if $[HAVE_FCOLLADA]
|
||||
#print + FCollada
|
||||
#else
|
||||
#print - Did not find FCollada
|
||||
#endif
|
||||
|
||||
#print
|
||||
#if $[and $[HAVE_INTERROGATE],$[HAVE_PYTHON]]
|
||||
@ -204,6 +209,9 @@ $[cdefine MAYA_PRE_5_0]
|
||||
/* Define if we have SoftImage available. */
|
||||
$[cdefine HAVE_SOFTIMAGE]
|
||||
|
||||
/* Define if we have FCollada available. */
|
||||
$[cdefine HAVE_FCOLLADA]
|
||||
|
||||
/* Define if we have OpenSSL installed. */
|
||||
$[cdefine HAVE_OPENSSL]
|
||||
$[cdefine OPENSSL_097]
|
||||
|
@ -272,6 +272,10 @@
|
||||
#set SOFTIMAGE_LOCATION $[unixfilename $[SOFTIMAGE_LOCATION]]
|
||||
#set HAVE_SOFTIMAGE $[HAVE_SOFTIMAGE]
|
||||
|
||||
#set FCOLLADA_IPATH $[unixfilename $[FCOLLADA_IPATH]]
|
||||
#set FCOLLADA_LPATH $[unixfilename $[FCOLLADA_LPATH]]
|
||||
#set FCOLLADA_LIBS $[FCOLLADA_LIBS]
|
||||
#set HAVE_FCOLLADA $[HAVE_FCOLLADA]
|
||||
|
||||
// Now infer a few more variables based on what was defined.
|
||||
#if $[and $[HAVE_GTK],$[PKG_CONFIG]]
|
||||
|
@ -365,6 +365,12 @@
|
||||
#define chromium_libs $[CHROMIUM_LIBS]
|
||||
#endif
|
||||
|
||||
#if $[HAVE_FCOLLADA]
|
||||
#define fcollada_ipath $[wildcard $[FCOLLADA_IPATH]]
|
||||
#define fcollada_lpath $[wildcard $[FCOLLADA_LPATH]]
|
||||
#define fcollada_libs $[FCOLLADA_LIBS]
|
||||
#endif
|
||||
|
||||
// We define these two variables true here in the global scope; a
|
||||
// particular Sources.pp file can redefine these to be false to
|
||||
// prevent a particular directory or target from being built in
|
||||
|
Loading…
x
Reference in New Issue
Block a user