Package com.banuba.sdk.scene
Interface Morphing
-
- All Known Implementing Classes:
Morphing.CppProxy
public interface Morphing
Class, represents morphing resources
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Morphing.CppProxy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
MorphingType
getType()
Mesh
getWarpMesh()
void
setWarpMesh(Mesh mesh)
sets morphing warp mesh.
-
-
-
Method Detail
-
getType
@NonNull MorphingType getType()
- Returns:
- morphing type (morphing_type)
-
getName
@NonNull java.lang.String getName()
- Returns:
- morphing name (string)
-
setWarpMesh
void setWarpMesh(@Nullable Mesh mesh)
sets morphing warp mesh. If morhping type is beauty must be only "$builtin$meshes/beauty" mesh.- Parameters:
mesh
- (mesh): morphing warp mesh
-
getWarpMesh
@Nullable Mesh getWarpMesh()
- Returns:
- warp (mesh)
-
-