| PathEngine home | previous: | next: |
Obtains the root interface to call into the 3D content processing dll (dll linkage).
extern "C"
{
iContentProcessing3D* __stdcall DLLExport_GetIContentProcessing3D(iErrorHandler* handler);
}
|
| error_handler |
A pointer to an object PathEngine will call to handle errors.
This pointer must remain valid until either PathEngine is shut down,
or a new handler is set with |
This function is exported at ordinal 1, and can be obtained by calling GetProcAddress(hInstance, (LPCSTR)1) after loading the 3D content processing dll.
(See
This function is provided for backward compatibility,
and is replaced by
(This root interface pointer makes it possible to call
core PathEngine functionality through the 3D content processing dll,
and, notably, to work with ground meshes generated directly from source content with
See
| Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEngine | next: |