Re: [JAVA3D] Java 3D

2004-01-26 Thread Nikolai V. Chr.
trz wrote: Michael Pfeiffer wrote: Sorry, what you give aren't information but opinions. Or in other words: you only tell us that "people say, J3D is dead". There is no information about the source where you get this information from (beside the strange "we know it because

[JAVA3D] PointLight goes off when rotaion of a transformation changes

2004-01-26 Thread Matti Kannala
I have following scenegraph: BG | TG | | | Shape3D | PointLight When I rotate the TG a bit the PointLight goes off and when I rotate the TG to the initial rotation it goes on. Rotation and translation works right with the Shape3D. Changing the location of the TG doesn't switch the

[JAVA3D] PICKING PRIMITIVES INTERCTED BY A PLANE

2004-01-26 Thread Ornelio Hinterholz Junior
Hi, someone knows how can I get primitives using a pick with a plane? === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send

[JAVA3D] Advanced Imaging magazine Imagers of the Year

2004-01-26 Thread Michael Schulman
Congratulations to Bob Deen and Mark Powell at JPL! http://biz.yahoo.com/bw/040123/235435_1.html === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message signoff JAVA3D-INTEREST. For

[JAVA3D] Java 3D FAQ Weekly Posting (26 Jan 2004)

2004-01-26 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday January 26 2004 This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If

Re: [JAVA3D] Writing 2D content on top of a Canvas3D

2004-01-26 Thread Justin Couch
Mark McKay wrote: The j3d.org packages include examples of overlay classes, which kind-of allow you to fake it. What these do is however a mere convenience: they just insert the relevant 2d objects in the 3d universe at a z=0 position for your viewpoint. What do you mean? Does this write

Re: [JAVA3D] Writing 2D content on top of a Canvas3D

2004-01-26 Thread Mark McKay
Justin Couch wrote: Mark McKay wrote: The j3d.org packages include examples of overlay classes, which kind-of allow you to fake it. What these do is however a mere convenience: they just insert the relevant 2d objects in the 3d universe at a z=0 position for your viewpoint. What do you mean?