We have released a new version, 454, of "Jun for Java".
The major changes since the version 445 includes:
* JunOpenGL3dPatchedObject is a subclass of
JunOpenGL3dCompoundObject which handles a patched body.
* JunColorBarModel is a class for selecting a color from a
range of
Hi,
I'm having a little trouble trying to set the appearance of primitives when I define the number of divisions in the constructor, specifically Cone; which I'm using to create a pyramid.
pyramid = new Cone ( 0.5f, 0.2f, Primitive.ENABLE_APPEARANCE_MODIFY , 4, 2, pyramidAppearance );
I've tr
hi,
does the same append when you use colorcube object. If the
same append so it is your appearence which is wrong.
-Message d'origine-De :
Dale Brett <[EMAIL PROTECTED]>Ŕ
: [EMAIL PROTECTED]
<[EMAIL PROTECTED]>Date :
lundi 21 juin 2004 11:26Objet : [JAVA3D] Custom divi
I've applied the appearance to several other objects and it works, it's only when I specify the number of divisons in a primitive's construcor that the appearance won't apply.hterrolle <[EMAIL PROTECTED]> wrote:
hi,
does the same append when you use colorcube object. If the same append so it is
i think ypou have modifed the Sphere class to make some change
and create your pyramid. Make sure that the SetAppearence is use inside your
pyramide method. If not i do not see. Or send the code of your clas so we could
have a look at.
A+
-Message d'origine-De :
Dale Brett <[E
I haven't modified any classes, Cone is one of Sun's primitive classes. I simply used the full constructor to create a cone which only has 4 x-vertices and 2 y-vertices in order to create a square base for a pyramid.
Cone(float radius, float height, int primflags, int xdivision, int ydivision, Ap
Try to add the GENERATE_NORMALS to the primflags. may be it
will work.
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email
That works! Fantastic.
Thanks greatly :-)
Dalehterrolle <[EMAIL PROTECTED]> wrote:
Try to add the GENERATE_NORMALS to the primflags. may be it will work.
=== To unsubscribe, send email to [EMAIL PROTECTED] and include
The Java 3D Frequently Asked Questions list for Monday June 21 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 there