Interface Deformation

All Known Implementing Classes:
Deformations.Cylindrical, Deformations.Ramp

public interface Deformation
Implementations of this interface deform a vertex and normal based on some implementation-specific function. This is used by the DMesh to deform a mesh.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deform(Vector3f vert, Vector3f normal)