texture(...)
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
texture(v : Texture) : this;
Sets the source texture (e.g. Z.ImageTexture or Z.VideoTexture) used to apply transformations to.
Default value: null
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
v | Z.Texture | The texture to apply transformations to. |
Returns
Section titled “Returns”this