Main Menu

Version 1.15 has been released!

Started by EgonOlsen, October 01, 2007, 08:31:40 PM

Previous topic - Next topic

EgonOlsen


Klaudiusz


AGP

Thanks a lot for your hard work, Egon.

manumoi

hello Egon, great work as usual.

I m particularly interested in your new Texture constructor,  would it be possible to add a variant with a Color object (or 3 int for rgb values) to create a texture with the given color instead of always black?

Texture(int width, int height, java.awt.Color color)


Kearnan

Thank you for the new version and for all the really impressive work you've done.  I've been having a great time with JPCT.  Have a world builder/editor constructed with all the GUI, now managing file upload/transfers for user's models, textures and music files and doing some communication with PHP and server side security.  I'll hopefully have a project for demonstration up soon.

EgonOlsen

Quote from: manumoi on October 06, 2007, 02:06:44 PM
I m particularly interested in your new Texture constructor,  would it be possible to add a variant with a Color object (or 3 int for rgb values) to create a texture with the given color instead of always black?

Texture(int width, int height, java.awt.Color color)
Good point! I should have thought about that myself. I've added it to the released 1.15 version and updated the download. Just have a look.

manumoi