Package com.gaia3d.basic.exchangable
Class GaiaSet
java.lang.Object
com.gaia3d.basic.exchangable.GaiaSet
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()clone()voidvoidstatic GaiaSetfromGaiaScene(GaiaScene gaiaScene) static GaiaSetstatic GaiaSetreadFileForPR(Path path) voidtranslate(org.joml.Vector3d translation) writeFile(Path path, int serial, GaiaAttribute gaiaAttribute) writeFile(Path path, int serial, GaiaAttribute gaiaAttribute, float scale) writeFileForPR(Path path, boolean copyTexturesToNewPath) writeFileInThePath(Path path)
-
Constructor Details
-
GaiaSet
public GaiaSet()
-
-
Method Details
-
fromGaiaScene
-
readFile
- Throws:
FileNotFoundException
-
readFileForPR
- Throws:
FileNotFoundException
-
getBoundingBox
-
writeFileForPR
-
writeFileInThePath
-
writeFile
-
writeFile
-
translate
public void translate(org.joml.Vector3d translation) -
deleteTextures
public void deleteTextures() -
deleteMaterials
public void deleteMaterials() -
clone
-
clear
public void clear()
-