My application is a applet program.So I can't try it.
My branchgroup is a big group it include vrml's branchgroup
The group structure is follow.
objRoot(branchgroup)
|
|objTrans(transformgroup)
|
|--vrml's branchgroup
|--another vrml's branchgroup
|--branchgroup for ja
I occured the same program on Java3D 1.1 but I solved the problem.
I see your program some lines should modify according the follow.
original line
Texture tex = new TextureLoader("apimage.jpg", this).getTexture();
The line should modify follow it more well.
Appearance app = new Appearance
The problem is easy to solve.
String filename;
Appearance app = new Appearance();
Image image = null;
image = this.getImage(this.getCodeBase(),filename);
MediaTracker mt = new MediaTracker(this);
mt.addImage(image, 0);
mt.checkAll(true);
try { mt.waitForID(0); }
Thanks upton, I found this out after several hours "messing". You can
also add elements like Canvas3D to the visual designer by adding them to
the toolbar. They don't display correctly in the VB, but it does allow
you to correctly place them in the layout and they do show up.
My questions now,
H
When I try to run my applet "AppletHello.class" in a browser (Netscape) I
get the following error:
---
Netscape Communications Corporation -- Java 1.1.5
Type '?' for option
Hi all,
Are there any undo-redo functions in Java3D ?
Can somebody tell me how to make an .exe file with JBuilder3 ?
Thanx !
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signof
Andrei,
Please make sure that j3d.dll path
is referenced in path.
Thanks
Vineet Gupta
-Original Message-From: Andrei Karii
[mailto:[EMAIL PROTECTED]]Sent: Sunday, January 30, 2000 5:07
AMTo: [EMAIL PROTECTED]Subject: [JAVA3D] no
J3D in java.library.path
When
Thanks rob! I did manage to get something working using PickRays as
well.
Using the getDistance call on the PickIntersection I can check the
collision
point against my own end point and make it all operate like a
PickSegment.
Also, I can't seem to getPointNormal() or getPrimitiveNormals() to work
Did you sign the jar file?
Vineet
-Original Message-
From: Edgar Delgado Barbosa [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 31, 2000 7:52 AM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] Browser ERROR
When I try to run my applet "AppletHello.class" in a browser (Netscape) I
get
Mr Vladimir helped me.
Thank you..
Edgar DB
===
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 includ
Can anyone say if I should expect Java 3D 1.2 beta 1 should
work with the new (just release) JDK 1.3.0 release candidate ?
I just tried it, and on NT the VM traps with a Dr Watson sort of
error both with and without hotspot turned on.
Thanks !
Rob
==
Hi Guys,
I've few VRML models loaded on to the scene graph. Now
how do I restrict the user to a particular distance
from the models??? What I mean is: if the shape is a
fire place in the house HOW DO I RESTRICT THE USER NOT
ENTERING IN TO THE FIRE PLACE??? And one more question
is if it's a house
Hi,
I am trying to add a collision detector to the
parent of a shape node that is being checked for collision. The parent is
a TransformGroup. When I run the program, it appears to add the collision
detector with no errors (at least no errors are shown in the DOS window from the
command
Hi,
Can some one please help me on the following:
I would like to get all the faces of my 3D-object form Shape3D / QuadArray
or Geometry, I can get coordinates of all the vertices using the below
quadArray.getCoordinates(0, points); , where quadArray is 'QuadArray'
and points is 'double[]'
T
Hi,:)
YOu obviously need to use Collision Detection. Try looking into the
Collision detection examples that come with Java3D. Hope this helps.
Mojtaba
===
To unsubscribe, send email t
On Sun, 30 Jan 2000 18:01:14 +0100, ArtMotion <[EMAIL PROTECTED]> wrote:
>..
>
>Funny thing: works great will texture is present, but dies horribly if
>texture is not present ...
>
>any work arounds ?
>
>(I thing Java3D 1.1.2 / 1.1.3 has this fixed... but not 1.1.1 :-( )
>
No, this is still
Excuse me !
The reason of this problem was my
own carelessness during installation.
I thank for help Racz Istvan .
B.R. Andrey Karii.
- Original Message -
From:
Andrei
Karii
To: [EMAIL PROTECTED]
Sent: Sunday, January 30, 2000 4:06
PM
Subject: [JAVA3D] no
Nope, runs just fine in both cases. Make sure that in both cases paths to the
textures are written correctly.
vladimir
-=V=-
>---<=>---<
Join in Java community now!
http://JavaCafe.VirtualAve.net/
>---<=>---<
In your previous letter u wrote:
-
Ahh, not a good idea actually. Much better to delete/rename java.exe
and javaw.exe that are in Windows/System or WinNT/System32 directory,
put no CLASSPATH in autoexec.bat, but the PATH to the instance of JVM u
want to run (to the file JRE/BIN/java(w).exe), copy all jars from
JRE/LIB/ext directory
BP> The best I can suggest is to tr the OpenGL version, assuming you
BP> have an openGL accelerated driver for your card. I found it to be
BP> much more stable than the DirectX version (and of course the DX
BP> version doesn't work on NT4)
Brett, i would have gladly used only OpenGL version, but,
No, can't say that it's a common experience. I had sound locked up
millions of times, but it all stopped ASA JVM terminated. Make sure
that JVM DOES exit and is NOT really running (via TaskManager) after
your Java applicaton crashes.
vladimir
-=V=-
>---<=>---<
Joi
Convert your HTML file, so that it could use Java Plug-in (currently u
run build-in Netscape's JVM with APPLET tag). Java3D can be run only
on Java 2 Platform (that is Java 1.2). Install everything, convert
everything, and then run the applet. Possibly some useful instructions
u'd find at
http://j
Some organizational matters, concerning not Java3D, but rather web
design. Whoever supports the page at
http://archives.java.sun.com/archives/java3d-interest.html, January
2000 postings link turned to be put at the end of the page (right
below February 1997 postings), rather then at the top. So, a
23 matches
Mail list logo