Creating RENDERER component...
Initializing Direct3D renderer...
Direct3D renderer resetting device...
creating a hardware (pure) VP device...
Direct3DRenderer using w-fog...
Creating renderer specific textures...
Creating renderer specific primitive info...
Direct3D renderer setting viewport to: 437 by 393
Direct3D renderer initialized.
Added component Direct3D renderer.
	notifying other components...
Creating CAMERA component...
Added component Camera.
	notifying other components...
Creating INPUT component...
Initializing input reader...
Created keyboard input device.
Created mouse input device.
Added component InputManager.
	notifying other components...
Creating CONSOLE component...
Added component Console.
	notifying other components...
Creating WORLD component...
Added component World.
	notifying other components...
Allowing ObjectType: 'MeshObject'
Allowing ObjectType: 'TerrainObject'
Allowing ObjectType: 'ObjectCam'
-------------------------------- FINISHED SCRIPT ------------

Engine deactivated...
Engine reactivated...
Lost the keyboard input device.
Engine deactivated...

OHMEngine being destroyed...
Removing component Win32 window...
	notifying other components...
(InputManager must be shut down)
Removing component InputManager...
	notifying other components...
(renderer must be shut down)
Removing component Direct3D renderer...
	notifying other components...
Shutting down Direct3D renderer...
Invalidating renderer specific textures...
Invalidating renderer specific primitive info...
Direct3D renderer shutdown.
Removing component World...
	notifying other components...
(Camera ignoring host)
Removing component Camera...
	notifying other components...
Removing component Console...
	notifying other components...
Cleaning up resources...
OHMEngine destroyed.

38150 frames in 4.03 seconds (Average FPS: 9464.13)

PROFILE SESSION:

29.35% OHMEngine::Update (max: 29.35%, max calls: 38150) 
	1.17% OHMEngine::Draw (max: 100.00%, max calls: 1) 

