Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-07-01 04:18:58 +0300
committerCampbell Barton <campbell@blender.org>2022-07-01 04:18:58 +0300
commitcf64a1d73e0e0378049b4e24407e9a4406270e8a (patch)
tree36067de0ff949077bc2abc2c045835b57d48f0d9 /source/blender/draw/engines/eevee_next/eevee_sampling.hh
parent90f4b35bc22d5c4fa1b4579514e1596ae9d131b1 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/draw/engines/eevee_next/eevee_sampling.hh')
-rw-r--r--source/blender/draw/engines/eevee_next/eevee_sampling.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee_next/eevee_sampling.hh b/source/blender/draw/engines/eevee_next/eevee_sampling.hh
index d956c61f2b2..11daa21629a 100644
--- a/source/blender/draw/engines/eevee_next/eevee_sampling.hh
+++ b/source/blender/draw/engines/eevee_next/eevee_sampling.hh
@@ -136,7 +136,7 @@ class Sampling {
static float2 sample_disk(const float2 &rand);
/**
- * Uniform disc distribution using fibonacci spiral sampling.
+ * Uniform disc distribution using Fibonacci spiral sampling.
* \a rand is 2 random float in the [0..1] range.
* Returns point in a disk of radius 1 and centered on the origin.
*/