/* 709 */ if ((obj instanceof SceneGraphObject)) {
/* 710 */ return (SceneGraphObject)obj;
/* */ }
/* 712 */ SymbolTableData symbol = getSymbol(((Integer)obj).intValue());
/* 713 */ if ((symbol == null) || (symbol.j3dNode == null))
/* 714 */ throw new ObjectNotLoadedException(((Integer)obj).toString());
/* 715 */ return symbol.j3dNode;
/* */ }