Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 275 Bytes

File metadata and controls

15 lines (11 loc) · 275 Bytes

Solid.visualize()

Rebuilds rendered Face, Edge, and helper children for the solid.

Usage

solid.visualize({
  showEdges: true,
  forceAuthoring: false,
  authoringOnly: false
});

Call this before interacting with rendered Face and Edge instances.