Package com.gaia3d.basic.model
Class GaiaVertex
java.lang.Object
com.gaia3d.basic.model.structure.VertexStructure
com.gaia3d.basic.model.GaiaVertex
- All Implemented Interfaces:
GeometryContent,Serializable
A class that represents a vertex of a Gaia object.
It contains the texture coordinates, position, normal, color, and batchId.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()clone()org.joml.Vector3dbooleanisWeldable(GaiaVertex compare, double error, boolean checkTexCoord, boolean checkNormal, boolean checkColor, boolean checkBatchId) Deprecated.
-
Constructor Details
-
GaiaVertex
public GaiaVertex()
-
-
Method Details
-
clear
public void clear() -
clone
-
isWeldable
@Deprecated public boolean isWeldable(GaiaVertex compare, double error, boolean checkTexCoord, boolean checkNormal, boolean checkColor, boolean checkBatchId) Deprecated. -
getBoundingBox
- Specified by:
getBoundingBoxin interfaceGeometryContent
-
getCenterPoint
public org.joml.Vector3d getCenterPoint()- Specified by:
getCenterPointin interfaceGeometryContent
-