]> git.mxchange.org Git - simgear.git/commit
Replace rotation animation update callbacks with cull callbacks
authorTim Moore <timoore33@gmail.com>
Wed, 18 Jul 2012 22:42:38 +0000 (00:42 +0200)
committerTim Moore <timoore33@gmail.com>
Wed, 18 Jul 2012 22:42:38 +0000 (00:42 +0200)
commit75087095b132ec7a42e14000c7c8b3b09147d720
tree48940872ec0f68dbb9bf7fc83f9c7ddec5aaac41
parent51a17a7a0fd543a5990d8f2345bf01ac34b4adab
Replace rotation animation update callbacks with cull callbacks

Update callbacks are expensive because they force large parts of the scenegraph to be traversed
by OSG.
simgear/scene/model/animation.cxx