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 <ideasman42@gmail.com>2020-08-01 06:18:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-01 06:57:27 +0300
commit6119f3cad1707401466c59f8e90aed9c790d6ac9 (patch)
tree5ef567e80d19adbd09b52bc78151668f06532c84 /intern/sky
parent901ee66ea1cb4d60a93d4c92161e5c8e21e903bd (diff)
Cleanup: spelling (initialized)
Diffstat (limited to 'intern/sky')
-rw-r--r--intern/sky/include/sky_model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/sky/include/sky_model.h b/intern/sky/include/sky_model.h
index fbff64a9486..983b90fed35 100644
--- a/intern/sky/include/sky_model.h
+++ b/intern/sky/include/sky_model.h
@@ -112,7 +112,7 @@ bands, you would need something like
ArHosekSkyModelState * skymodel_state[num_channels];
-You then have to allocate and initialise these states. In the following code
+You then have to allocate and initialize these states. In the following code
snippet, we assume that 'albedo' is defined as
double albedo[num_channels];
@@ -228,7 +228,7 @@ actually not altered at all in this release. All we did was to add some support
functionality for doing this more easily with the existing data and functions,
and to add some explanations.
-Just use 'arhosekskymodelstate_alienworld_alloc_init()' to initialise the sky
+Just use 'arhosekskymodelstate_alienworld_alloc_init()' to initialize the sky
model states (you will have to provide values for star temperature and solar
intensity compared to the terrestrial sun), and do everything else as you
did before.