Return type: | TextureTag |
---|---|
Returns: | A new texture tag. |
Get the position of the texture project.
Return type: | Vector |
---|---|
Returns: | The texture XYZ position. |
Get the rotation of the texture project.
Return type: | Vector |
---|---|
Returns: | The rot of the texture. |
Get the scale of the texture project.
Return type: | Vector |
---|---|
Returns: | The scale of the texture. |
Get the texture projection’s coordinate system as a matrix.
Return type: | Vector |
---|---|
Returns: | The texture projection’s coordinate system. |
Get the texture projection’s coordinate system as a normalized matrix.
Return type: | Vector |
---|---|
Returns: | The texture projection’s coordinate system. |
Get the current material associated with this tag.
Return type: | BaseMaterial |
---|---|
Returns: | The material or None. |
Sets the position of the texture projection.
Parameters: | v (Vector) – The position of the texture. |
---|
Sets the rotation of the texture projection.
Parameters: | v (Vector) – The rotation of the texture. |
---|
Sets the scale of the texture projection.
Parameters: | v (Vector) – The scale of the texture. |
---|
Sets the texture projection’s coordinate system matrix.
Parameters: | v (Matrix) – The texture projection’s coordinate system. |
---|
Set the material associated with this tag.
Parameters: | mat (BaseMaterial) – The material for this tag. |
---|