mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
materialRepeat will clamp when disabled.
This commit is contained in:
parent
e2dc86261e
commit
bfb93e67b7
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@
|
|||
"tooltip": "How much to rotate the material within the parent's UV-space, in degrees."
|
||||
},
|
||||
"materialRepeat": {
|
||||
"tooltip": "If enabled, the material will repeat."
|
||||
"tooltip": "If enabled, the material will repeat, otherwise it will clamp."
|
||||
},
|
||||
"followCamera": {
|
||||
"tooltip": "If enabled, the grid is always visible even as the camera moves to another position."
|
||||
|
|
Loading…
Reference in a new issue