mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
remove transform
This commit is contained in:
parent
f00b056023
commit
4a7ea580e9
@ -59,10 +59,6 @@ void QgsMesh3dEntity::buildGeometry()
|
||||
mesh ) );
|
||||
|
||||
addComponent( mesh );
|
||||
|
||||
Qt3DCore::QTransform *tform = new Qt3DCore::QTransform;
|
||||
tform->setTranslation( QVector3D( 0, 0, 0 ) ) ;
|
||||
addComponent( tform );
|
||||
}
|
||||
|
||||
void QgsMesh3dEntity::applyMaterial()
|
||||
@ -96,10 +92,6 @@ void QgsMesh3dTerrainTileEntity::buildGeometry()
|
||||
|
||||
mesh->setGeometry( new QgsMesh3dGeometry( mTriangularMesh, mMapSettings.origin(), mExtent, mSymbol.verticaleScale(), mesh ) );
|
||||
addComponent( mesh );
|
||||
|
||||
Qt3DCore::QTransform *tform = new Qt3DCore::QTransform;
|
||||
tform->setTranslation( QVector3D( 0, 0, 0 ) );
|
||||
addComponent( tform );
|
||||
}
|
||||
|
||||
void QgsMesh3dTerrainTileEntity::applyMaterial()
|
||||
|
Loading…
x
Reference in New Issue
Block a user