Optimize reordering of sources nodes in Views (perfom sorting on scenes

only if layer view changed)
This commit is contained in:
brunoherbelin
2020-05-18 22:21:43 +02:00
parent 530762d1d2
commit 3b9b593aa2
4 changed files with 16 additions and 20 deletions

View File

@@ -52,7 +52,6 @@ void Node::update( float )
{
// update transform matrix from attributes
transform_ = GlmToolkit::transform(translation_, rotation_, scale_);
}
void Node::accept(Visitor& v)