mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:19:06 +02:00
This function isn't used, either.
This commit is contained in:
parent
422e4fb85d
commit
ed287e9bb2
1 changed files with 0 additions and 5 deletions
|
@ -2126,11 +2126,6 @@ void HeightfieldNode::getRangeAfterEdit(const glm::vec3& translation, const glm:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline bool isSet(const StackArray& array, int y) {
|
|
||||||
return !array.isEmpty() && y < array.getPosition() + array.getEntryCount() &&
|
|
||||||
array.getEntryData()[qMax(0, y - array.getPosition())].isSet();
|
|
||||||
}
|
|
||||||
|
|
||||||
HeightfieldNode* HeightfieldNode::setMaterial(const glm::vec3& translation, const glm::quat& rotation, const glm::vec3& scale,
|
HeightfieldNode* HeightfieldNode::setMaterial(const glm::vec3& translation, const glm::quat& rotation, const glm::vec3& scale,
|
||||||
Spanner* spanner, const SharedObjectPointer& material, const QColor& color, bool paint, bool voxelize,
|
Spanner* spanner, const SharedObjectPointer& material, const QColor& color, bool paint, bool voxelize,
|
||||||
float normalizeScale, float normalizeOffset) {
|
float normalizeScale, float normalizeOffset) {
|
||||||
|
|
Loading…
Reference in a new issue