mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
docs
This commit is contained in:
@@ -618,6 +618,12 @@ glm_perlin_vec4(vec4 point) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @brief Classic perlin noise
|
||||||
|
*
|
||||||
|
* @param[in] point 3D vector
|
||||||
|
* @returns perlin noise value
|
||||||
|
*/
|
||||||
CGLM_INLINE
|
CGLM_INLINE
|
||||||
float
|
float
|
||||||
glm_perlin_vec3(vec3 point) {
|
glm_perlin_vec3(vec3 point) {
|
||||||
|
|||||||
Reference in New Issue
Block a user