Vizard 7 » Command Index » Vizard modules » viz » <viz>.splashScreen
7.6

<viz>.splashScreen

This displays a user-defined splash during startup

<viz>.splashScreen(  
filename  
)  
filename
Specifies the name of an image file (jpg, tif, etc).

Remarks

Use this command to throw up a splash screen image completely filling the screen while Vizard loads all the scene geometry and textures. When Vizard is finished loading, it will automatically remove the splash screen and begin rendering the scene graph instead.

Return Value

None

Example

viz.splashScreen('myTitleImage.jpg')