java.lang.Object
team.lodestar.lodestone.modules.rendering.model.geo.data.GeoVertex

public class GeoVertex extends Object
  • Constructor Details

    • GeoVertex

      public GeoVertex(org.joml.Vector3f position, org.joml.Vector2f texCoord)
    • GeoVertex

      public GeoVertex(float x, float y, float z)
  • Method Details

    • setTexCoords

      public void setTexCoords(org.joml.Vector2f texCoords)
    • getPosition

      public org.joml.Vector3f getPosition()
    • getTexCoord

      public org.joml.Vector2f getTexCoord()
    • copy

      public GeoVertex copy()