Re: [JAVA3D] Live Video cubes

2002-01-31 Thread Ameet Suri
Will it be possible for us to view a demo of your prototype ... probally hosted on net. regards Ameet Suri eSamsung -Original Message- From: Alex Terrazas [mailto:[EMAIL PROTECTED]] Sent: Friday, 1 February 2002 1:27 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] Live Video cubes Hi gang-

[JAVA3D] Capturing a Canvas3D and saving as a jpg

2002-01-31 Thread Konstantinos Rekalidis
Hi all I d like to capture a Canvas3D and save it to a jpg file or any other image format.I heard that there is a class called PrintCaptureCanvas3D. Where can i find it ? Thank you in advance Kostantinos Rekalidis === To un

Re: [JAVA3D] Just little statistics.

2002-01-31 Thread « - - ïªn +äßàngå¥ - - »
JCreator for me. - ian __ www.edsamail.com === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email

[JAVA3D] Flickering when using multiple Canvas3Ds

2002-01-31 Thread Rod harris
Hi, I'm developing some applications that use 2 Canvas3Ds. They can run in either single screen (1 Canvas3D) or 2 screen (one Canvas3D for each screen) mode. When I run them in single screen mode they run fine, but when I run them using both screens sometimes I get objects flickering on on

[JAVA3D] Color changing

2002-01-31 Thread marco fiocca
Hello guys I use j3d1.3beta1 and I have a problem: I had to do control pixel per pixel a rendered image. The problem is that a shape that I create like a cube is rendered with the color I setted in ColoringAttributes and a color very near. At the eye they are the same, put control on the p

[JAVA3D] flashing in GUI

2002-01-31 Thread Lisa Strader
If this has been answered in this forum before, please direct me to the old archive (which I have searched). I have a GUI which mixes Canvas3D objects and swing objects. I have overcome most of the issues with mixing the heavyweight and lightweight components, but still have one problem. Some u

Re: [JAVA3D] Java 3D Tutorial

2002-01-31 Thread Mona Wong
> I'm not sure how much anyone is interested in this, but IBM have posted a > tutorial on using Java3D. You can find it through their alphaworks site > under developerworks, java, education. > > It looks quite good for a beginner. I went looking for this and in case anyone else is intere

Re: [JAVA3D] Live Video cubes

2002-01-31 Thread Mojtaba Hosseini
Hello, What a coincedence! I am in the process of developing "Live Video Cubes" by modifying the JMF-Videotextured example provide on the JMF site! It seems like you beat me to it. Are you considering sharing the code? The application I want the JMF video textured cubes to be used for is that of

[JAVA3D] Live Video cubes

2002-01-31 Thread Alex Terrazas
Hi gang- I wanted to let everyone know about what I consider to be a pretty cool application that we developed as a prototype. We modified the JMF-Videotexture example to be able to handle streaming video--we have a variable number of cubes and the addresses of live video data. The user can cl

[JAVA3D] NoSuchMethodError from org.web3d.vrml.j3d.VRMLLoader.load

2002-01-31 Thread Alex Bowden
Hi I Have a Freshly installed sdk1.3.1_01 and Java3D 1.2.1 into which I install a newly downloaded (today) Xj3D-min.exe and run my application. When I rebuild and run my application I get a java.lang.NoSuchMethodError at org.web3d.vrml.j3d.VRMLLoader.load(VRMLLoader.java:216) at

Re: [JAVA3D] TransformGroup Flatten/Removal

2002-01-31 Thread Charmaine Lee
> > > > . the geometry is not being shared by more than one Shape3D AND > > How this can be detected ? For example I create one shape with given > geometry (non-readable etc), but save pointer to a geometry in _my_ > code. Later, after scenegraph is compiled, I attach another Shape3D > wh

Re: [JAVA3D] Strange message

2002-01-31 Thread Chien Yang
Karsten, This message is from Java3D, and it is because Java3D encountered problem when removing transparent object from it's rendering structure. Please send us a test program, if you're able to reproduce it. thanks, - Chien Yang. Java 3D Team. > Delivered-To: [EMAIL PROTECTED] > X-

Re: [JAVA3D] Release of Java3D 1.3??

2002-01-31 Thread Doug Twilleager
We will have a beta2 release around the time of JavaOne, and it will FCS in Q2 of this year. Doug Twilleager Java 3D Team Sun Microsystems >Delivered-To: [EMAIL PROTECTED] >X-Accept-Language: en >MIME-Version: 1.0 >Content-Transfer-Encoding: 7bit >Subject: [JAVA3D] Release of Java3D 1.3?? >To:

[JAVA3D] Release of Java3D 1.3??

2002-01-31 Thread Karsten Fries
Hi all, has somebody an idea when Java3D 1.3 is going to be released?? I need to tell my boss. ;) Cheers, Karsten === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-IN

Re: [JAVA3D] Empty (null) geometries in Shape3Ds from VRML loader that gradually get resolved into real geometries.

2002-01-31 Thread Alex Bowden
Justin It is indeed to xj3d loader (1.2.1 with jdk 1.3.1). However the loader appears complete in that the load is done during application start up and the model is fully displayed before the user initiates the activity that is going wrong. After the loader returns various additional things hap

Re: [JAVA3D] Java 3D Tutorial

2002-01-31 Thread Burrows Anthony
This is the one I used, via www.alphaworks.ibm.com, then on to developerworks and java but the full web address is this (but you may need to register first) http://www-106.ibm.com/developerworks/java/?loc=dwmain Tony -Original Message- From: MMB B [mailto:[EMAIL PROTECTED]] Sent: 31 Ja

Re: [JAVA3D] Java 3D Tutorial

2002-01-31 Thread MMB B
hi, please can you give me the name of the site? tanks --- Burrows Anthony <[EMAIL PROTECTED]> escreveu: > I'm not sure how much anyone is interested in this, > but IBM have posted a > tutorial on using Java3D. You can find it through > their alphaworks site > under developerworks, java, educ

Re: [JAVA3D] Texture Transparency Problems

2002-01-31 Thread David Yazel
The quads within a single geometry array are rendered in the order they are defined. If you put the quads in different geometry arrays then they will be rendered in the order you are expecting if you have the full scene sorting policy turned on and the shape not within an ordered group. Otherwise

[JAVA3D] Strange message

2002-01-31 Thread Karsten Fries
Hi guys, i got the message ==> DEBUG1: Should never come here! in my console and it's definitly not me printing this message. I recently migrated to Java3D 1.3 beta1. Anybody encountered similar behavior? BTW i would be interested in which vault I slided! ;) I wasn't able to reproduce it, yet.

[JAVA3D] Java 3D Tutorial

2002-01-31 Thread Burrows Anthony
I'm not sure how much anyone is interested in this, but IBM have posted a tutorial on using Java3D. You can find it through their alphaworks site under developerworks, java, education. It looks quite good for a beginner. Tony Burrows -- If rea

[JAVA3D] [J3D] x, y, z

2002-01-31 Thread MMB B
hi, i´ve to make a 3d room that a 3d man can walk inside mi problem is how can i put walls in this 3d universeto keep the man inside and how can i have the man´s x,y,z cordinates? thanks everybody ___ Ya

[JAVA3D] Circle in JAVA3D

2002-01-31 Thread Durga.Banda
Hello All, How can I draw Circle in Java3d and render it with a Sphere image. Ravi === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, sen

Re: [JAVA3D] TransformGroup Flatten/Removal

2002-01-31 Thread Artur Biesiadowski
Charmaine Lee wrote: > . the geometry is not being shared by more than one Shape3D AND How this can be detected ? For example I create one shape with given geometry (non-readable etc), but save pointer to a geometry in _my_ code. Later, after scenegraph is compiled, I attach another Sh