Model Bound, BitmapTextPage (and multi-touch)

I’m working on a multi-touch platform built in jME3. It requires touch-manipulation of all sorts of items, including text. Would it be possible to include bounding in all shapes? Any chance of applying the following patch to BitmapTextPage, please? Much appreciated!



Cheers!



[patch]Index: src/core/com/jme3/font/BitmapTextPage.java

===================================================================

— src/core/com/jme3/font/BitmapTextPage.java (revision 6874)

+++ src/core/com/jme3/font/BitmapTextPage.java (working copy)

@@ -188,5 +188,7 @@

ftb.rewind();

sib.rewind();

bcb.rewind();

+

  • updateModelBound();

    }

    }[/patch]

Just spotted in hudson, this is done (#543)