IRasterStream#
- class ansys.stk.core.graphics.IRasterStream#
A raster, the data of which, is updated dynamically at the specified update delta. The class can be used to stream video and other dynamic raster data to textures and other raster clientsβ¦
Overview#
When overridden in a derived class, updates the raster data associated with the raster stream at the specified time⦠|
Get or set the update delta of the raster stream in seconds. The update delta defines the interval at which the Update method will be called. The default update delta is 0, which will call the Update method every time the scene manager time changes⦠|
Import detail#
from ansys.stk.core.graphics import IRasterStream