OptionalbuffersTranscoded texture data.
OptionalencodingSceneTexture encoding format.
Supported values are constants!LinearEncoding and constants!sRGBEncoding.
OptionalflipYFlips this SceneTexture's source data along its vertical axis when true.
ID for the texture.
OptionalimageHTMLImage containing the texture image.
OptionalimageImage file data.
OptionalmagHow the texture is sampled when a texel covers more than one pixel.
Supported values are constants!LinearFilter and constants!NearestFilter.
OptionalmediaMedia type.
OptionalminHow the texture is sampled when a texel covers less than one pixel.
Supported values are constants!LinearMipmapLinearFilter, constants!LinearMipMapNearestFilter, constants!NearestMipMapNearestFilter, constants!NearestMipMapLinearFilter and constants!LinearMipMapLinearFilter.
OptionalpreloadRGBA color to preload the texture with.
OptionalsrcPath to an image file.
OptionalwrapRWrap parameter for texture coordinate R.
Supported values are constants!ClampToEdgeWrapping, constants!MirroredRepeatWrapping and constants!RepeatWrapping.
OptionalwrapSWrap parameter for texture coordinate S.
Supported values are constants!ClampToEdgeWrapping, constants!MirroredRepeatWrapping and constants!RepeatWrapping.
OptionalwrapTWrap parameter for texture coordinate T.
Supported values are constants!ClampToEdgeWrapping, constants!MirroredRepeatWrapping and constants!RepeatWrapping.
SceneTexture creation parameters for SceneModel.createTexture.