Re: [JAVA3D] speed question

2003-03-28 Thread Simen Gaure
ay use CORBA, or you may use the rmi-stuff of java to invoke a java-program on the server which is linked with high-performance native code. I've done this myself in the case of surface modelling algorithms which are too cpu-intensive for a java-client. -- Simen Gaure, Scientific Computing

[JAVA3D] SceneGraphIO - problem with TransformInterpolator

2003-03-19 Thread Simen Gaure
unately, for some reason I don't have TransformInterpolatorState.java (although I do have PositionInterpolatorState.java), so I can't debug this stuff. Does anybody have a suggestion how to work around this problem? Does anybody know where the complete source for the SceneGraphIO st