[JAVA3D] selection with mouse

2003-08-19 Thread nagehan pala
hi all I want to select the shapes in my scene with the mouse, like that folders are selected by operating systems. Press the button of the mouse and drag it, select the shapes in the region whose bounds was drawing by mouse. Who can help me? nagehan __

Re: [JAVA3D] selection with mouse

2003-08-19 Thread Mr H. Morgan
Hi Nagehan, >I want to select the shapes in my scene with the mouse, like that folders >are selected by operating systems. Press the button of the mouse and drag >it, select the shapes in the region whose bounds was drawing by mouse. Who >can help me? This is just what I have been doing. You nee

[JAVA3D] Install Program

2003-08-19 Thread Silvano Maneck Malfatti
I need a program like the Install Anywhere, but it must be free. Anybody knows where I can get It? Thank you.. /* SILVANO MALFATTI COMPUTER SCIENCE - URI University HOME - http://www.urisan.tche.br/~smalfatti ***

[JAVA3D] Twice as long and half as good?

2003-08-19 Thread June Hart
Hi, I just tried updating an example Java3D program. Hello3d used to be five lines of code + imports, main etc. and worked fine with both OpenGL and DirectX. With the latest version of Java3D it takes twelve lines of code to do the same thing and no longer works on OpenGL (on my system, Simple

[JAVA3D] Hack break - Snafooz

2003-08-19 Thread Jack Bowie
Title: Hack break - Snafooz Just for fun, here's a little Java3D hack. Snafooz (©Idea Group, Inc.) is a geometric puzzle available from numerous promotional item catalogs. It is similar to the European Happy Cube puzzle designed by Dirk Laureyssens in 1986. The puzzle consists of (up to six)

[JAVA3D] client plugin

2003-08-19 Thread João Paulo Menegatti
Hi, I want run my application in a web server it's possible make a litle Java3D "plugin" for install in client machines ? how to proceed ? thanks J === To unsubscribe, send email to [EMAIL PROTECTED] and include i

[JAVA3D] What do you want/need from Java3D?

2003-08-19 Thread Justin Couch
As many of you know, I've been involved with Java3D for a very long period of time. This has given me, and consequently my company (we' a small contracting shop) access to many different people within Sun. Right now, we find ourselves in an interesting position with regards to the whole Java and 3D

Re: [JAVA3D] Install Program

2003-08-19 Thread Jeremy Booth
Silvano Maneck Malfatti wrote: I need a program like the Install Anywhere, but it must be free. Anybody knows where I can get It? Install Anywhere Now is free, and there are some java3d VM's available for it over at www.newdawnsoftware.com , you can get it from zero g's website. HTH Jeremy --

Re: [JAVA3D] What do you want/need from Java3D?

2003-08-19 Thread Allan Ash
Justin, First, thank you for your participation here. It has helped me. I'm not sure where I stumbled on to Java3D, but I am trying to build some expertise in Information Visualization, and this seemed to be the perfect technical answer. I started with no graphics background at all, but the scene

Re: [JAVA3D] What do you want/need from Java3D?

2003-08-19 Thread kai brommann
hi Mr.Couch, in response to your request on the Java3D mailing list here is my response: [the type of project I'm working on using Java3D:] is a free spare time project about turn-based networked strategy games on general polyhedra with focus on scientific background (so we probably belong to the

Re: [JAVA3D] excessive GC on GeometryUpdate

2003-08-19 Thread Alessandro Borges
THANK YOU !!! This solved my gc problem and now  the geometry changes are very fast ! Thank you very very much ;-) Alessandro Tarlton Mark-CMT041 escreveu: I ran into a similar problem earlier this year and the advice from Justin and Kevin Chung was to be sure to use the "IndexedTriangle

Re: [JAVA3D] What do you want/need from Java3D?

2003-08-19 Thread Gerard Peregrin
Its my sense that without the backing of a reputable corporation it will fade away. I will use it to finish my prototype then convert to an API that has a long term future. === To unsubscribe, send email to [EMAIL PROTECTED]

Re: [JAVA3D] What do you want/need from Java3D?

2003-08-19 Thread Gili
Justin, My feedback is short and to the point (and I think Sun is thinking in this direction anyway): Separate Java3D into two components: - OpenGL binding (very thin layer on top of native OpenGL implementation) - Java3D (open-source like the JDK classes, fits o

Re: [JAVA3D] What do you want/need from Java3D?

2003-08-19 Thread Alessandro Borges
Thanks, Justin. My Master's Degree thesis is about Animation of Characters, using Java3D. This is a part of greater project about virtual worlds and 3D animation at UnB - Universidade de Brasilia. We do not stop any project. But this last rumors make us think about the future ... We like

Re: [JAVA3D] What do you want/need from Java3D?

2003-08-19 Thread RWGRAY
When I started with Java 3D a few years ago (3 years?) I was looking for something that I could develop a polyhedra visualization/manipulation/animation/interaction system with which 1) was "automatically" cross platform, 2) runable from the web as well as an application, 3) would have stereo capab

Re: [JAVA3D] What do you want/need from Java3D?

2003-08-19 Thread Chetan I. Chauhan
Hi Justin , We are using Java3D in our commercial application, which is used by CAD/CAM/PLM industry. I will go with following options: More preferrable - I'd like Java3D to be completely open sourced, but really I want someone to be a steward of the codebase to make sure that there is a cent