Class GaiaVertex

All Implemented Interfaces:
Serializable

public class GaiaVertex extends VertexStructure implements Serializable
A class that represents a vertex of a Gaia object. It contains the texture coordinates, position, normal, color, and batchId.
See Also:
  • Constructor Details

    • GaiaVertex

      public GaiaVertex()
  • Method Details

    • clear

      public void clear()
    • clone

      public GaiaVertex clone()
    • isWeldable

      public boolean isWeldable(GaiaVertex vertex2, double error, boolean checkTexCoord, boolean checkNormal, boolean checkColor, boolean checkBatchId)