Skip to content

Commit

Permalink
vec3 math hyperbolic sine, cosine and tangent
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchange committed Oct 14, 2023
1 parent 1a86d73 commit d99c3df
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion addons/material_maker/nodes/math_v3.mmg
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,19 @@
{
"name": "snap(A, B)",
"value": "floor($in1($uv)/$in2($uv))*$in2($uv)"
}
},
{
"name": "sinh(A)",
"value": "sinh($in1($uv))"
},
{
"name": "cosh(A)",
"value": "cosh($in1($uv))"
},
{
"name": "tanh(A)",
"value": "tanh($in1($uv))"
},
]
},
{
Expand Down

0 comments on commit d99c3df

Please sign in to comment.