Version updates!

Started by EgonOlsen, March 28, 2010, 09:47:50 PM

Previous topic - Next topic

EgonOlsen

Removed the experimental version and merged the changes into the normal one. Uploaded a new jar of the normal version that includes some minor fixes and optimizations.

EgonOlsen

New version and new javaDocs. rotateAxis() avoids object creation now.

Thomas.

Can you upload java doc in zip, please? Thanks :)



EgonOlsen

I decided to leave alpha state, skip beta and release the first official version, 1.22. You can get it here: http://www.jpct.net/jpct-ae/

It includes the jPCT-AE jar, the javaDOC and the HelloWorld-example from the wiki (slightly reworked) as an Eclipse project.

Have fun!

Darkflame

Fantastic work!
Our project wouldn't be possible without this :)

keaukraine

Thanks, gonna try it out.
I'm using rotateAxis() si I'm interested in not having bugs in it :)

EgonOlsen

#158
Uploaded a new jar of the latest build (http://www.jpct.net/jpct-ae/download/alpha/jpct_ae.jar). It includes a detection of triangle strips and if it detects that an object can be rendered as a triangle strip, it will do so. Rumors are that this is faster on Android. I can't verify it, because on my phone everything is slow... >:(


zammbi

QuoteRumors are that this is faster on Android.
Update the Benchmark app and I'll give it a try.

EgonOlsen

That wouldn't help, because no object in the benchmark app can be rendered using triangle strips.... ;)


Thomas.

Can you add methods setPosition and getPosition fot Object3D?

EgonOlsen

No. getPosition() is what getTranslation() or getTransformedCenter() do, setPosition() would be either translate(...) or clearTranslation();translate(...). No need to add additional methods that do the same thing.

EgonOlsen

Uploaded a new build (http://www.jpct.net/jpct-ae/download/alpha/jpct_ae.jar) that fixes a problem with disposing resources as well as two problems with vertex alpha.