Class GaiaSet

java.lang.Object
com.gaia3d.basic.exchangable.GaiaSet
All Implemented Interfaces:
Serializable

public class GaiaSet extends Object implements Serializable
See Also:
  • Constructor Details

    • GaiaSet

      public GaiaSet()
  • Method Details

    • fromGaiaScene

      public static GaiaSet fromGaiaScene(GaiaScene gaiaScene)
    • readFile

      public static GaiaSet readFile(Path path) throws FileNotFoundException
      Throws:
      FileNotFoundException
    • getBoundingBox

      public GaiaBoundingBox getBoundingBox()
    • writeFileForPR

      public Path writeFileForPR(Path path, boolean copyTexturesToNewPath)
    • writeFileInThePath

      public Path writeFileInThePath(Path path)
    • writeFile

      public Path writeFile(Path path, int serial)
    • writeFileWithLod

      public Path writeFileWithLod(Path path, int serial, List<LevelOfDetail> lods)
    • translate

      public void translate(org.joml.Vector3d translation)
    • deleteTextures

      public void deleteTextures()
    • deleteMaterials

      public void deleteMaterials()
    • clone

      public GaiaSet clone()
    • clear

      public void clear()