Hey guys, I'm getting problem with getting node's worldbounds.
I've connected spatial with "myNode", after trying to get worldbounds I received a nullPointer exception, I used this part of a code to get what exactly caused error:
if (myNode.getWorldBound() == null){
System.out.println("getworldBound empty");};
But if instead of myNode I use rootNode everything is ok... what's the difference between rootNode and myNode that doesn't allow me to get World Bounds?
Yours
Meri.