sorry for cross posting - please redirect me to the right list if this isn't
an appropriate place.
i want to get a filled set of traingles to tile a plane. atleast a single
triangle to start with.
why isn't this working?
thanks a lot,
vamshi
import java.applet.Applet;
import java.awt.BorderLayo
You could any of the following to see your object onscreen:
1. swap your vertices 1 and 2
2. add the following piece of code to set polygon attributes
PolygonAttributes pa = new PolygonAttributes();
pa.setCullFace( PolygonAttributes.CULL_NONE );
app.setPolygonAttributes( pa );
3. rotat
>
> I want see my worlds with Linux, running Mozilla,
>
Ah, and you can, and it works great.
Sun's VRML Loaders load VRML and it can be
animated in a browser, or run as a stand-alone
application ( outside of the browser ).
Here's a screen shot of the Nancy VRML
H-Anim Avatar running wit
Dear friends
Iam a beginner in learning java3D, I have a doubt about the rotation please help
to understand it. Actually I rotate a object around yAxis , I want to tilt the axis of
rotation to certain degree. I don't have idea . please anybody help me.
Thankyou in advance
kani
=
kani
you can rotate it on any axis.. not just the yAxis..
i think you are a little confused : )
- ben
- Original Message -
From: "kani A." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 17, 2001 6:07 AM
Subject: [JAVA3D] Rotation
> Dear friends
>
>Iam a beginne
Thanks for the reply, I know we can rotate in any axis ..what I mean is
tilting the axis of rotation to 45o. I have a object in the origin and
another one rotates around it. I want to give some inclination to the
rotation. please help me.
kani
===
Hi there!
You should place a transformgroup just above the shape you want to tilt.
Thats where you'll apply the desired rotation.
If you are using a behavior to rotate the object around the other one,
the behavior is placed above the first transformgroup.
This way, no matter what transforms you ap