Hi all,
I need help for my application.
My problem consist fo to move a vrml object loaded into java3D. For this
I transverse all shape3d and set them ALLOW_INTERSECT and some aother flag.
My object is composed by 5 boxes with different size. when I click on
the greatest component all components mo
Hello
> OK, I'll bite. If the Java3D-specific discussions have moved to the
> javadesktop.org, and Xj3D-specific discussions have moved to the
> associated list at Web3d.org, then why would anyone still want to be
> subscribed to this mailing list? Are you telling people that this list
> is in fa
Hello,
I'm obviously a newbie in J3D...
I'm adapting some code for a static terrain generation app and I'm having
trouble with the normals (or whatever!). I can't get a proper shading,
despite having followed all the counselling I could find in the net.
The followig doesn't seem to work (as I im
The most obvious is that you have your directional light commented out
and hence not in the scene, thus no "shading".
You are also setting an emissive color on your material (i.e. it *is*
the source of light).
- John Wright
Starfire Research
Ugo Taddei wrote:
Hello,
I'm obviously a newbie in J3D...
The Java 3D Frequently Asked Questions list for Monday December 13 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 t
Hello
> I'm obviously a newbie in J3D...
dont worry. But this maillist is more or less closed. Join JAVA3D-INTEREST at
javadesktop.org for more feedback.
> I've put an example together. Hopefully someone will find what I'm doing
> wrong.
Your example does not have a source of light. Changing t
I'm tired, so pheraps the solution is simple but...
I've used the tutorial on FAQ to make screenshot of a canvas3d.
It works but it seems that it's scheduled only when mine methods are not
running.
So, if i write:
// called when i press a swing button
private void pressButtonActionPerformed(java.aw