mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 08:19:51 -05:00
Consistent spelling of "tessellation"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user