[JAVA3D] Help needed in file management

2003-03-08 Thread Zack FC
I have some doubt in file management. 1. How to create a new folder and copy a selected 3D cube (file) to paste into the folder in Simple Universe? 2. Also how to delete a file or folder into recycle bin?   RegardDo you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more

[JAVA3D] AW: [JAVA3D] help needed urgently

2003-01-30 Thread Florin Herinean
heers,   Florin -Ursprüngliche Nachricht-Von: A. Murat Tanyer [mailto:[EMAIL PROTECTED]]Gesendet: Mittwoch, 29. Januar 2003 18:43An: [EMAIL PROTECTED]Betreff: [JAVA3D] help needed urgentlyDear all,I don't know whether this problem is too difficult to resolve but I can't g

Re: [JAVA3D] help needed urgetly

2002-12-20 Thread Alan Hudson
Anthony Arobone wrote: Ya right, I can't find no ALLOW_PARENT_READ either. I'm knew to Java3D (first post). getParent is only supported on non-live scenegraphs. So you can detach a branchgroup and then ask the question... this of course won't work if its not a branchgroup. I don't think you

Re: [JAVA3D] help needed urgetly

2002-12-20 Thread Jeremy Booth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Looking at the javadoc, a shape3d inherits from Node, node has a getParent method, but the javadoc also states that it is only valid during scene graph construction, after that it will throw the Restricted access exception, according to the javado

Re: [JAVA3D] help needed urgetly

2002-12-19 Thread Anthony Arobone
ity. Then will TransformGroup.getParent() work? -Anthony - Original Message - From: "Ali Murat Tanyer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 6:13 AM Subject: [JAVA3D] help needed urgetly > hi all, > > i want to acces

[JAVA3D] help needed urgetly

2002-12-19 Thread Ali Murat Tanyer
hi all, i want to access to the parent of a java3d object (which is a TransformGroup) during the run time. i checked the list. it has been advised to use ALLOW_PARENT_READ. But I cannot find the definition of this under any of the classes. how can i access to the parent of a shape3d during the ru

Re: [JAVA3D] help needed about 'picking'

2002-10-23 Thread White Morph
Rong, Sounds like a good idea. I think I can construct a Bounds object of BoundingPolytope by 5 planes, which can be used to define a PickBound. Then, I'll create an instance of PickTool and set its pickShape to the PickBounds created above. (I guess we can't set a random pickShape used by PickC

Re: [JAVA3D] help needed about 'picking'

2002-10-23 Thread Rong Wang
Hi, Try the following step 1. After you get the four points corresponded the mouse drag, build a cubic bound using the code for class PickObject for the pick aperture in SUN j3d Picking utility package. 2. create a instance of PickCanvas, and set the pickShape to the bound which you created

Re: [JAVA3D] help needed about 'picking'

2002-10-22 Thread White Morph
See my post a little while ago. But I didn't find an easy way to do the intersection between a pyramid and the arbitrary scenegraph model yet. white http://swjscmail1.java.sun.com/cgi-bin/wa?A2=ind0210&L=java3d-interest&D=1&P=4564 >Hi all, > >I created my scene which contains many Shape3D object

Re: [JAVA3D] help needed about 'picking'

2002-10-22 Thread Mr H. Morgan
{ e.printStackTrace(); } } } } Hope this helps somewhat, let me know if I can be of anymore help, on or off list, Hugh >Delivered-To: [EMAIL PROTECTED] >MIME-Version: 1.0 >X-Priority: 3 >X-MSMail-Priority: Normal >

Re: [JAVA3D] help needed about 'picking'

2002-10-22 Thread A. Murat Tanyer
me help.   Kind regards. Murat         - Original Message - From: Alessandro Borges To: [EMAIL PROTECTED] Sent: Tuesday, October 22, 2002 2:38 PM Subject: Re: [JAVA3D] help needed about 'picking' Hi Did you saw  the Java3D demo  PickTest ?? it works fine.

[JAVA3D] help needed about 'picking'

