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
The lifetime of the iContentProcessing3D interface object returned by this function is managed through the SDK API object reference count mechanism. (Once you no longer require this object, you can call delete on the object pointer, and if there are no other outstanding references the object will be destroyed.)
This function must be called from the main thread.
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |