Package com.gaia3d.basic.remesher
Class GaiaSkirtMaker
java.lang.Object
com.gaia3d.basic.remesher.GaiaSkirtMaker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintaddSkirtsToPrimitive(GaiaPrimitive primitive, GaiaBoundingBox nodeBBox, double tolerance, double skirtDepth, double maxSegmentLength) intaddSkirtsToScene(GaiaScene scene, GaiaBoundingBox nodeBBox, double tolerance, double skirtDepth, double maxSegmentLength)
-
Constructor Details
-
GaiaSkirtMaker
public GaiaSkirtMaker()
-
-
Method Details
-
addSkirtsToScene
public int addSkirtsToScene(GaiaScene scene, GaiaBoundingBox nodeBBox, double tolerance, double skirtDepth, double maxSegmentLength) -
addSkirtsToPrimitive
public int addSkirtsToPrimitive(GaiaPrimitive primitive, GaiaBoundingBox nodeBBox, double tolerance, double skirtDepth, double maxSegmentLength)
-