Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Java 3D / October 2003

Tip: Looking for answers? Try searching our database.

[ANNOUNCE] Jun for Java (Jun406b)

Thread view: 
Yoshiyuki NISHINAKA - 28 Oct 2003 13:46 GMT
We have released a new version, 406b, of "Jun for Java".

 The major changes since the version 406 includes:

   * Updated to the new major release of StPL, version 6.0.

   * The package 'sra.jun.goodies.calendar.*'  contains several
     classes which allow you to select date and/or time
     interactively.

       http://www.sra.co.jp/people/nisinaka/Jun4Java/News/406b/Calendar.png

   * According to the modification of StPL(6.0), the subclasses
     of StApplicationModel are needed to be modified.  When
     closing a window related to an StApplicationModel, its
     noticeOfWindowClose() method will be called just before
     the window is really disposed.

   * Fixed a bug of JunOpenGLRenderingContext.  The status of
     the lights were not correctly cleared.

   * The VRML97 parser is enhanced to handle PointSet node.

 You can download "Jun for Java" from the following URL.

   ftp://ftp.sra.co.jp/pub/lang/java/jun4java/

 Jun is a framework for developing 3D graphic multimedia
 applications provided as an Open Source Software at NO COST.
 Please refer to the following URL for more information about
 "Jun for Java".

   http://www.sra.co.jp/people/nisinaka/Jun4Java/index-e.html

                           Best regards,
                           Yosh Nishinaka (nisinaka@sra.co.jp)
Michele Puccini - 29 Oct 2003 19:11 GMT
> We have released a new version, 406b, of "Jun for Java".

Good news ! Thanks a lot.

Hey, JunQTJava still doesn't support int ARGB pixels reading and the
standard QT compression dialog. Do you think you'll implement that ?

In JunQTInterface.c you write:

/* alpha channel doesn't work on Windows...  */
#define RGB_PIXEL(red, green, blue) \
 (0xff000000 | ((red) << 16) | ((green) << 8) | (blue))

This is not completely true.
You should implement get_pixels() so that it can return an alpha-channel
pixmap.

Cheers,

Mik.
--
Hoshi Takanori - 31 Oct 2003 10:50 GMT
Hello,

Thank you very much for your message.

> Hey, JunQTJava still doesn't support int ARGB pixels reading and the
> standard QT compression dialog. Do you think you'll implement that ?

About ARGB pixels, JunQTInterface uses GetMoviePict(),
which doesn't seems to support alpha channel on Windows.
(I don't know where to put "useMovieAlpha" parameter in
that case...)

About the standard QT compression dialog, currently,
we have no plan on it.

hoshi


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.