libgdx API

Uses of Class
com.badlogic.gdx.graphics.g3d.model.SubMesh

Packages that use SubMesh
com.badlogic.gdx.graphics.g3d.model   
com.badlogic.gdx.graphics.g3d.model.keyframe   
com.badlogic.gdx.graphics.g3d.model.skeleton   
com.badlogic.gdx.graphics.g3d.model.still   
 

Uses of SubMesh in com.badlogic.gdx.graphics.g3d.model
 

Methods in com.badlogic.gdx.graphics.g3d.model that return SubMesh
 SubMesh Model.getSubMesh(java.lang.String name)
           
 SubMesh[] Model.getSubMeshes()
           
 

Uses of SubMesh in com.badlogic.gdx.graphics.g3d.model.keyframe
 

Subclasses of SubMesh in com.badlogic.gdx.graphics.g3d.model.keyframe
 class KeyframedSubMesh
           
 

Methods in com.badlogic.gdx.graphics.g3d.model.keyframe that return SubMesh
 SubMesh[] KeyframedModel.getSubMeshes()
           
 

Uses of SubMesh in com.badlogic.gdx.graphics.g3d.model.skeleton
 

Subclasses of SubMesh in com.badlogic.gdx.graphics.g3d.model.skeleton
 class SkeletonSubMesh
           
 

Methods in com.badlogic.gdx.graphics.g3d.model.skeleton that return SubMesh
 SubMesh SkeletonModel.getSubMesh(java.lang.String name)
           
 SubMesh[] SkeletonModel.getSubMeshes()
           
 

Constructors in com.badlogic.gdx.graphics.g3d.model.skeleton with parameters of type SubMesh
SkeletonModel(Skeleton skeleton, SubMesh[] subMeshes)
           
 

Uses of SubMesh in com.badlogic.gdx.graphics.g3d.model.still
 

Subclasses of SubMesh in com.badlogic.gdx.graphics.g3d.model.still
 class StillSubMesh
           
 

Methods in com.badlogic.gdx.graphics.g3d.model.still that return SubMesh
 SubMesh[] StillModel.getSubMeshes()
           
 

Constructors in com.badlogic.gdx.graphics.g3d.model.still with parameters of type SubMesh
StillModel(SubMesh... subMeshes)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)