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

<viz>.frame

Manually update the frame.

<viz>.frame()  

Remarks

This command will trigger an update cycle of the Vizard engine. This command can only be used if Vizard was initialized with the viz.EMBEDDED flag.

Return Value

None

Example

import viz
viz.go(viz.EMBEDDED)

while not viz.done():
    viz.frame()