3D Lingo Dictionary > T-Z > type (texture) |
![]() ![]() ![]() |
type (texture)
5327 | Lingo_3d_texture_type_help
Syntax
member(whichCastmember
).shader(whichShader
).type
Description
3D texture property; the texture type of the referenced texture object. This property's possible values are:
![]() |
|
![]() |
|
![]() |
|
Example
This statement shows that the texture used by the shader for the model named Pluto was created from an image object.
put member("scene").model("Pluto").shader.texture.type -- #fromImageObject
See also
![]() ![]() ![]() |