Uses of Class
hmi.graphics.collada.Source

Packages that use Source
hmi.graphics.collada Support for loading Collada Graphics files 
 

Uses of Source in hmi.graphics.collada
 

Fields in hmi.graphics.collada declared as Source
private  Source SamplerState.source
           
private  Source SamplerRECT.source
           
private  Source SamplerDEPTH.source
           
private  Source SamplerCUBE.source
           
 

Fields in hmi.graphics.collada with type parameters of type Source
private  ArrayList<Source> Spline.sources
           
private  ArrayList<Source> Skin.sources
           
private  ArrayList<Source> Morph.sources
           
private  ArrayList<Source> Mesh.sources
           
private  Map<String,Source> Collada.sources
           
private  ArrayList<Source> Animation.sources
           
 

Methods in hmi.graphics.collada that return Source
 Source Vertices.getSource(String semantic)
          returns the Collada Source for some specified semantics, like "POSITION" (At least the POSITION semantic should be defined for vertices)
 Source Collada.getSource(String id)
          returns the Source (possibly null), identified by id.
 

Methods in hmi.graphics.collada that return types with arguments of type Source
 List<Source> Mesh.getSources()
          Returns the list of Collada Sources for this Mesh.
 

Methods in hmi.graphics.collada with parameters of type Source
 void Collada.addSource(String id, Source source)
          adds a Collada Source to the global map, identified by id.