mask(...)
mask(val: boolean): this;
Sets whether the VideoTexture is to be a mask.
Parameters
Parameter | Type | Description |
---|---|---|
val | boolean | Should be set to true if you plan on using the VideoTexture as a mask as it will insure it renders correctly |
Returns
this