Maven module :un.api : api-model3d :
Class : un.api.model3d.Model3Ds
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : -
Functions : getFormats, getFormat, canDecode, read, createPredicate




Lists available 3d model formats.
return  array of Model3DFormat, never null but can be empty.
public Model3DFormat[] getFormats ()

public Model3DFormat getFormat (Chars name)

public boolean canDecode (Object input)


Convinient method to read a model source of unknowned format.
The method will loop on available formats until one can decode the source.
param  input
return  Model3DStore, never null
throws  IOException if not format could support the source.
public Model3DStore read (Object input)

public Predicate createPredicate ()