m3g

Can I work with M3G on iPhone OS?

I've been reading that M3G is something based on OpenGL ES...so can I work with this on iPhone OS? Did anyone do that already? ...

Finding objects in J2ME M3G

I'm using Blender to create m3g files and then I load them in a java program. Which is the best way to find an object (a Mesh) in the World? (How should I "build" a world?) Should I create separate classes for every object and then add them to one World object or should I assign IDs to the objects in Blender and find them in the program...

Problem in M3G rendering in J2ME

I have made 3 planes and positioned them in a way that they make a corner of cube. (For some reasons I don't want to make a cube object). The 3 planes have 3 different Texture2Ds with different images. The strange problem is when I render the 3 objects and start rotating the camera, in some perspectives some parts of these 3 planes don't...

adding mesh in another mesh

hello, i am new in m3g.i want to add 1 mesh in another mesh.how can i do this.also is there any way in which we can convert a group into a mesh?? please help me.its very much important for me. ...

apply texture on m3g in j2me 3d

hello, i want to apply texture on a m3g primitive in j2me 3d.how can i do this? ...