Hi Sterling,

     If you are using DirectX version of Java3D. Line width
currently is not support since DirectX 7.0 (and also DirectX 8.0)
API don't support it. You may want to switch using OpenGL
version in this case.

The following features is not support in Java3D
v1.2.1 beta1 DirectX release.

 Line width
 Line antialiasing
 Point size
 Point antialiasing
 RenderingAttributes ROP_XOR
 PolygonAttributes Back face normal flip


The last one - Back face normal flip
will be support in next v1.2.1 beta2 DirectX release.

Also since point size is support in DirectX 8.0 so
future release will consider to support it.

Thanks.

- Kelvin
--------------
Java 3D Team
Sun Microsystems Inc.

>X-Originating-IP: [152.163.207.201]
>Mime-Version: 1.0
>X-OriginalArrivalTime: 01 Dec 2000 16:21:44.0528 (UTC)
FILETIME=[CBA52D00:01C05BB2]
>Date: Fri, 1 Dec 2000 11:21:44 -0500
>From: Sterling Wright <[EMAIL PROTECTED]>
>Subject: [JAVA3D] LineArray Attributes
>To: [EMAIL PROTECTED]
>
>
>Hello all,
>I am trying to increase the line width of the lines in my LineArray. I have
>created a Shape3D object that holds the LineArray geometry
>and Appearance object. In the Appearance object I set the LineAttributes, but
>when I change the setLineWidth() in the
>LineAttributes nothing is changed when rendered.
>I'm using it as the ground pattern in my Tron Lightcycles game, and I would
>like lines thicker than 1 pixel. I have tried using textures to
>create the same effect but Java3D doesn't display them properly in first person
>mode looking across the ground plane. >>
>
>Any help or suggestions would be great.
>
>Thanks,
>
>Sterling Wright

===========================================================================
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 include in the body of the message "help".

Reply via email to