com.jme3.shader.plugins
クラス GLSLLoader

java.lang.Object
  上位を拡張 com.jme3.shader.plugins.GLSLLoader
すべての実装されたインタフェース:
AssetLoader

public class GLSLLoader
extends java.lang.Object
implements AssetLoader

GLSL File parser that supports #import pre-processor statement


コンストラクタの概要
GLSLLoader()
           
 
メソッドの概要
 java.lang.Object load(AssetInfo info)
          Loads asset from the given input stream, parsing it into an application-usable object.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GLSLLoader

public GLSLLoader()
メソッドの詳細

load

public java.lang.Object load(AssetInfo info)
                      throws java.io.IOException
インタフェース AssetLoader の記述:
Loads asset from the given input stream, parsing it into an application-usable object.

定義:
インタフェース AssetLoader 内の load
パラメータ:
owner -
in -
extension -
key -
戻り値:
例外:
java.io.IOException