Maps a movie on a node.
|
|
__init__(node1,
node2,
filename,
yuv)
The constructor of the vrMoviePlayer2 class. |
|
|
|
|
disableChromaKeying()
Disables Chroma keying on the movie. |
|
|
|
|
disableFillColor()
Disables the fill color and only blends alpha channel. |
|
|
|
|
disableLuminanceKeying()
Disables Luminance keying on the movie. |
|
|
|
|
disableSaturationKeying()
Disables Saturation keying on the movie. |
|
|
|
|
|
|
|
enableFillColor(red,
green,
blue,
alpha)
Sets the fill color for keying on the movie. |
|
|
|
|
|
|
|
|
|
int (32bit)
|
|
|
double
|
|
|
int (64bit)
|
|
|
int (64bit)
|
|
|
double
|
|
|
double
|
|
|
|
|
|
|
|
|
|
setOpacity(opacity)
Sets the opacity of the movie. |
|
|
|
|
|
|
|
setPlay(state)
Toggles between play and pause. |
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from vrAEBase.vrAEBase:
__reduce__,
addLoop,
callAllConnected,
connect,
connectSignal,
emitSignal,
getModuleName,
isActive,
loop,
recEvent,
removeConnections,
setActive,
setUpdateGUIEnabled,
subLoop
Inherited from unreachable.instance:
__new__
|