Where do i get the java debugging tools cause i am still quite fresh with
java..
Andy
- Original Message -
From: John D <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 24, 2000 9:33 PM
Subject: Re: [JAVA3D]
> At a glance, it does not look like you have
> instantiated
Thanks for your advise but i still couldn't get it running... Now it is
showing me the errors with only...
java.lang.NullPointerException
at FinalProject$Bone.sphereGeometry
at FinalProject$Bone.
at FinalProject.createSceneGraph
at FinalProject.
The Java 3D Frequently Asked Questions list for Monday December 25 2000
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
In the Christmas spirit, I looked again. Change your
equation v = bvol*(60/100); to v = (bvol*60)/100);
your mixture of ints and floats was resulting in zero.
Off to service. Good luck.
--- Andy Tay <[EMAIL PROTECTED]> wrote:
> This is a part of my source code for my project...
> It is giving me
At a glance, it does not look like you have
instantiated each coordinates value in your for loop;
you only instantiated the array itself. Come to think
of it, you could not possibly be even entering the for
loop or you would get a null-pointer exception when
you try to set the x and y...bvol must
This is a part of my source code for my project... It is
giving me alot of problem and i still couldn't figure how to correct it.. Can
any one help me.. It is quite urgent cause my deadline is coming
soon...
private Geometry sphereGeometry() {
int f;
int r = 50; int xc =
100; int
Version 1.20 of our 3DS loader is now available on our website at:
http://www.starfireresearch.com/services/java3d/inspector3ds.html
Named Groups are now supported and you can use it as "Loader3DS" to be
consistent with other loaders. "Inspector3DS" is now a shell to provide
ease of use and backw
Hi ,
I will explain my program first.
I am having one MainBranchGroup.
I am having one createSceneGraph() Method which will return
BranchGroup Object.
I am adding like this
mainBranchGroup.add(createSceneGraph());
My application is having 3D Bars, the length, width and
heigh