Package com.banuba.sdk.scene
Interface Morphing
- All Known Implementing Classes:
Morphing.CppProxy
public interface Morphing
Class, represents morphing resources
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
void
setWarpMesh
(Mesh mesh) sets morphing warp mesh.
-
Method Details
-
getType
- Returns:
- morphing type (morphing_type)
-
getName
- Returns:
- morphing name (string)
-
setWarpMesh
sets morphing warp mesh. If morhping type is beauty must be only "$builtin$meshes/beauty" mesh.- Parameters:
mesh
- (mesh): morphing warp mesh
-
getWarpMesh
- Returns:
- warp (mesh)
-