mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Removed unused members.
This commit is contained in:
parent
ace415b138
commit
466d99bcbb
3 changed files with 0 additions and 3 deletions
|
@ -445,7 +445,6 @@ void GLBackend::updateTransform() {
|
|||
_transform._lastMode = GL_PROJECTION;
|
||||
}
|
||||
CHECK_GL_ERROR();*/
|
||||
_transform._invalidProj;
|
||||
}
|
||||
|
||||
if (_transform._invalidModel || _transform._invalidView) {
|
||||
|
|
|
@ -1477,7 +1477,6 @@ FBXGeometry extractFBXGeometry(const FBXNode& node, const QVariantHash& mapping,
|
|||
|
||||
} else if (object.name == "Texture") {
|
||||
TextureParam tex;
|
||||
bool texparam = false;
|
||||
foreach (const FBXNode& subobject, object.children) {
|
||||
if (subobject.name == "RelativeFilename") {
|
||||
// trim off any path information
|
||||
|
|
|
@ -1127,7 +1127,6 @@ bool HeightfieldStreamState::becameSubdividedOrCollapsed() const {
|
|||
|
||||
const int X_MAXIMUM_FLAG = 1;
|
||||
const int Y_MAXIMUM_FLAG = 2;
|
||||
const int MAXIMUM_FLAG_MASK = X_MAXIMUM_FLAG | Y_MAXIMUM_FLAG;
|
||||
|
||||
static glm::vec2 getNextMinimum(const glm::vec2& minimum, float nextSize, int index) {
|
||||
return minimum + glm::vec2(
|
||||
|
|
Loading…
Reference in a new issue