Rename hint_aniso to hint_anisotropy in the shader language
The word "anisotropy" is used in full form in BaseMaterial3D's anisotropy-related properties.
This commit is contained in:
parent
4f9b6d9a3f
commit
92e9cca5be
8 changed files with 22 additions and 22 deletions
|
|
@ -26,8 +26,8 @@
|
|||
<constant name="TYPE_NORMAL_MAP" value="2" enum="TextureType">
|
||||
Adds [code]hint_normal[/code] as hint to the uniform declaration, which internally converts the texture for proper usage as normal map.
|
||||
</constant>
|
||||
<constant name="TYPE_ANISO" value="3" enum="TextureType">
|
||||
Adds [code]hint_aniso[/code] as hint to the uniform declaration to use for a flowmap.
|
||||
<constant name="TYPE_ANISOTROPY" value="3" enum="TextureType">
|
||||
Adds [code]hint_anisotropy[/code] as hint to the uniform declaration to use for a flowmap.
|
||||
</constant>
|
||||
<constant name="TYPE_MAX" value="4" enum="TextureType">
|
||||
Represents the size of the [enum TextureType] enum.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue