mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
more cleanups
This commit is contained in:
parent
895e3d0430
commit
64f70f1ebb
1 changed files with 0 additions and 3 deletions
|
@ -191,8 +191,6 @@ void Base3DOverlay::setProperties(const QVariantMap& originalProperties) {
|
|||
|
||||
// Communicate changes to the renderItem if needed
|
||||
if (needRenderItemUpdate) {
|
||||
notifyRenderTransformChange();
|
||||
|
||||
auto itemID = getRenderItemID();
|
||||
if (render::Item::isValidID(itemID)) {
|
||||
render::ScenePointer scene = qApp->getMain3DScene();
|
||||
|
@ -267,7 +265,6 @@ void Base3DOverlay::parentDeleted() {
|
|||
}
|
||||
|
||||
void Base3DOverlay::update(float duration) {
|
||||
|
||||
// In Base3DOverlay, if its location or bound changed, the renderTrasnformDirty flag is true.
|
||||
// then the correct transform used for rendering is computed in the update transaction and assigned.
|
||||
if (_renderTransformDirty) {
|
||||
|
|
Loading…
Reference in a new issue