2002-10-22 Thread A. Murat Tanyer
Hi all,   I created my scene which contains many Shape3D objects. I used VirtualUniverse to create this.   Now I want to pick the shapes in this scene by mouse clicks and by by mouse windows (selecting the objects which fall into a window created by a mouse dragging).   However I need some ex

Re: [JAVA3D] Help Needed

2002-08-17 Thread Kevin Glass
Iswari wrote: > Hi, > > Though my doubt is not relevant to Java3d, I wish to be clarified on > the following questions: > > 1. Is it possible to protect the class files from decompilers? How? > 2. Is it possible to overload the class loaders of an applet? How? > > If this is not the group where I

[JAVA3D] Help Needed

2002-08-17 Thread Iswari
Hi,   Though my doubt is not relevant to Java3d, I wish to be clarified on the following questions:   1. Is it possible to protect the class files from decompilers? How? 2. Is it possible to overload the class loaders of an applet? How?   If this is not the group where I should post these qu

Re: [JAVA3D] Help needed for thesis topic!!!!

2002-05-07 Thread Christopher Davies
Hi Katja What role with java3D play in the project, is the project going to be primarily focussed on java3D, or do you simply want to use Java3D as component of the project? If the latter then I suggest you find a problem definition which would also hold your interest, and which would benefit fr

Re: [JAVA3D] Help needed for thesis topic!!!!

2002-05-07 Thread Sharon Lin
What about AI application. You can define your animal you want to treat and take care of like "tomaguchi". Each day you need to give him food and teach him new behaviors and see his interaction with others animals etc'.

[JAVA3D] Help needed for thesis topic!!!!

2002-05-07 Thread Katja Loescher
Hi! I am currently working on my thesis for my University Diploma, but I still have yet to choose a topic. I have narrowed my interest to Java3D, but have not yet determined an interesting and good topic. Could everyone please forward suggestions??? Potential topics: 1) My professor first wanted

[JAVA3D] Help needed in referencing a TransformGroup

2002-03-17 Thread Prashanth Prabhu
Hello,     I am facing a problem in trying to reference a TransformGroup Node which has been defined in a class. I would like to reference it in "cresteSceneGraph" so that I can apply Transform 3D objects on it. I appreciate your help in this regard and thank you in advance. The following is

[JAVA3D] help needed for mouseRotate

2001-06-04 Thread gaoming fu
Hi, allI built one house using Java3D and used the following code to add mouse beheviour to my TransformGroup (objScale) so that I can view the house from every angle using left mouse.//create mouse beheviourMouseRotate behavior = new MouseRotate();behavior.setTransformGroup(objScale);objScale.add

[JAVA3D] help needed with setLive

2001-02-28 Thread PiXoTo
hello,   I have one button to change the View Policy from PARALLEL to PERSPECTIVE and viceverse. The problem appears when I do an operation that uses setLive (true/false).   After doing this operations, like adding a zoom, rotate,... the setViewPolicy doesn´t work and I don´t know why.   Can

Re: [JAVA3D] help needed with setProjectionPolicy

2001-02-25 Thread PiXoTo
any suggestion. byezz - Original Message - From: "Blaine Alex Bell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 25, 2001 9:52 PM Subject: Re: [JAVA3D] help needed with setProjectionPolicy > try using different values (i.e. PERSPECTIVE a

Re: [JAVA3D] help needed with setProjectionPolicy

2001-02-25 Thread Blaine Alex Bell
try using different values (i.e. PERSPECTIVE and PARALLEL) when calling the setProjectionPolicy method between the two buttons. it works fine for me. B On Sun, 25 Feb 2001, PiXoTo wrote: > Hello, > > How can I change the projectionPolicy at runtime? > I have two buttons. When the user press th

[JAVA3D] help needed with setProjectionPolicy

2001-02-25 Thread PiXoTo
Hello,   How can I change the projectionPolicy at runtime? I have two buttons. When the user press the first it does setProjectionPolicy (view.PARALELL_PROJECTION) and setProjectionPolicy (view.PARALELL_PROJECTION) when the second one is pressed.   The problem is that ... nothing is change