| PathEngine home | previous: | next: |
Initialises the 3D content processing, and obtains an interface pointer (static and Linux .so linkage).
extern "C"
{
iContentProcessing3D*
PathEngine_InitialiseCP3DAndObtainInterface();
}
|
A pointer to the
The root interface must be initialised, with
This function is provided for SDK initialisation
in the case of either direct linkage to PathEngine as a set of static libraries,
or Linux shared object linkage.
Refer to
Normally this function should be called just once, but the 3D content processing can be shut down explicitly, if desired, by calling
After explicit shutdown, it is then possible to call PathEngine_InitialiseCP3DAndObtainInterface() again, to reinitialise the interface.
The 3D content processing must be shut down before any call to
This function must be called from the main thread.
| Documentation for PathEngine release 5.24 - Copyright © 2002-2010 PathEngine | next: |