FindCoin3D¶
Finds Coin3D (Open Inventor).
Coin3D is an implementation of the Open Inventor API. It provides data structures and algorithms for 3D visualization.
Result Variables¶
This module defines the following variables:
Coin3D_FOUNDTrue if Coin3D, Open Inventor was found. For backward compatibility, the
COIN3D_FOUNDvariable is also set to the same value.
Cache Variables¶
The following cache variables may also be set:
COIN3D_INCLUDE_DIRSDirectory containing the Open Inventor header files (
Inventor/So.h).COIN3D_LIBRARIESCoin3D libraries required for linking.
Examples¶
Finding Coin3D:
find_package(Coin3D)