InitEngine3D()
Syntax
Result = InitEngine3D()Description
Initialises the 3D environment for later use. You must put this command at the top of your source code if you want to use the 3D commands. You should test the result to see if the 3D environment has been correctly initialised. If not you have to quit the program or disable all the calls to the 3D related commands. This command 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
Windows, Linux