mirror of
https://github.com/recp/cglm.git
synced 2025-12-26 10:35:10 +00:00
perlin.h -> noise.h
This commit is contained in:
@@ -66,7 +66,7 @@ Follow the :doc:`build` documentation for this
|
||||
ivec4
|
||||
color
|
||||
plane
|
||||
perlin
|
||||
noise
|
||||
project
|
||||
util
|
||||
io
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
perlin
|
||||
================================================================================
|
||||
|
||||
Header: cglm/perlin.h
|
||||
Header: cglm/noise.h
|
||||
|
||||
Classic Perlin noise implementation.
|
||||
|
||||
@@ -12,13 +12,13 @@ Table of contents (click to go):
|
||||
|
||||
Functions:
|
||||
|
||||
1. :c:func:`glm_perlin`
|
||||
1. :c:func:`glm_perlin_vec4`
|
||||
|
||||
|
||||
Functions documentation
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. c:function:: float glm_perlin(vec4 point)
|
||||
.. c:function:: float glm_perlin_vec4(vec4 point)
|
||||
|
||||
| Classic Perlin noise
|
||||
|
||||
Reference in New Issue
Block a user