Class Morphing.CppProxy

java.lang.Object
com.banuba.sdk.scene.Morphing.CppProxy
All Implemented Interfaces:
Morphing
Enclosing interface:
Morphing

public static final class Morphing.CppProxy extends Object implements Morphing
  • Method Details

    • _djinni_private_destroy

      public void _djinni_private_destroy()
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • getType

      public MorphingType getType()
      Specified by:
      getType in interface Morphing
      Returns:
      morphing type (morphing_type)
    • getName

      public String getName()
      Specified by:
      getName in interface Morphing
      Returns:
      morphing name (string)
    • setWarpMesh

      public void setWarpMesh(Mesh mesh)
      Description copied from interface: Morphing
      sets morphing warp mesh. If morhping type is beauty must be only "$builtin$meshes/beauty" mesh.
      Specified by:
      setWarpMesh in interface Morphing
      Parameters:
      mesh - (mesh): morphing warp mesh
    • getWarpMesh

      public Mesh getWarpMesh()
      Specified by:
      getWarpMesh in interface Morphing
      Returns:
      warp (mesh)