attached): * Light point strings using the REPLICATE opcode should now be supported (>=15.6?) * Directional lights should now work as in Performer using a viewing frustrum defined by a direction vector, horizontal angular width, vertical angular width, and roll angle about the direction vector. The current directional light implementation had some bad assumptions which caused problems with direction vectors not on the XY plane. * IVE and OSG reader/writers were updated as appropriate"
40 lines
730 B
Plaintext
40 lines
730 B
Plaintext
################################################################
|
|
# Dependency library which have been installed on this system
|
|
|
|
GDAL_INSTALLED = yes
|
|
JASPER_INSTALLED = no
|
|
|
|
FREETYPE_INSTALLED = yes
|
|
|
|
ifeq ($(OS),Darwin)
|
|
DARWIN_QUICKTIME = yes
|
|
endif
|
|
|
|
ifeq ($(DARWIN_QUICKTIME),yes)
|
|
|
|
QUICKTIME_INSTALLED = yes
|
|
LIBJPEG_INSTALLED = no
|
|
LIBUNGIF_INSTALLED = no
|
|
LIBTIFF_INSTALLED = no
|
|
LIBPNG_INSTALLED = no
|
|
LIBMPEG3_INSTALLED = no
|
|
|
|
else
|
|
|
|
QUICKTIME_INSTALLED = no
|
|
LIBJPEG_INSTALLED = yes
|
|
LIBUNGIF_INSTALLED = yes
|
|
LIBTIFF_INSTALLED = yes
|
|
LIBPNG_INSTALLED = yes
|
|
LIBMPEG3_INSTALLED = no
|
|
|
|
endif
|
|
|
|
|
|
COIN_INSTALLED = no
|
|
INVENTOR_INSTALLED = no
|
|
|
|
PERFORMER_INSTALLED = no
|
|
|
|
DEMETER_INSTALLED = no
|