Defines a graphical triangulated component.
new TriangulatedComponent(
triangleSet?):TriangulatedComponent
Creates a triangulated component from an indexed triangle set.
IndexedTriangleSet | null
Triangle set.
TriangulatedComponent
GraphicalComponent.constructor
triangleSet:
IndexedTriangleSet|null=null
Triangle set.
get id():
bigint
Returns the unique identifier of the object.
bigint
accept(
visitor):void
Accepts a graphical component visitor.
Visitor to accept.
void