Package jni

Class JniMaterialTechnique


  • public class JniMaterialTechnique
    extends Object
    Author:
    Grégory Van den Borre
    • Constructor Detail

      • JniMaterialTechnique

        public JniMaterialTechnique()
    • Method Detail

      • createPass

        public long createPass​(long pointerAddress)
        Create a new pass for this technique.
        Parameters:
        pointerAddress - Address to the native object.
        Returns:
        The address to the pass native object.
      • setGlow

        public void setGlow​(long pointerAddress)
        Activate the glow for this technique.
        Parameters:
        pointerAddress - Address to the native object.
      • getPass

        public long getPass​(long pointerAddress,
                            int index)
        Get a pass from its index.
        Parameters:
        pointerAddress - Address to the native object.
        index - Pass index.
        Returns:
        The pass pointer address.