Class ModelJSON

java.lang.Object
javaforce.gl.model.ModelJSON
All Implemented Interfaces:
Model_IO

public class ModelJSON extends Object implements Model_IO
JSON Model reader. see https://minecraft.fandom.com/wiki/Tutorials/Models Notes: - xyz coords and uv texture coords are based on pixels
Author:
pquiring
  • Field Details

    • scale

      public float scale
  • Constructor Details

    • ModelJSON

      public ModelJSON()
    • ModelJSON

      public ModelJSON(float scale)
  • Method Details