InitEngine3D()

Syntax

Result = InitEngine3D()
Description
Initializes the 3D environment for later use. You must put this function at the top of your source code if you want to use any of the 3D functions. You should test the result to see if the 3D environment has been correctly initialized. If initialization fails, the program should quit or all 3D function calls should be disabled. This function tries to load the 'Engine3D.dll' and DirectX 7, so if it fails, it's probably because the DLL or DirectX 7+ is not found.

Supported OS

All

<- Fog() - Engine3D Index - InputEvent3D() ->