diff --git a/docs/source/noise.rst b/docs/source/noise.rst index 8680fe0..c7ec198 100644 --- a/docs/source/noise.rst +++ b/docs/source/noise.rst @@ -13,6 +13,7 @@ Table of contents (click to go): Functions: 1. :c:func:`glm_perlin_vec4` +#. :c:func:`glm_perlin_vec3` Functions documentation @@ -27,3 +28,14 @@ Functions documentation Returns: | noise value + + +.. c:function:: float glm_perlin_vec3(vec3 point) + + | Classic Perlin noise + + Parameters: + | *[in]* **point** 3D point + + Returns: + | noise value