Uses of Class
com.jme.scene.VBOInfo

Packages that use VBOInfo
com.jme.scene   
 

Uses of VBOInfo in com.jme.scene
 

Fields in com.jme.scene declared as VBOInfo
protected  VBOInfo Geometry.vboInfo
          The geometry's VBO information.
 

Methods in com.jme.scene that return VBOInfo
 VBOInfo VBOInfo.copy()
          Creates a copy of this VBOInfo.
 VBOInfo Geometry.getVBOInfo()
           
 VBOInfo SharedMesh.getVBOInfo()
          getVBOInfo returns the target mesh's vbo info.
 

Methods in com.jme.scene that return types with arguments of type VBOInfo
 java.lang.Class<? extends VBOInfo> VBOInfo.getClassTag()
           
 

Methods in com.jme.scene with parameters of type VBOInfo
 void Geometry.setVBOInfo(VBOInfo info)
          Sets VBO info on this Geometry.
 void SharedMesh.setVBOInfo(VBOInfo info)
          setVBOInfo is not supported in SharedMesh.