Re: [JAVA3D] Xj3D M5

2002-10-27 Thread chris
chris wrote: Hi Justin, I am trying to access the m5 distro for windoze but just get a timeout (source file not available). Any ideas? chris === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of t

[JAVA3D] reset screen

2002-10-27 Thread sniper_bat
hello.everybody. (B (BI get a error about Cavas3D screen's size is not right when I am rendering a (BoffScreen. (Bcan I reset the Canvas3D screen's size?? (B (Bthanks for help! (B (B (B### (BCheng Huang (BE-Mail : [EMAIL PROTECTED] (B#

[JAVA3D] Xj3D M5

2002-10-27 Thread chris
Hi Justin, I am trying to access the m5 distro for windoze but just get a timeout (source file not available). Any ideas? chris === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "sig

Re: [JAVA3D] add Canvas3D into Swing InternalFrame

2002-10-27 Thread sniper_bat
hi.Greetz Martin (B (BI try it as you said. (B (B GraphicsConfiguration config = SimpleUniverse.getPreferredConfiguration(); (B // Construct the 3D applet canvas (B canvas = new Canvas3D(config,true); (B canvas.setVisible(false); (B // create a buffered Image (B BufferedImage bi=new

Re: [JAVA3D] I can't run demo under Java 3D 1.3

2002-10-27 Thread Greg Huang
When I replaced the graphic card with Nvidia Geforce256 , the problem has been solved., so I guess that there is some problem between Matrox G400 and Java 3D 1.3 . - Original Message - From: "Garry Wang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 8:30 AM Su

[JAVA3D] fps measure

2002-10-27 Thread Risto Rangel-Kuoppa
Hello everybody, I am starting to use JAVA3D, Does anyone knows how to view the frames-per-second rate in a JAVA3D application? thx!

Re: [JAVA3D] Another Video game question

2002-10-27 Thread sniper_bat
PS is programming in c and PS2 is programming in c++ $B!# (B (BI once do it for 2 and 3 months. (BFirst load the picture to momey,then put all the same time needed picture to (Bvram. (BAll of this controled by programmer.And programmer do not need care about (Bthe position of picture in vram,i

Re: [JAVA3D] I can't run demo under Java 3D 1.3

2002-10-27 Thread sniper_bat
¼ì²éÒ»ÏÂÓÐûÓÐ×°dx8 === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the messag

Re: [JAVA3D] I can't run demo under Java 3D 1.3

2002-10-27 Thread Garry Wang
Hi, I have same problem when I try to run the demo program HelloUniverse. The problem is SimpleUniverse.getPerferedConfiguration() return null, and I do use a G400 graphic card. Could tell me what is reason? Thanks On Fri, 25 Oct 2002 12:52:22 +0200, Yann Lemoigne <[EMAIL PROTECTED]> wrote: >

Re: [JAVA3D] I can't run demo under Java 3D 1.3

2002-10-27 Thread Garry Wang
Hi, I have same problem when I try to run the demo program HelloUniverse. The problem is SimpleUniverse.getPerferedConfiguration() return null, and I do use a G400 graphic card. Could tell me what is reason? Thanks === To un

[JAVA3D] How to implement a DistanceLOD based on Bounds

2002-10-27 Thread Mingtian Ni
Hi all, For those geometries which are compact, DistanceLOD works fine. But it doesn't work well for elongated objects. Has anyone implemented a LOD class based on the distance between the eyepoint and the bound (especially Box bound) of an object? Thanks Mingtian Ni

Re: [JAVA3D] How to change color of the lines when drawing lines using LineArray???

2002-10-27 Thread Durga.Banda
if you want to chaing the color after it has become live, then you need to set the color_write capability on this geometry. But this does not work on Linux, I guess it is a bug in Linux version of java3d but I dont see it on the bug list...can somebody from Blackdown comment on this? -Origin