Package com.gaia3d.basic.model
Class GaiaVertex
java.lang.Object
com.gaia3d.basic.model.structure.VertexStructure
com.gaia3d.basic.model.GaiaVertex
- All Implemented Interfaces:
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 TypeMethodDescriptionvoid
clear()
clone()
boolean
isWeldable
(GaiaVertex vertex2, double error, boolean checkTexCoord, boolean checkNormal, boolean checkColor, boolean checkBatchId)
-
Constructor Details
-
GaiaVertex
public GaiaVertex()
-
-
Method Details
-
clear
public void clear() -
clone
-
isWeldable
public boolean isWeldable(GaiaVertex vertex2, double error, boolean checkTexCoord, boolean checkNormal, boolean checkColor, boolean checkBatchId)
-