Consistent spelling of "tessellation"

This commit is contained in:
Emma Broman
2023-06-12 14:11:45 +02:00
parent e5e5a22786
commit 76402e0525
2 changed files with 4 additions and 4 deletions
@@ -258,9 +258,9 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo UseTessellationLevelInfo = {
"UseTessellationLevel",
"Use Tessellation Level",
"If true, use the 'Tesselation Level' to control the level of detail for the "
"tessellation. The distance used will be the 'Tesselation Distance' divided by "
"the 'Tesselation Level', so the higher the level value, the smaller each "
"If true, use the 'Tessellation Level' to control the level of detail for the "
"tessellation. The distance used will be the 'Tessellation Distance' divided by "
"the 'Tessellation Level', so the higher the level value, the smaller each "
"segment in the geomoetry will be",
openspace::properties::Property::Visibility::AdvancedUser
};
@@ -174,7 +174,7 @@ private:
void initializeRenderFeature(RenderFeature& feature,
const std::vector<Vertex>& vertices);
/// Get the distance that shall be used for tesselation, based on the properties
/// Get the distance that shall be used for tessellation, based on the properties
float tessellationStepSize() const;
/// Compute the heights to the surface at the reference points