Skip to content

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

ParameterTypeDescription
vZ.TextureThe texture to apply transformations to.

this