This displays a user-defined splash during startup
| <viz>.splashscreen( | |
| filename | # image file name |
)
filename
Specifies the name of an image file (jpg, tif, etc).
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.
None