06-28-2009 06:38 AM
Can anyone help by informing me, how to draw 3D images in blackberry?
Or can anyone help by informing how to draw image by giving it perspective view, say by giving some view angles as parameter.
I did not find anything in blackberry api other than 2D graphics. So please help me.
Thanks.
06-28-2009 07:12 AM
As far as I know there is no real 3D graphics support in RIM API exists.
But you can use 2D graphics and SVG classes to build and transform pseudo-3D scenes.
06-28-2009 07:16 AM
tbilisoft,
Thanks for your information.
Can you give me an example codes/application. I am developing for Blackberry 8310.
Regards.
06-28-2009 07:47 AM
Start with this:
http://developers.sun.com/mobility/midp/articles/s
After that get and read a book on vector and matrix math operations.
It will help you to understand the basics of 3d operations.
06-28-2009 08:18 AM
Thanks
Let me try.
Regards
-arif
06-28-2009 08:23 AM
06-28-2009 08:29 AM
Hi konic,
Is 3D graphics API of J2ME is supported on blackberry?
06-28-2009 09:01 AM
As I said before JSR-184 is not supported on BlackBerry
Check this thread:
06-28-2009 09:02 AM