Also take the current BVH nodes transform into account.
Modified Files: src/FDM/groundcache.cxx
This commit is contained in:
parent
ee9dc0c93a
commit
c56b2f0047
1 changed files with 2 additions and 3 deletions
|
@ -474,10 +474,9 @@ public:
|
||||||
|
|
||||||
if (_id == transform.getId()) {
|
if (_id == transform.getId()) {
|
||||||
_foundId = true;
|
_foundId = true;
|
||||||
return;
|
} else {
|
||||||
}
|
|
||||||
|
|
||||||
transform.traverse(*this);
|
transform.traverse(*this);
|
||||||
|
}
|
||||||
|
|
||||||
if (_foundId) {
|
if (_foundId) {
|
||||||
SGMatrixd toWorld = transform.getToWorldTransform(_time);
|
SGMatrixd toWorld = transform.getToWorldTransform(_time);
|
||||||
|
|
Loading…
Add table
Reference in a new issue