Maven module :un.api : api-model3d :
Class :
un.api.model3d.Model3DStore
Extends/Implements :
un.api.store.Store
Subclasses : -
Variables : -
Functions :
getElements,
searchElements,
writeElements
Collection
getElements ()
Collection
searchElements (Class type)
void
writeElements (Collection elements)
Most contains a single Mesh like OBJ,MD5,PLY,STL.
Some have a wide range of elements like Collada or Blend.
Or at the opposite can be very specialized like VPD,VMD, XNA POSE.
Since there are so many variation in the 3d file formats this interface
provide a general approach to list the content of the store or search for
a specific type of objects.
author Johann Sorel