Package io.github.toxicity188.javamesh


package io.github.toxicity188.javamesh
  • Class
    Description
    Builds Minecraft resource-pack model JSON from parsed mesh polygons.
    Selects the triangle template used when converting mesh polygons into Minecraft models.
    Abstraction over texture image access used while sampling triangle tint colors from UV coordinates.
    BufferedImage-backed MeshImage implementation.
    Stores mesh textures by name so parsed material references can be resolved during conversion.
    Vertex data for a mesh polygon, including model-space position and texture UV coordinates.
    Polygon data extracted from a mesh source before conversion into Minecraft triangle models.
    Holds the Minecraft model ids used for generated triangle elements.