Search found 3 matches
- Fri Apr 06, 2012 8:34 pm
- Forum: Developer's Forum for Windows
- Topic: some index field are not readable
- Replies: 0
- Views: 7057
some index field are not readable
Question : I use xj3d read a x3d file,I build the scene successfully.When I want to get the value of some index field,the field type is initializeOnly field,the value of the filed is not readable. The x3dNode is Realized ,so it is not readable and writeable.I don't know how to solve this problem.[/...
- Fri Apr 06, 2012 8:10 pm
- Forum: Developer's Forum for Windows
- Topic: xj3d problem with spaceBall 5000
- Replies: 3
- Views: 9422
Re: xj3d problem with spaceBall 5000
The answer of Question1:If you use main class extends JFrame,then the JNIsiapp doesn't work very well,but if you use JApplet,the program work very well.
- Sat Mar 17, 2012 10:15 pm
- Forum: Developer's Forum for Windows
- Topic: xj3d problem with spaceBall 5000
- Replies: 3
- Views: 9422
xj3d problem with spaceBall 5000
Hi ,I write a java program which creates a 3D object using xj3d,but the 3D object have no response to events,so I can't use the spaceBall to control the 3D object,for example move the object ,rotate it. Question1 :I used the JNIsiapp.dll and JNISiappThread .I find the HelloUniverse example run very ...