[Plib-users] callbacks2
Brought to you by:
sjbaker
From: Tinoshi K. <ti...@li...> - 2005-09-28 23:58:34
|
I tried to change isA with else if ( e -> isAKindOf ( ssgTypeLeaf() ) ) { ssgLeaf* leaf =3D (ssgLeaf *) e ; leaf -> setCallback ( SSG_CALLBACK_PREDRAW, setWireframe) ; } but nothing changed... so this is not the problem... well, I think that = with isA() doesn't work at all... |