Murat, Zak

No, as far as I know there is no way to do this. Windows (for example) just
doesn't make it easy for you. Read:
http://www.codeguru.com/buttonctrl/nonrectangle_button.shtml

For an example.

Most of there techniques consist of drawing into a partial image and then
blitting the image. They override the mouse hit-testing, non-client drawing,
background drawing, client-drawing, resize etc. to achieve the effect.

Not suitable for an accelerated Window, such as required for 3D work -
though you can get away with it for simple buttons and frames etc.

Sincerely,

Daniel Selman

Author - "Java 3D Programming"
http://www.manning.com/selman

-----Original Message-----
From: Discussion list for Java 3D API
[mailto:[EMAIL PROTECTED]]On Behalf Of A. Murat Tanyer
Sent: Wednesday, July 31, 2002 6:45 AM
To: [EMAIL PROTECTED]
Subject: Canvas shape


Hi;

Is there a way to create different shapes of Canvas3D? I want to create
two Canvas 3Ds something similar with the attached images. Each canvas
will contain different information.

Thanks in advance.

Murat

===========================================================================
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