Skip to content

Commit b62aa23

Browse files
committed
Exported TriangleLikeDeprecated
1 parent 44a5f23 commit b62aa23

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/three-js-blobtree.module.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3041,4 +3041,4 @@ declare const TriangleUtils: {
30413041

30423042
declare const version = "1.0.0";
30433043

3044-
export { Accuracies, Area, AreaCapsule, AreaScalisSeg, AreaScalisTri, AreaSphere, type AreaSphereParam$2 as AreaSphereParam, Convergence, type ConvergenceParams, type Coordinate, DifferenceNode, type DifferenceNodeType, DistanceFunctor, type DistanceFunctorJSON, Element, type ElementJSON, Material, type MaterialJSON, MaxNode, type MaxNodeType, MinNode, type MinNodeType, Node, type NodeJSON, type NodeType, Poly6DistanceFunctor, type Poly6DistanceFunctorJSON, type Poly6DistanceFunctorType, Primitive, type PrimitiveJSON, type PrimitiveType, type ResultingGeometry, RicciNode, type RicciNodeJSON, type RicciNodeType, RootNode, type RootNodeType, SDFCapsule, type SDFCapsuleJSON, type SDFCapsuleType, SDFNode, type SDFNodeJSON, type SDFNodeType, SDFPoint, type SDFPointJSON, type SDFPointType, SDFPrimitive, type SDFPrimitiveJSON, type SDFPrimitiveType, SDFRootNode, type SDFRootNodeJSON, type SDFRootNodeType, SDFSegment, type SDFSegmentJSON, type SDFSegmentType, SDFSphere, type SDFSphereJSON, type SDFSphereType, type SMCParams, ScaleNode, type ScaleNodeType, ScalisMath, ScalisPoint, type ScalisPointJSON, type ScalisPointType, ScalisPrimitive, type ScalisPrimitiveJSON, type ScalisPrimitiveType, type ScalisPrimitiveVolType, ScalisSegment, type ScalisSegmentJSON, type ScalisSegmentType, ScalisTriangle, type ScalisTriangleJSON, type ScalisTriangleType, ScalisVertex, type ScalisVertexJSON, type SegParam, SlidingMarchingCubes, SplitMaxPolygonizer, type SplitMaxPolygonizerParams, SplitSMC, type SplitSMCParams, Tables, type TriangleComputedAttributes, type TriangleLike, TriangleUtils, TwistNode, type TwistNodeType, Types, type ValueResultType, type VertexData, version };
3044+
export { Accuracies, Area, AreaCapsule, AreaScalisSeg, AreaScalisTri, AreaSphere, type AreaSphereParam$2 as AreaSphereParam, Convergence, type ConvergenceParams, type Coordinate, DifferenceNode, type DifferenceNodeType, DistanceFunctor, type DistanceFunctorJSON, Element, type ElementJSON, Material, type MaterialJSON, MaxNode, type MaxNodeType, MinNode, type MinNodeType, Node, type NodeJSON, type NodeType, Poly6DistanceFunctor, type Poly6DistanceFunctorJSON, type Poly6DistanceFunctorType, Primitive, type PrimitiveJSON, type PrimitiveType, type ResultingGeometry, RicciNode, type RicciNodeJSON, type RicciNodeType, RootNode, type RootNodeType, SDFCapsule, type SDFCapsuleJSON, type SDFCapsuleType, SDFNode, type SDFNodeJSON, type SDFNodeType, SDFPoint, type SDFPointJSON, type SDFPointType, SDFPrimitive, type SDFPrimitiveJSON, type SDFPrimitiveType, SDFRootNode, type SDFRootNodeJSON, type SDFRootNodeType, SDFSegment, type SDFSegmentJSON, type SDFSegmentType, SDFSphere, type SDFSphereJSON, type SDFSphereType, type SMCParams, ScaleNode, type ScaleNodeType, ScalisMath, ScalisPoint, type ScalisPointJSON, type ScalisPointType, ScalisPrimitive, type ScalisPrimitiveJSON, type ScalisPrimitiveType, type ScalisPrimitiveVolType, ScalisSegment, type ScalisSegmentJSON, type ScalisSegmentType, ScalisTriangle, type ScalisTriangleJSON, type ScalisTriangleType, ScalisVertex, type ScalisVertexJSON, type SegParam, SlidingMarchingCubes, SplitMaxPolygonizer, type SplitMaxPolygonizerParams, SplitSMC, type SplitSMCParams, Tables, type TriangleComputedAttributes, type TriangleLike, type TriangleLikeDeprecated, TriangleUtils, TwistNode, type TwistNodeType, Types, type ValueResultType, type VertexData, version };

dist/types/utils/TriangleUtils.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface TriangleComputedAttributes {
3737
max_seg_length?: number;
3838
unsigned_ortho_dir?: Vector3;
3939
}
40-
interface TriangleLikeDeprecated {
40+
export interface TriangleLikeDeprecated {
4141
v: VertexLike[];
4242
p0p1: Vector3;
4343
p1p2: Vector3;

dist/types/utils/TriangleUtils.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/TriangleUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface TriangleComputedAttributes {
4242
unsigned_ortho_dir?: Vector3; // This should be calculated in a method, not directly in the interface.
4343
}
4444

45-
interface TriangleLikeDeprecated {
45+
export interface TriangleLikeDeprecated {
4646
v: VertexLike[];
4747
p0p1: Vector3;
4848
p1p2: Vector3;

0 commit comments

Comments
 (0)