|
@@ -17370,11 +17370,8 @@ return {
|
|
variants = {
|
|
variants = {
|
|
{
|
|
{
|
|
arguments = {
|
|
arguments = {
|
|
- x = {
|
|
|
|
- type = "number",
|
|
|
|
- description = "A uniform scale to apply."
|
|
|
|
- },
|
|
|
|
- scale = {
|
|
|
|
|
|
+ {
|
|
|
|
+ name = "scale",
|
|
type = "vec3",
|
|
type = "vec3",
|
|
description = "The 3D scale to apply."
|
|
description = "The 3D scale to apply."
|
|
}
|
|
}
|
|
@@ -17386,6 +17383,22 @@ return {
|
|
description = "The original matrix."
|
|
description = "The original matrix."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ arguments = {
|
|
|
|
+ {
|
|
|
|
+ name = "s",
|
|
|
|
+ type = "number",
|
|
|
|
+ description = "A uniform scale to apply."
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ returns = {
|
|
|
|
+ {
|
|
|
|
+ name = "m",
|
|
|
|
+ type = "mat4",
|
|
|
|
+ description = "The original matrix."
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|