More Mesh Extensions Resources?

Are there any good resources for Mesh extensions? Was wondering if there were more polyhedron type of shapes?



Also, this is all leading up to trying to extend Mesh to create a Geodesic Sphere, so if anyone has already done this as well, that’d be awesome.



Thanks,

Chenz

https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:custom_meshes

In an effort to not reinvent the wheel… I meant actual implementations of Mesh extensions.



Chenz

What model extension are you using at the moment? The better model extension for working with jme at the moment is OgreXml.

crazychenz said:
In an effort to not reinvent the wheel... I meant actual implementations of Mesh extensions.

You mean primitive classes? I'd strongly suggest using exported models from a 3d editor but otherwise just look at the current implementations, you can right-click a jme3 class in the SDK to see its source.