Uses of Interface
com.jme.scene.state.GLSLShaderDataLogic

Packages that use GLSLShaderDataLogic
com.jme.scene.state   
com.jmex.model.ogrexml.anim   
 

Uses of GLSLShaderDataLogic in com.jme.scene.state
 

Fields in com.jme.scene.state declared as GLSLShaderDataLogic
protected  GLSLShaderDataLogic GLSLShaderObjectsState.shaderDataLogic
          Optional logic for setting shadervariables based on the current geom
 

Methods in com.jme.scene.state with parameters of type GLSLShaderDataLogic
 void GLSLShaderObjectsState.setShaderDataLogic(GLSLShaderDataLogic shaderDataLogic)
          Logic to handle setting geom-specific data to a shader before rendering
 

Uses of GLSLShaderDataLogic in com.jmex.model.ogrexml.anim
 

Classes in com.jmex.model.ogrexml.anim that implement GLSLShaderDataLogic
 class SkinningShaderLogic