This odes not …seem to work. I can’t find anywhere within xith that NodeUpdater is used
If I extend Node and implement NodeUpdater I get the error below. If I extend a Leaf another error occurs in the view NodeUpdate.preRender call
I think I don’t know how to extend a node in xith…arrrrrggg!.
So I how do I extend something that can go in a BG and have the node update happen. In particular I have a particle stream of N Shapes that i would like to
com.xith3d.scenegraph.SceneGraphRuntimeException: SceneGraphObject.makeLive(): An unknown node type was passed as the argument.
at com.xith3d.scenegraph.SceneGraphObject.makeLive(SceneGraphObject.java:231)
at com.xith3d.scenegraph.SceneGraphObject.setLive(SceneGraphObject.java:102)
at com.xith3d.scenegraph.Node.setParent(Node.java:272)
at com.xith3d.scenegraph.Group.addChild(Group.java:96)
at hawk.factory.SceneFactory.createScene(SceneFactory.java:105)