mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
Add FCollada
This commit is contained in:
parent
9a8652252a
commit
5616517d99
@ -847,6 +847,11 @@
|
|||||||
#defer SOFTIMAGE_LIBS SAA.lib
|
#defer SOFTIMAGE_LIBS SAA.lib
|
||||||
#defer HAVE_SOFTIMAGE $[isdir $[SOFTIMAGE_LOCATION]/h]
|
#defer HAVE_SOFTIMAGE $[isdir $[SOFTIMAGE_LOCATION]/h]
|
||||||
|
|
||||||
|
// Is FCollada installed? This is for the daeegg converter.
|
||||||
|
#define FCOLLADA_IPATH /usr/local/include/fcollada
|
||||||
|
#define FCOLLADA_LPATH /usr/local/lib
|
||||||
|
#define FCOLLADA_LIBS FColladaSD
|
||||||
|
#defer HAVE_FCOLLADA $[libtest $[FCOLLADA_LPATH],$[FCOLLADA_LIBS]]
|
||||||
|
|
||||||
// Define this to generate static libraries and executables, rather than
|
// Define this to generate static libraries and executables, rather than
|
||||||
// dynamic libraries.
|
// dynamic libraries.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user