[3d] add edge threshold support (#2939)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Terry Jia
2025-03-09 13:44:30 -04:00
committed by GitHub
parent 96b84761f3
commit 3d6fe41ee9
12 changed files with 169 additions and 4 deletions

View File

@@ -233,6 +233,10 @@ class Load3d {
)
}
setEdgeThreshold(threshold: number): void {
this.modelManager.setEdgeThreshold(threshold)
}
setMaterialMode(mode: MaterialMode): void {
this.modelManager.setMaterialMode(mode)