Application examples
Bellow is a list of examples that are executable.
-
exampleCustom - Builds a custom application using the DtVrvApplication framework.
-
exampleEmbedded - Shows how to create a your own QT application with a Main Window that has a VR-Vantage view embedded in it.
-
exampleEmbeddedSlave - Builds a QT application with Slave Display Engine embedded in it.
-
exampleEventProcessor - Creates and registers an event processor.
-
exampleKeyMap - Registers a function with the Key Map Manager, and binds it to a key event in a given key map.
-
exampleMFC - Shows how to embed VR-Vantage in an MFC application. (Windows only)
-
exampleProjectile - Shows how to fire a projectile (a Tank!) using the F key and create an explosion
-
exampleReadVideoShm - Opens, maps, and reads from a shared memory segment created by VR-Vantage that contains streamed video frames.
-
exampleSimple - Creates a simple VR-Vantage application. It instantiates the DtVrvApplication class (defined in DtVrvApplication.h), initializes it, and runs it.
-
exampleThreadedDriver - Shows how to create your own driver (in a multithread application). Uses it to put an entity in the scene (Makland) and uses simengine to calculate height-above-terrain (HAT)
[<< Examples] [Home] [Top of Page]